48/50 Linear System Solver
|
01-15-2015, 05:35 PM
(This post was last modified: 01-15-2015 06:32 PM by Han.)
Post: #14
|
|||
|
|||
RE: 48/50 Linear System Solver
(01-15-2015 12:17 PM)Werner Wrote: As I said before: Thank you, Werner. I don't know how I glossed over your original post and didn't see your comments -- probably had tunnel vision and too focused on something else. Your explanation is very helpful. Edit: So I did the LU decomposition of the matrix, and got a different solution: [[84.9666...],[114.3666...],[-300]]. In original example posted by Tim: Quote:With flag -54 Set (use tiny element), both methods will return Using LU, I got the same result. However, for my particular example, LU doesn't give the same answer as the / operator (under the same flag settings) which suggests that the HP48 doesn't seem to always use LU. Just to be clear, I'm not so much after meaningful solutions as I am about understanding how the HP48 solves linear systems using the / operator. So far I've tried QR, LU, and pseudo-inverse (least squares) and none match. QR gives [ 139.27, -181.42, 5.43 ], LU gives something with large norm (useless answer), and least squares I already listed. Graph 3D | QPI | SolveSys |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)