this post was submitted on 19 Jul 2023
817 points (95.6% liked)

Memes

45198 readers
2905 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] kogasa@programming.dev 3 points 1 year ago* (last edited 1 year ago) (2 children)

The distributive law, assuming commutativity and other axioms, is a*(b+c) = (a*b) + (a*c). Notice how it does not matter in which order you evaluate + and * in this expression due to my use of parentheses.

PEMDAS is notation. It has no influence on the actual underlying math, only how we write it.

[–] 0ops@lemm.ee 1 points 1 year ago* (last edited 1 year ago)

PEMDAS is notation. It has no influence on the actual underlying math, only how we write it.

Thanks, I've been trying to figure out how to put this and you did it concisely!

[–] biddy@feddit.nl 1 points 1 year ago

You're absolutely right, not sure what I was thinking.