|
|
|
|
|
by dan-robertson
641 days 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 |
|
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