HP Forums
50g question: How to lock in PROOT sub-menu? - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: General Forum (/forum-4.html)
+--- Thread: 50g question: How to lock in PROOT sub-menu? (/thread-8410.html)



50g question: How to lock in PROOT sub-menu? - lemontea - 05-28-2017 11:04 AM

Hi folks,

On the 48G series, you can have the PROOT softkey show on screen, instead of having to go to the solver application. Then you can just solve the function if you enter the coefficients [a b c d...] and hit the PROOT key.

On the 50g how do you do that?

I have only managed to hit RIGHT SHIFT + 7 to get to the softkey menu, and if I press the POLY menu, I get the selection box (PROOT is #1) and need to select the command before it will execute.

Thanks.


RE: 50g question: How to lock in PROOT sub-menu? - Joe Horn - 05-28-2017 12:02 PM

Short answer: Set flag -117 (and leave it always set) and try again.

More complete answer: There are three different ways of accessing PROOT via menu:

(1) With flag -117 clear (default), press RS+7 (the "+" means hold down the shift key while pressing the 7), POLY, ENTER. This is what you described above.

(2) Press RS-7 (the "-" means let go of the shift key before pressing the 7), 3 ENTER. This launches the interactive "app" which apparently you want to avoid.

(3) With flag -117 SET (not the default but you want this!), press RS+7, POLY. See PROOT in the soft menu area.


RE: 50g question: How to lock in PROOT sub-menu? - lemontea - 05-28-2017 07:10 PM

Many thanks Joe! Looks like flag -117 SET is what I want.