Order of operations - parenetheses

  • Context: High School 
  • Thread starter Thread starter manjuvenamma
  • Start date Start date
  • Tags Tags
    Operations
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
manjuvenamma
Messages
102
Reaction score
0
Is there a better/different way of indicating the order of operations in a mathematical expression - other than using parentheses?
 
Mathematics news on Phys.org
Why? What's wrong with parentheses?
 
Ah, prefix and postfix notation. I remember when I took an intro to programming class as an undergrad, I had to write a program that converted from prefix/postfix to infix, in Pascal. That was fun. :biggrin:
 
Number Nine! Nothing wrong with brackets. Just curiosity. When I studied OOO when I was kid 40 years ago, I studied different types of brackets and their order of precedence. Now, no one uses all these types of brackets, just ordinary brackets with nesting as needed.

Just curiosity to know if there is an alternate and better way.