Some issues solving linear equation
|
06-23-2018, 09:05 AM
(This post was last modified: 06-23-2018 09:10 AM by ijabbott.)
Post: #6
|
|||
|
|||
RE: Some issues solving linear equation
(06-22-2018 01:06 PM)sasa Wrote: Solving linear equation on 48GX (I'm unaware of ROM version, it is found at hpcalc.org) shows following: The "Solve lin sys..." app on the HP 50g produces the same solution. However: Code: ['X+Y+2*Z=-2','3*X-Y+14*Z=6','X+2*Y=-5'] Code: { [ 'X+Y+2*Z=-2' '3*X-Y+14·Z=6' 'X+2*Y=-5' ] [ 'X' 'Y' 'Z' ] } I don't know what the ":Specific:" line means. And that's a strange use of double negative in the solution! Quote:The following synthetic example is much more obvious, the system have no solution: Again, the "Solve lin sys..." app on the HP 50g produces the same result, but the LINSOLVE function produces: Code: { [ 'X-5*Y+3*Z=-8' '0*X+2*Y+1*Z=3' '0*X+0*Y+0*Z=7' ] [ 'X' 'Y' 'Z' ] } — Ian Abbott |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Some issues solving linear equation - sasa - 06-22-2018, 01:06 PM
RE: Some issues solving linear equation - ijabbott - 06-22-2018, 04:34 PM
RE: Some issues solving linear equation - Dieter - 06-22-2018, 06:31 PM
RE: Some issues solving linear equation - sasa - 06-23-2018, 05:53 AM
RE: Some issues solving linear equation - Didier Lachieze - 06-23-2018, 06:25 AM
RE: Some issues solving linear equation - ijabbott - 06-23-2018, 10:36 AM
RE: Some issues solving linear equation - ijabbott - 06-23-2018 09:05 AM
RE: Some issues solving linear equation - Manolo Sobrino - 06-23-2018, 10:20 AM
RE: Some issues solving linear equation - RMollov - 06-23-2018, 12:10 PM
RE: Some issues solving linear equation - sasa - 06-23-2018, 01:41 PM
RE: Some issues solving linear equation - sasa - 07-02-2018, 03:56 PM
RE: Some issues solving linear equation - damaltor - 07-04-2018, 01:32 PM
|
User(s) browsing this thread: 1 Guest(s)