matrix proof

lollipop2046

New member
Joined
Sep 4, 2005
Messages
15
I have to prove that if M is a square upper triangular matrix, with nonzero diagonal entries, then its columns of M are linearly independent.
Intuitively I know that they are independent but I can only put it into english but not seem to be able to show it mathematically. Can you guys give me some hint on how to start this problem?
 
The matrix, A, is nxn with elements a<sub>i,j</sub>

b<sub>i</sub> are constants - some nonzero

Hint:
0 ≠ a<sub>1,1</sub> = b<sub>2</sub>a<sub>2,1</sub> + b<sub>3</sub>a<sub>3,1</sub> + b<sub>4</sub>a<sub>4,1</sub> + ... + b<sub>n</sub>a<sub>n,1</sub> = 0
-------------------------
 
Suppose that C<SUB>1</SUB>, C<SUB>2</SUB>,…, C<SUB>n</SUB> are the n columns of the matrix and b<SUB>1</SUB>C<SUB>1</SUB>+ b<SUB>2</SUB>C<SUB>2</SUB>+…+b<SUB>n</SUB>C<SUB>n</SUB>=0.
Now the only non-zero entry in the nth row is a<SUB>n,n</SUB> this implies that b<SUB>n</SUB> must be 0.
In the (n−1)th row we have b<SUB>n−1</SUB>a<SUB>n-1,n-1</SUB>+ b<SUB>n</SUB>a<SUB>n-1,n</SUB>=0.
But b<SUB>n</SUB>=0, therefore b<SUB>n-1</SUB> also must be 0 because a<SUB>n-1,n-1</SUB> is not 0.
You need to show that all the b<SUB>i</SUB> equal 0.
 
Top