HP 50G "Bad Argument Value"
|
07-24-2017, 05:01 AM
Post: #2
|
|||
|
|||
RE: HP 50G "Bad Argument Value"
I'd suggest using the numeric solver (ROOT) instead of SOLVE or SOLVEVX because those use CAS logic to look for a symbolic result. ROOT uses numeric methods to find one root at a time near a given initial guess.
In RPN mode: 'X^40=13^X' 'X' 1 (or whatever guess you want to start at) ROOT --> 1.07109628939 With an initial guess of -1 you get another root, -0.941418703497 Also try an initial guess of 65. Finding ALL the roots is left as an exercise for the student. ;-) <0|ΙΈ|0> -Joe- |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
HP 50G "Bad Argument Value" - root07 - 07-23-2017, 08:05 PM
RE: HP 50G "Bad Argument Value" - Joe Horn - 07-24-2017 05:01 AM
RE: HP 50G "Bad Argument Value" - BartDB - 07-24-2017, 05:32 PM
|
User(s) browsing this thread: 1 Guest(s)