Can a matrix have two different inverses?

  • Thread starter trojansc82
  • Start date
In summary: Do you not see how the two are related or do you not see how (A-1)k can be an inverse of Ak?To help you see it, let's take a simpler example. Let A = 2 and k = 3. Then Ak = 23 = 8. Now, what is the inverse of Ak, which is 8? It is 1/8. And what is (Ak)-1? Again, it is 1/8. Now, can you see how both 1/8 and (Ak)-1 are inverses of Ak? Did you notice Mark44's statement that this should be done by induction?That way you can avoid writing those long lists of "A
  • #1
trojansc82
60
0

Homework Statement



I'm attempting to prove a property of inverse matrices. The property is as follows:

(Ak)-1 = (A-1)k

Homework Equations



A-1A = I

The Attempt at a Solution



(A-1)k = A-1 A-1...A-1 = (Ak)-1
I postulated that you could factor a k based on A-1 being multiplied k number of times.
 
Last edited:
Physics news on Phys.org
  • #2
Your "relevant equation" is wrong. Perhaps you meant AA-1 = A-1A = I.
 
  • #3
Ryker said:
Your "relevant equation" is wrong. Perhaps you meant AA-1 = A-1A = I.

Yes I did. Thanks for the information, I'll edit my original post.
 
  • #4
As far as the solution, what is the inverse of (Ak)-1? What happens if you multiply the right-hand side by that inverse, as well?
 
  • #5
If you substitute Ak into the LHS of that equation, you get (Ak)-1(Ak). Can you show that equals I?
 
  • #6
Ryker said:
As far as the solution, what is the inverse of (Ak)-1? What happens if you multiply the right-hand side by that inverse, as well?

I'm assuming that if I multiply both sides by Ak the result will be I.

However, I'm having a hard time showing Ak(A-1)k = I.
 
  • #7
Just write it out:

(AAA...AA)(A-1A-1...A-1A-1A-1)

And use the fact that matrix multiplication is associative.
 
  • #8
This proof should almost certainly be done using induction.
 
  • #9
Mark44 said:
This proof should almost certainly be done using induction.

by using the rule:

[tex]
(A B)^{-1} = B^{-1} A^{-1}
[/tex]

and the recursive relation:

[tex]
A^{k + 1} = A^{k} A
[/tex]
 
  • #10
vela said:
Just write it out:

(AAA...AA)(A-1A-1...A-1A-1A-1)

And use the fact that matrix multiplication is associative.


Here is what I have:



(AAA...AA)(A-1A-1...A-1A-1A-1) =

(A A-1 A A-1 A A-1... A A-1 ) =

(A-1A-1...A-1A-1A-1) (AAA...AA)
 
  • #11
You are doing commutativity, which in general does not hold for matrix multiplication, whereas vela meant associativity. What do you get if you group the inner A with the inner A-1?
 
Last edited:
  • #12
Ryker said:
You are doing commutativity, which in general does not hold for matrix multiplication, whereas vela meant associativity. What do you get if you group the inner A with the inner A-1?

You will get the identity matrix. I see how you can do that for the left side of the proof, but for the right side I don't see how you can get to the identity matrix with A-1A
 
  • #13
Alright, so you have

[tex]\underbrace{AAA ... AA(A}_\textrm{k times} \underbrace{A^{-1})A^{-1}A^{-1}...A^{-1}A^{-1}A^{-1}}_\textrm{k times} =
\underbrace{AAA ... AA}_\textrm{k - 1 times}(I) \underbrace{A^{-1}A^{-1}...A^{-1}A^{-1}A^{-1}}_\textrm{k - 1 times} = ... [/tex]

Does this help? And don't worry about the left-hand side, you have proven that it is equal to the identity matrix when you multiplied it with Ak.
 
Last edited:
  • #14
Ryker said:
Alright, so you have

[tex]AAA ... AA(AA^{-1})A^{-1}A^{-1}...A^{-1}A^{-1}A^{-1} =
AAA ... AA(I)A^{-1}A^{-1}...A^{-1}A^{-1}A^{-1} = ... [/tex]

Does this help?

Yes, a little bit.

Does A-1 A-1 = A ?

If so, that would help with solving the proof.
 
  • #15
[tex]A^{-1}A^{-1} \neq A[/tex]

However, I've edited my previous post with underbraces. Can you now see what I meant?
 
  • #16
Ryker said:
[tex]A^{-1}A^{-1} \neq A[/tex]

