DavidLiew Messages 16 Reaction score 0 Thread starter Apr 11, 2010 #1 How to prove that if A is upper triangular and B is the matrix that results when the ith row and jth column of A are deleted, then B is upper triangular if i<j.
How to prove that if A is upper triangular and B is the matrix that results when the ith row and jth column of A are deleted, then B is upper triangular if i<j.
Bacle Messages 656 Reaction score 1 Apr 11, 2010 #2 It seems like induction could work here. Have you tried it.? . Try showing it works for small values of n, say , 2,3,4 , and see how to generalize for the inductive step.
It seems like induction could work here. Have you tried it.? . Try showing it works for small values of n, say , 2,3,4 , and see how to generalize for the inductive step.