Dafe
- 144
- 0
Homework Statement
Find the PA = LDU factorizations for:
A = \left[ \begin{array}{ccc} 0 & 1 & 1 \\ 1 & 0 & 1 \\ 2 & 3 & 4 \end{array} \right]
The author chooses a permutation matrix :
P = \left[ \begin{array}{ccc} 0 & 1 & 0 \\ 1 & 0 & 0 \\ 0 & 0 & 1 \end{array} \right]
If I do the same I obviously get the same factorization as in the book.
If I choose a permutation matrix,
P = \left[ \begin{array}{ccc} 0 & 0 & 1 \\ 1 & 0 & 0 \\ 0 & 1 & 0 \end{array} \right]
I do not get the same factorization. Should I get the same answers even though I'm arranging the equations somewhat different, or am I missing something here?
Help is greatly appreciated, thanks!