Some issues solving linear equation
|
06-22-2018, 01:06 PM
(This post was last modified: 06-22-2018 01:09 PM by sasa.)
Post: #1
|
|||
|
|||
Some issues solving linear equation
While testing Emu48 for another issue, testing certain samples shows some minor issues...
Solving linear equation on 48GX (I'm unaware of ROM version, it is found at hpcalc.org) shows following: x + y + 2z = -2 3x - y + 14z = 6 x + 2y = -5 x = -.904761904762 y = -2.04761904762 z = .47619047619 This is only one of solution, as this system have infinite number of solutions, however there is no further notice from the calculator about. The solution actually is in form: x = -4n + 1 y = 2n - 3 z = n The following synthetic example is much more obvious, the system have no solution: x - 5y + 3z = -8 0x + 2y + 1z = 3 0x + 0y + 0z = 7 However, emulator returns: x = -.150793650794 y = 1.5374603175 z = -6.34920634921E-2 This may indicate the method used to solve linear equation (probably inversion matrix). With Gauss-Jordan method of elimination, solution or at least note about it is straightforward. Perhaps this as well is noted in the calculator's documentation. However, I'm interested what is result of more recent calculators on these synthetic examples, for instance on Prime. |
|||
« 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)