this post was submitted on 18 Jul 2023
267 points (91.8% liked)
math
829 readers
7 users here now
General community for all things mathematics on @lemmy.world
Submit link and text posts about anything at all related to mathematics.
Questions about mathematical topics are allowed, but NO HOMEWORK HELP. Communities for general math and homework help should be firmly delineated just as they were on reddit.
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
A maths major could point out edges cases where the maths terminology works but the computer code break, but for broad-strokes purposes they’re the same.
what? they're just
for
loops (actually they're better described as reduce operators, but those are not so friendly either). if you mean infinite bounds, it's just not finitely terminatingIf the bounds are infinite then it's defined by a limit of partial sums, which isn't the same as a non-terminating algorithm. It would be pretty tough if we couldn't evaluate limits. It's also important to understand limits as being a precisely defined operation as opposed to a way of saying "and so on."