Post Reply 
Interpreting output of WP34s M.LU (likely bug)
11-10-2019, 09:50 PM (This post was last modified: 11-13-2019 12:42 AM by Paul Dale.)
Post: #2
RE: Interpreting output of WP34s M.LU (likely bug)
I think you'll find the pivots are zero based not one based, they are also not necessarily a permutation. An unpivoted matrix would then end up with pivots 012 -> 12. Your 112 is saying to use the second row first and then the rest of the updated matrix in order (no more pivoting).

You are correct about the forward and back substitution process to solve systems of equations.
Unlike the 15C, the 34S has no space to remember that a matrix is in LU form (the 15C stored pivots in the matrix descriptor I believe).


Pauli
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Interpreting output of WP34s M.LU (likely bug) - Paul Dale - 11-10-2019 09:50 PM



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