this post was submitted on 19 Jun 2025
1 points (100.0% liked)
Math Memes
2528 readers
2 users here now
Memes related to mathematics.
Rules:
1: Memes must be related to mathematics in some way.
2: No bigotry of any kind.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Oh, you're trolling. Carry on, then.
Oh, you don't know how to read, carry on then.
lol are legitimately saying this was not a joke?
I mean, I guess I have no reason to doubt your word so I'll just believe you were being serious and respond in kind.
Time savings you might gain from parentheses being easier to write and requiring less keystrokes is lost on you needing to use twice as many since they come in pairs.
Furthermore, with the exception of *, which we don't even write most of the time, you still need to use all of the other operators even with parentheses, so using them everywhere isn't even a trade off, it's a net loss. This also means that parentheses will not help you differentiate between the operators because you'll still be using them.
Finally, the only reason you find the example I gave easier to read with parentheses is because I used a lot of multiplication, but you have multiplication to thank for that, not parentheses. In most cases, it would have fairly simple expressions like this:
1+2+3+4+5+6+7+8
turned into this:
1+(2+(3+(4+(5+(6+(7+(8))))))
If you truly want to eliminate ambiguity, have a look at reverse polish notation. I find it confusing as hell but some people like it.