HP Forums

Full Version: Solve app, multiple equations, Num view: command to uncheck variables?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am programming a simple custom app based on the Solve app to prepare a basic framework for my students, so they can work with several equations and include some hints, like Info text and contextual message boxes. It is mostly ready, but I have a question.

The app is simple: when selecting the Symb key, the required set of equations is displayed. Let’s suppose it is a set of two equations and 8 variables to be set afterwards when pressing the Num key

Thus, when launching the Num view, all 8 variables are checked to be solved, but I need to check only two. So I have to manually uncheck the 6 remaining variables.

Though this is not a critical feature, does anybody know a way to program the checking/unckecking of the variables? There are commands for the Symb view like CHECK and UNCHECK to select the equations, but, is there anything for the Num view of the Solve App?

Cheers!

PS.: for the HP 48/49/50 this would be done with the commands MCALC and MUSER, but I am curious to find something similar for the HP Prime.
Perhaps the commands: check, ischeck and uncheck may help you, they seem available in all apps.
Arno
(11-20-2020 03:14 PM)Arno K Wrote: [ -> ]Perhaps the commands: check, ischeck and uncheck may help you, they seem available in all apps.
Arno
I was looking for something like that, but as said in the post, those commands look suitable only for the Symb view.
Reference URL's