Post Reply 
HP-50G flexible input in num.slv
02-07-2017, 06:00 AM (This post was last modified: 02-07-2017 06:07 AM by Joe Horn.)
Post: #2
RE: HP-50G flexible input in num.slv
If there are 4 coefficients on the stack, just do this: 4 ->ARRY PROOT. Done. No need to open that "solver" window at all.

Notice that PROOT is available from the keyboard by pressing NUM.SLV while HOLDING DOWN the right-shift key. It's in the POLY menu. Or just spell it out in ALPHA mode of course.

->ARRY is in the PRG / TYPE menu.

If you REALLY want to use the NUM.SLV / "Solve poly" window (why??) then I would suggest doing 4 ->ARRY first, or (worst case scenario) starting with the EDIT menu key, then using the HIST key and ECHO menu key to copy the stack items one by one into the command line. But all of that is unnecessarily complicated; just use the PROOT command directly and avoid that whole silly NUM.SLV "Solve poly" window entirely.

<0|ΙΈ|0>
-Joe-
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: HP-50G flexible input in num.slv - Joe Horn - 02-07-2017 06:00 AM



User(s) browsing this thread: 1 Guest(s)