Comment by dan-robertson
Comment by dan-robertson 2 months ago
The instruction you refer to is for evaluating polynomials, not solving them, so I’m a bit confused by your claims. It is pretty common to evaluate polynomials as part of solving them (if you’re aiming for numeric solutions), but solving tends to also require:
- some kind of root finding (note that methods like Newton–Raphson don’t work when zeros have multiplicity)
- dividing polynomials by (X - a) after finding one root to find the next root
It's me recalling a story from... '93 or there abouts. My memory about the specifics of it might have suffered a bit over three decades.
I do recall that it was something to do with polynomials.
It was also something that was fun to port.
http://neilrieck.net/docs/openvms_notes_alpha_diary.html