LUP matrix decomposition
|
12-21-2024, 08:58 PM
Post: #1
|
|||
|
|||
LUP matrix decomposition
Hello,
In advanced functions handbook of the HP-15C, I read that it uses the LU matrix decomposition, with pivoting (P). I understand the advantages of pivoting and I often saw on Internet the method of selecting the row (in the remaining rows) with the biggest absolute element in the current column and swap current row with that one. Like in: Code: for_i { But I also found sources proposing another method for selecting pivot and I don't understand quite well why it's done that way, with a dot product sum very similar to getting the "u"s and the "L"s of the LU matrix: Code:
I hope you see what I mean ... Did you know this method ? Thanks |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)