this post was submitted on 16 Jul 2023
1557 points (96.4% liked)

Memes

45690 readers
1040 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
[–] Kempeth@feddit.de 34 points 1 year ago (4 children)

Which makes the integral sign ∫ a non-discrete for-loop

[–] Holzkohlen@feddit.de 6 points 1 year ago (2 children)

That does not help. What does non-discrete mean?

[–] cucumberbob@programming.dev 12 points 1 year ago* (last edited 1 year ago)

Continuous.

Instead of jumping from 1 to 2 to 3, we move smoothly across all (typically real) numbers. Obviously this would go to infinity almost every time because there are infinite real numbers between any two distinct real numbers. So instead, we merge it into a bunch of skinny rectangles with their bottom on the x axis and the top at the value of the function for the start of the rectangle. As we shrink the width of the rectangles, it approaches the continuous notion.

Continuous means “smooth” - there are no jumps Discrete means there are jump

Image

load more comments (1 replies)
load more comments (2 replies)