• _number8_@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    3 years ago

    i hate that we all got so frightened about math. it’s genuinely fun to learn how it works when you’re not being forced to in a school setting, which was just a fucking nightmare for no reason. i had this former navy DI lady teacher in gifted kid algebra [so already a year ahead] yell at me for asking questions; she wasn’t going to ‘hold my hand’ thru the homework, which was quite literally her fucking job

    • Duckef@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      3 years ago

      Turning 35 in a month and I’ve just started learning maths again after being afraid of it because of a similar situation to yours.

  • Inky@lemmy.ca
    link
    fedilink
    arrow-up
    2
    ·
    3 years ago

    This post confuses me. Why would code be simpler than the math notation? Both involve symbolic abstraction of basically the same complexity

    • hglman@lemmy.ml
      link
      fedilink
      arrow-up
      0
      ·
      3 years ago

      Its got to be a relatively small group who knows enough to understand loops and is also afraid of math symbols.

    • GTG3000@programming.dev
      link
      fedilink
      arrow-up
      0
      ·
      3 years ago

      Math notation is just terrible in general because a lot of it is shorthand made up by someone who likes single-letter variables. A symbol you can’t type, something above, something below.

      A for loop is clear and descriptive.
      Or if you’re feeling fancy, you could go functional with reduce(add, range(0, 5), 0).

      • Inky@lemmy.ca
        link
        fedilink
        arrow-up
        0
        arrow-down
        1
        ·
        3 years ago

        Mathematical notation was designed to be written by hand. It is at least as clear and descriptive as any syntax from a programming language. You’re pretending that the abstraction behind a for loop is somehow less than that behind a sum or product notation.

  • Lakso@ttrpg.network
    link
    fedilink
    arrow-up
    1
    ·
    3 years ago

    When you study CompSci (depending on where IG) you tend to see them that way when trying to mathematically prove something about an algorithm. It’s only really a good way of thinking if you’re into coding, but I don’t think a teacher for a non-coding related algebra class should show this, it can be really confusing for some people.

  • nanoUFO@sh.itjust.works
    link
    fedilink
    arrow-up
    1
    ·
    3 years ago

    The hard part of math isn’t understanding esoteric symbols it’s the theory behind it and it’s application. Number theory will mindbreak almost all people.