Inverse of upper triangular matrix

  • Thread starter Thread starter topgear
  • Start date Start date
  • Tags Tags
    Inverse 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
1 reply · 6K views
topgear
Messages
10
Reaction score
0

Homework Statement


Show that if A is an invertible upper triangular matrix, then A^-1 is also an upper triangular matrix


Homework Equations





The Attempt at a Solution


The inverse of something just flips the main diagonal and leaves everything else where is was just changing the signs. How do I say this in math language.
 
Physics news on Phys.org
topgear said:

Homework Statement


Show that if A is an invertible upper triangular matrix, then A^-1 is also an upper triangular matrix


Homework Equations





The Attempt at a Solution


The inverse of something just flips the main diagonal and leaves everything else where is was just changing the signs. How do I say this in math language.

Since it's not true, it's not worth saying in math language.

For example,
[tex]A = \begin{bmatrix} 1&1\\1&-1 \end{bmatrix}[/tex]

It turns out that this matrix is invertible, and its inverse is
[tex]A^{-1} = \begin{bmatrix} 1/2&1/2\\1/2&-1/2 \end{bmatrix}[/tex]

So here is "something" (A) that has an inverse, but I don't see that the main diagonal got flipped and only the signs on the off diagonal got changed. Admittedly, this isn't an upper triangular matrix.