Post Reply 
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:

[
 'x - 5*y + 4*z = -3'
 '2*x - 7*y + 3*z = -2'
 '-2*x + y + 7*z =-1'
]

['x' 'y' 'z']

SOLVE

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' ] }
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
48/50 Linear System Solver - Tim Wessman - 02-13-2014, 01:30 AM
RE: 48/50 Linear System Solver - Dieter - 02-16-2014, 06:00 PM
RE: 48/50 Linear System Solver - Werner - 02-17-2014, 08:18 AM
RE: 48/50 Linear System Solver - Han - 01-14-2015, 05:35 PM
RE: 48/50 Linear System Solver - Werner - 01-15-2015, 12:17 PM
RE: 48/50 Linear System Solver - Han - 01-15-2015, 05:35 PM
RE: 48/50 Linear System Solver - Werner - 01-16-2015, 09:52 AM
RE: 48/50 Linear System Solver - Han - 01-16-2015, 01:44 PM
RE: 48/50 Linear System Solver - Gilles - 01-14-2015 07:59 PM
RE: 48/50 Linear System Solver - Werner - 01-16-2015, 02:15 PM
RE: 48/50 Linear System Solver - Han - 01-16-2015, 04:18 PM



User(s) browsing this thread: 1 Guest(s)