Solving for Invertible Matrix: What Am I Doing Wrong?

  • MHB
  • Thread starter Yankel
  • Start date
  • Tags
    Matrix
In summary, based on the given equation $A^{3}-2A^{2}+I=0$, we can conclude that $A$ is invertible. This is because if $A$ was not invertible, there would be some non-zero vector $v$ for which $(A^{3}-2A^{2}+I)v = v \ne 0$, which contradicts the given equation. Therefore, the correct answer is 1) A is not invertible.
  • #1
Yankel
395
0
Hello all again,

A is a matrix with order nXn, such that:

\[A^{3}-2A^{2}+I=0\]

I need to choose the correct answer:

1) A is not invertible
2) It is not possible to say if A is invertible
3)
\[(A^{-1})^{2}=2I-A\]
4)
\[A^{-1}=2I-A\]

I can't find the solution here. I tried my own, and got:

\[A^{3}-2A^{2}=-I\]

\[2A^{2}-A^{3}=I\]

\[A(2A-A^{2})=I\]

and therefore:

\[A^{-1}=2A-A^{2}\]

what am I doing wrong here?
 
Physics news on Phys.org
  • #2
Yankel said:
Hello all again,

A is a matrix with order nXn, such that:

\[A^{3}-2A^{2}+I=0\]

I need to choose the correct answer:

1) A is not invertible
2) It is not possible to say if A is invertible
3)
\[(A^{-1})^{2}=2I-A\]
4)
\[A^{-1}=2I-A\]

I can't find the solution here. I tried my own, and got:

\[A^{3}-2A^{2}=-I\]

\[2A^{2}-A^{3}=I\]

\[A(2A-A^{2})=I\]

and therefore:

\[A^{-1}=2A-A^{2}\]

what am I doing wrong here?

Hi again Yankel! :)

Let's start with invertibility.

If $A$ is not invertible, there must be some $v\ne 0$ such that $Av=0$.
What is $(A^{3}-2A^{2}+I)v$?

Assuming that $A$ is invertible, then you've found that:
$$A^{-1}=2A-A^{2} = A(2I-A)$$
Suppose we multiply on the left with $A^{-1}$?
 
  • #3
Oh, I see, you multiply on the left and get that A^-1 squared is exactly what I was looking for.

I did not understand the condition for A not being invertible.
 
  • #4
Indeed.

One of the equivalent definitions of a matrix $A$ being invertible, is (see wiki):
The equation $Ax = 0$ has only the trivial solution $x = 0$.

Let's suppose that $A$ is not invertible.
Then there must be some $v\ne 0$ such that $Av = 0$.
Therefore:
$$(A^{3}-2A^{2}+I)v = A^3v - 2A^2v + Iv = A^2(Av) - 2A(Av) + v= A^20 - 2A 0 + v = v \ne 0$$
This is a contradiction since it's given that $A^{3}-2A^{2}+I = 0$.
Therefore $A$ is invertible.
 

1. How do I determine if a matrix is invertible?

To determine if a matrix is invertible, you can use the determinant method. If the determinant of the matrix is non-zero, then the matrix is invertible. Another way is to check if the matrix has a full rank, meaning that all its rows and columns are linearly independent.

2. What is the purpose of solving for an invertible matrix?

Solving for an invertible matrix is important in many applications, such as solving systems of linear equations, computing inverse functions, and performing matrix operations. It allows us to find a unique solution to a problem that may not have a solution otherwise.

3. What are the common mistakes when solving for an invertible matrix?

Some common mistakes when solving for an invertible matrix include forgetting to use the correct order of operations, making errors in arithmetic calculations, and not checking for the invertibility of the matrix before attempting to solve it.

4. How can I check my solution for an invertible matrix?

To check your solution for an invertible matrix, you can multiply your solution with the original matrix. If the result is the identity matrix, then your solution is correct. Additionally, you can also check if the inverse of your solution is the same as the original matrix.

5. Are there any shortcuts or tricks for solving for an invertible matrix?

There are some shortcuts or tricks for solving for an invertible matrix, such as using the inverse matrix formula or using matrix manipulations to simplify the matrix before solving it. However, it is important to understand the underlying concepts and steps involved in solving for an invertible matrix to ensure accuracy.

Similar threads

  • Linear and Abstract Algebra
Replies
1
Views
738
  • Linear and Abstract Algebra
Replies
3
Views
923
Replies
7
Views
839
  • Linear and Abstract Algebra
Replies
3
Views
1K
  • Linear and Abstract Algebra
Replies
9
Views
4K
  • Linear and Abstract Algebra
Replies
2
Views
1K
  • Linear and Abstract Algebra
Replies
8
Views
798
  • Linear and Abstract Algebra
Replies
8
Views
888
  • Linear and Abstract Algebra
Replies
1
Views
566
  • Precalculus Mathematics Homework Help
Replies
6
Views
596
Back
Top