Proving that a triangular matrix is invertible

  • Thread starter Thread starter Icheb
  • Start date Start date
  • Tags Tags
    Matrix
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 8K views
Icheb
Messages
42
Reaction score
0
I have a square triangular matrix with [tex]d_{ij} = 0[/tex] for all [tex]1 \le j < i \le n[/tex]. Now I have to prove that this matrix is only then invertible when [tex]d_{ii} \ne 0[/tex] for all [tex]1 \le i \le n[/tex].

From what I know a matrix is only then invertible when its determinant does not equal 0. I also think that the determinant of a triangular matrix is dependent on the product of the elements of the main diagonal and if that's true, I'd have the proof. However this is also where I'm stuck since I don't know how to prove that. Could someone help me there?
 
Physics news on Phys.org
Icheb said:
I also think that the determinant of a triangular matrix is dependent on the product of the elements of the main diagonal and if that's true, I'd have the proof. However this is also where I'm stuck since I don't know how to prove that. Could someone help me there?

It's a simple proof. Just use the definition of the determinant.
 
Ok, do I understand it correctly that if all elements of one line equal 0, the determinant equals 0? So I would just have to prove that the matrix is linear (Did I translate that word correctly?) and my proof would be complete? Or am I missing something?
 
You're missing something. It is straightfoward to show from the definition of determinant by expansion that the determinant of a triangular matrix is the product of the diagonal elements. A row of zeroes is neither here nor there.
 
But why wouldn't it suffice if I assume one element of the main diagonal to be 0, then I use Gaussian transformation to change the last line so it contains only 0s? Then if the last line contains only 0s the determinant would be 0 because of the linearity.
 
Yes, that works. However, you'd need a proof that you'll always get a row of zeros.

Besides, the proof that the determinant of a diagonal matrix is the product of the diagonal elements is similar enough.
 
Alright, thank you very much. :)