1669
submitted 2 years ago by 5SpeedDeasil@lemmy.world to c/memes@lemmy.ml
you are viewing a single comment's thread
view the rest of the comments
[-] Kempeth@feddit.de 35 points 2 years ago

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

[-] Holzkohlen@feddit.de 7 points 2 years ago

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

[-] cucumberbob@programming.dev 15 points 2 years ago* (last edited 2 years 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

[-] slampisko@czech-lemmy.eu 6 points 2 years ago* (last edited 2 years ago)

Short answer: Imagine that the integer used in the for loop is a float instead.

Longer, a bit more precise answer: An integer can only have discrete values (i.e. -1, 0, 1, 2, ..., 69, ... etc.)

A real number (~float with infinite precision) can have an infinite amount of values between two discrete values.

An integral is, to put it simpy, a sum of all the results of taking those infinite values between two discrete values (an interval) and feeding them to the given function.

It's a for loop over an infinite set of real numbers rather than over a finite set of integers => a non-discrete for loop

[-] affiliate@lemmy.world 4 points 2 years ago

if you take a modular approach and allow different measures to be used, it also lets the integral sign be a discrete for-loop

this post was submitted on 16 Jul 2023
1669 points (96.5% liked)

Memes

46187 readers
1802 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