Over just a few months, ChatGPT went from accurately answering a simple math problem 98% of the time to just 2%, study finds::ChatGPT went from answering a simple math correctly 98% of the time to just 2%, over the course of a few months.

  • @orclev@lemmy.world
    link
    fedilink
    English
    9
    edit-2
    1 year ago

    You actually won’t. A good graphing calculator will treat “ab/cd” as “(a*b)/(c*d)” but “a*b/c*d” as “((a*b)/c)*d” (or sometimes as “a*(b/c)*d”) and actual usage by engineers and mathematicians aligns with the former not the later. You actually can’t enter the expression in a non graphing calculator typically because it won’t support implicit multiplication or variables. While you can write any formula using PEMDAS does that really matter when the majority of professionals don’t?

    Actual usage typically goes parentheses, then exponents, then implicit multiplication, then explicit multiplication and division, then addition and subtraction. PEI(MD)(AS) if you will.

    • @0ops@lemm.ee
      link
      fedilink
      English
      51 year ago

      Interesting, I decided to try it with a few calculators I had laying around (TI-83 plus, TI-30XIIS, and Casio fx-115ES plus), and I found that the TI’s obeyed the order of operations, while the Casio behaved as you describe. I hardly use the Casio, so I guess that I’ve been blissfully unaware that usage does differ. TIL. I don’t think I’ve ever used or heard of a calculator that supports parentheses but not implicit multiplication though. Honestly though, the only time I see (AB)/(CD) written as AB/CD in clear text (or handwritten with the dividend and divisor vertically level with each other visually) is in derivatives, but that doesn’t even count because dt and dx are really only one variable represented by two characters. I’m only a math minor undergrad though who’s only used TI’s so maybe I’m just naive lol

      • @orclev@lemmy.world
        link
        fedilink
        English
        11 year ago

        Or you take HPs approach and just sidestep the entire debate by using reverse polish notation in your calculators. From a technical standpoint RPN is really great, but I still find it a little mind bending to try to convert to/from on the fly in my head so I’m not sure I could ever really use a RPN calculator regularly.