48/50 Linear System Solver
|
01-14-2015, 07:59 PM
(This post was last modified: 01-15-2015 11:17 AM by Gilles.)
Post: #12
|
|||
|
|||
RE: 48/50 Linear System Solver
By the way, in exact mode with the 50G :
Code:
returns {} I sometimes used SOLVE instead of LINSOLVE. As far I know It's not documented, but works in most cases even with things like : [ 'x^2- 5*y - 4*z = 3' '2*x - 7*y + 3*z = -2' '-2*x + y + 7*z =-1' ] ['x' 'y' 'z'] SOLVE { [ 'x=-((-37+2*√911)/26)' 'y=-((-513+20*√911)/676)' 'z=-((-105+12*√911)/676)' ] [ 'x=(37+2*√911)/26' 'y=(513+20*√911)/676' 'z=(105+12*√911)/676' ] } |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 3 Guest(s)