However, I've edited my previous post with underbraces. Can you now see what I meant?

Yeah. I'm trying to follow the steps that were taken.

So I multiply both sides by the inverse of Ak, which would give me A-1 = A-1?
 
  • #17
No no, you multiply both sides with Ak, not the inverse of Ak. Ak is namely the inverse of left-hand side. But as you can see, when you group (AA-1) = I, you get one less A and one less A-1. So what is AIA-1? And what happens if you continue grouping the inner matrices together like that?
 
  • #18
Ryker said:
No no, you multiply both sides with Ak, not the inverse of Ak. Ak is namely the inverse of left-hand side. But as you can see, when you group (AA-1) = I, you get one less A and one less A-1. So what is AIA-1? And what happens if you continue grouping the inner matrices together like that?

Both sides should equal Ak because (AAA...AA)(A-1A-1A-1...A-1A-1) will reduce to the identity matrix.
 
  • #19
You are right in saying both side will equal the identity matrix, but not Ak. Remember, you are multiplying by Ak to actually get the identity matrix. So as you can see, on the right-hand side you did the following: (A-1)kAk = I. What does this tell you about (A-1)k in relation to Ak?
 
Last edited:
  • #20
Ryker said:
You are right in saying both side will equal the identity matrix, but not Ak. Remember, you are multiplying by Ak to actually get the identity matrix. So as you can see, on the right-hand side you did the following: (A-1)kAk = I. What does this tell you about (A-1)k in relation to Ak?

It tells me that Ak is the inverse of (A-1)k, but I am not able to see it.
 
  • #21
Did you notice Mark44's statement that this should be done by induction?
That way you can avoid writing those long lists of "A"s!

When n= 1, [itex](A^{-1})^1= A^{-1}= (A^1)^{-1}[/itex]

Now, assume that, for some k, [itex](A^{-1})^k= (A^k)^{-1}[/itex]

[itex] (A^{-1})^{k+1}= (A^{-1})^k A^{-1}= (A^k)^{-1}A^{-1}[/itex]
while [itex](A^k)^{-1}= (A^kA)^{-1}= A^{-1}(A^k)^{-1}[/tex]
 
  • #22
trojansc82 said:
It tells me that Ak is the inverse of (A-1)k, but I am not able to see it.
Exactly! Or more importantly, (A-1)k is the inverse of Ak. But we already know (Ak)-1 is an inverse of Ak. So can a matrix have two different inverses?

And when you said you don't see it, what do you mean?
 

What is the definition of (A^k)^-1?

(A^k)^-1 is the inverse of the matrix A^k, which is defined as the matrix obtained by raising the matrix A to the power of k.

What is the definition of (A^-1)^k?

(A^-1)^k is the kth power of the inverse matrix A^-1, which is defined as the matrix obtained by multiplying the inverse of A by itself k times.

How do you prove that (A^k)^-1 = (A^-1)^k?

To prove that (A^k)^-1 = (A^-1)^k, we need to show that the two matrices have the same elements in the same positions. This can be done by using the properties of matrix multiplication and the fact that (AB)^-1 = B^-1A^-1.

Can you provide an example of proving (A^k)^-1 = (A^-1)^k?

Let A = [2 3; 4 5] and k = 2. Then, (A^2)^-1 = [(2 3; 4 5)(2 3; 4 5)]^-1 = (10 21; 18 37)^-1 = [(37 -21; -18 10)] = [5 -3; -2 1] = A^-2 = (A^-1)^2.

Why is it important to understand the proof of (A^k)^-1 = (A^-1)^k?

Understanding this proof is important because it helps us to better understand the properties of matrix multiplication and inverses. It also allows us to confidently use this identity in solving problems and performing calculations involving matrices.

Similar threads

  • Calculus and Beyond Homework Help
Replies
17
Views
885
  • Calculus and Beyond Homework Help
Replies
1
Views
339
  • Calculus and Beyond Homework Help
Replies
8
Views
227
  • Calculus and Beyond Homework Help
Replies
4
Views
107
  • Calculus and Beyond Homework Help
Replies
16
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
511
  • Calculus and Beyond Homework Help
Replies
1
Views
598
  • Calculus and Beyond Homework Help
Replies
1
Views
574
  • Calculus and Beyond Homework Help
Replies
5
Views
982
  • Calculus and Beyond Homework Help
Replies
25
Views
2K
Back
Top