HP Prime - saving multiple SOLVE solutions to variables {SOLVED}
|
11-03-2015, 07:59 PM
Post: #4
|
|||
|
|||
RE: HP Prime - saving multiple SOLVE solutions to variables
(11-03-2015 06:24 PM)CR Haeger Wrote:(11-03-2015 05:25 PM)Han Wrote: t:=solve( blah ); No problem. As for why it works, it just borrows from programming syntax. As you noted, the results from solve() are lists. So t is a list, and t(n) would simply return the n-th item within the list. If t were a matrix, then t(i,j) would return the entry in row i, column j. Graph 3D | QPI | SolveSys |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
HP Prime - saving multiple SOLVE solutions to variables {SOLVED} - CR Haeger - 11-03-2015, 04:07 PM
RE: HP Prime - saving multiple SOLVE solutions to variables - Han - 11-03-2015, 05:25 PM
RE: HP Prime - saving multiple SOLVE solutions to variables - CR Haeger - 11-03-2015, 06:24 PM
RE: HP Prime - saving multiple SOLVE solutions to variables - Han - 11-03-2015 07:59 PM
|
User(s) browsing this thread: 4 Guest(s)