CAS SETTINGS: full reserved variables
|
10-08-2018, 09:46 PM
(This post was last modified: 04-19-2021 07:48 PM by compsystems.)
Post: #1
|
|||
|
|||
CAS SETTINGS: full reserved variables
Hi, other variables that are not documented or do not appear in the hp-prime catalog. Please hpteam to include them in future updates
list of internal variables: {approx_mode, complex_variables, complex_mode, all_trig_solutions, angle_radian, with_sqrt, increasing_power, bisection_solver, newtonj_solver}, etc. bisection_solver:="hello"; // do not allow, when trying to store a invalid object on the reserved variables, it should show an error message approx_mode:=1; approx_mode:="hello"; // do not allow complex_variables:=0; complex_mode:=0; example of use of the flags (internal variables), to show in the history different results or forms, for this reason it is important to include (next firmware) these internal variables that in some cases act as commands xcas PHP Code: with_sqrt(0):; factor((5*s^2+32*s+45)/(s^3+6*s^2+9*s)) |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
CAS SETTINGS: full reserved variables - compsystems - 10-08-2018 09:46 PM
RE: reserved variables - Joe Horn - 10-08-2018, 11:17 PM
|
User(s) browsing this thread: 1 Guest(s)