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

Memes

45730 readers
1535 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
[–] DogMuffins@discuss.tchncs.de 26 points 1 year ago (1 children)

Maybe not so small?

I never encountered these math symbols but for loops are like step 3 in any programming language after variables and conditionals

[–] stoneparchment@possumpat.io 12 points 1 year ago (3 children)

lol, like 2.5% of the USA are programmers and even if we say twice that number have experimented and taken programming classes, that's like 1 in 20 people who would even have ever encountered a for loop. This nsf report says ~70% of highschoolers have taken Algebra 2 or a more advanced math course, which is when sum notation is usually introduced. I think 70% is a little greater than 5%!

[–] BeautifulMind@lemmy.world 11 points 1 year ago

That's interesting to hear; somehow my algebra 2 skipped sum notation (and it wasn't remedially covered in subsequent math classes) but I've been writing code for decades now and seeing it in code totally explains the sum notation for me

[–] DogMuffins@discuss.tchncs.de 1 points 1 year ago

Lol, basic coding is part of the mandatory school curriculum for 12 year olds in Australia.

[–] kartoffelsaft@programming.dev 1 points 1 year ago

Huh. When I took Calculus II in community college, the professor introduced sum notation and like 2/3 of the class was like "wow that's cool I didn't know about that". I don't remember ever being formally taught it before that but it still surprises be how few people where already familiar with it.