this post was submitted on 13 Feb 2024
-36 points (21.9% liked)

Showerthoughts

28418 readers
657 users here now

A "Showerthought" is a simple term used to describe the thoughts that pop into your head while you're doing everyday things like taking a shower, driving, or just daydreaming. The best ones are thoughts that many people can relate to and they find something funny or interesting in regular stuff.

Rules

founded 1 year ago
MODERATORS
 

If we're supposed to be able to understand math as easily as a language, we should be able to read it from left to right like a language.
Yes, I know there's lots other languages that go right to left or top to bottom, but the point is you don't have to go jumping around the page or sentence figuring out which word should be read first based on which characters it contains.
We put the first word first, then the second word second, etc.
Why can't we just write equations in the order they were meant to be solved?

you are viewing a single comment's thread
view the rest of the comments
[–] gratux@lemmy.blahaj.zone 19 points 5 months ago (5 children)

Reverse Polish Notation works almost like you describe. You put the operands first, then the operation. For example:

  • 3 + 4 --> 3 4 +
  • 3 • (5 + 2) --> 5 2 + 3 •

Probably the reason why we are not using it is because most tools today use algebraic notation, and it would be a lot of effort to switch

[–] lemmyng@lemmy.ca 4 points 5 months ago (1 children)

I loved my HP48GX calculator with RPN.

load more comments (3 replies)