Can someone explain these 2 linear algebra proofs

Kuma
Messages
129
Reaction score
0

Homework Statement



The proofs:

show (A')^-1 = (A^-1)'

and

(AB)^-1 = B^-1A^-1

Homework Equations


The Attempt at a Solution



for the first one:

(A^-1*A) = I
(A^-1*A)' = I' = I
A'(A^-1)' = I

but I am not sure how this proves that a transpose inverse = a inverse transpose...

the second i have the same problem. Not sure how this really proves what it's asking.

http://tutorial.math.lamar.edu/Classes/LinAlg/InverseMatrices_files/eq0041M.gif
 
Last edited by a moderator:
Physics news on Phys.org
Kuma said:

Homework Statement



The proofs:

show (A')^-1 = (A^-1)'

and

(AB)^-1 = B^-1A^-1


Homework Equations





The Attempt at a Solution



for the first one:

(A^-1*A) = I
(A^-1*A)' = I' = I
A'(A^-1)' = I
Both proofs are using the same basic idea: if the product of two (square) matrices is I, then the two matrices are inverses of each other.

In the last line above, you have AT and (A-1)T multiplying to make I. That means that AT is the inverse of (A-1)T.
Kuma said:
but I am not sure how this proves that a transpose inverse = a inverse transpose...

the second i have the same problem. Not sure how this really proves what it's asking.

http://tutorial.math.lamar.edu/Classes/LinAlg/InverseMatrices_files/eq0041M.gif

Same thing in the work above, which says that the inverse of AB is B-1A-1.
 
Last edited by a moderator:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top