Proof: Eigenvalue λ = 0 for Non-Invertible Matrix A

In summary: A.In summary, if λ is an eigenvalue of A, then 1/λ is an eigenvalue of A^-1. This can be shown by starting with the definition of an eigenvalue and using the fact that A is invertible. For the second question, we can prove that A is not invertible if and only if λ = 0 is an eigenvalue of A by using the definition of an inverse and the fact that det(A) = 0 when A does not have an inverse.
  • #1
pyroknife
613
4
Let A be an invertible matrix. Show that if λ is
an eigenvalue of A, then 1/λ is an eigenvalue of
A^−1.det((A-λI))
det((A-λI)^-1)
=det(A^-1 - λ^-1 * I)
=det(A-1-1/λ*I)

Is this enough to show that?
Another question I have is:
Let A be an n × n matrix. Show that A is not
invertible if and only if λ = 0 is an eigenvalue
of A.

Not sure how to approach this prob.
det(A-λI)=0
det(A-0I)=0
det(A)=0

But idk how to show what the problem is asking.
 
Physics news on Phys.org
  • #2
pyroknife said:
Let A be an invertible matrix. Show that if λ is
an eigenvalue of A, then 1/λ is an eigenvalue of
A^−1.det((A-λI))
det((A-λI)^-1)
=det(A^-1 - λ^-1 * I)
(Above) No... Is this some kind of new distributive property for exponents? Kind of like (a+ b)2 = a2 + b2?
pyroknife said:
=det(A-1-1/λ*I)

Is this enough to show that?
No. Start with what it means for λ to be an eigenvalue of A.
And what it means for λ-1 to be an eigenvalue of A-1.

IOW, start with some definitions.
 
Last edited:
  • #3
pyroknife said:
Another question I have is:
Let A be an n × n matrix. Show that A is not
invertible if and only if λ = 0 is an eigenvalue
of A.

Not sure how to approach this prob.
det(A-λI)=0
det(A-0I)=0
det(A)=0

But idk how to show what the problem is asking.
This is an "if and only if" proof, so you have to prove two propositions:
1. If λ = 0 is an eigenvalue of A, then A is not invertible.
2. If A is not invertible, then λ = 0 is an eigenvalue of A.

For the first one, start with what it means for a number to be an eigenvalue of a matrix.
For the second one, what can you say about a matrix that does not have an inverse?
 
  • #4
Mark44 said:
(Above) No... Is this some kind of new distributive property for exponents? Kind of like (a+ b)2 = a2 + b2?
No. Start with what it means for λ to be an eigenvalue of A.
And what it means for λ-1 to be an eigenvalue of A-1.

IOW, start with some definitions.

Let A be an invertible matrix. Show that if λ is
an eigenvalue of A, then 1/λ is an eigenvalue of
A^−1.
det((A-λI))
det((A-λI)^-1)
=det(A^-1 - λ^-1 * I)
=det(A-1-1/λ*I)

if λ is an eigenvalue of A then the following is true:
Av=λv where v=eigenvec
A^-1*Av=A^-1*(λv)=A^-1*Av=Iv
A^-1*Av=Iv=v
A^-1*λv=Iv=v
A^-1*v=(1/λ)*v
 
  • #5
pyroknife said:
Let A be an invertible matrix. Show that if λ is
an eigenvalue of A, then 1/λ is an eigenvalue of
A^−1.
You can get rid of this stuff - it's wrong.
pyroknife said:
[STRIKE]det((A-λI))
det((A-λI)^-1)
=det(A^-1 - λ^-1 * I)
=det(A-1-1/λ*I)[/STRIKE]

if λ is an eigenvalue of A then the following is true:
Av=λv where v=eigenvec
And v has to be nonzero.
pyroknife said:
A^-1*Av=A^-1*(λv)=A^-1*Av=Iv
A^-1*Av=Iv=v
It seems like you're going around in a circle here.
Just from the left side above, we have A-1Av = Iv = v
pyroknife said:
A^-1*λv=Iv=v
A^-1*v=(1/λ)*v
From where you started, you want to end up with this statement:

A-1u = (1/λ)u
 
  • #6
Mark44 said:
This is an "if and only if" proof, so you have to prove two propositions:
1. If λ = 0 is an eigenvalue of A, then A is not invertible.
2. If A is not invertible, then λ = 0 is an eigenvalue of A.

For the first one, start with what it means for a number to be an eigenvalue of a matrix.
For the second one, what can you say about a matrix that does not have an inverse?

1. If λ = 0 then det(A-λI)=0=det(A-0)=det(A) so A is not invertible
2. det(A)=0 if it doesn't have an inverse. so that means λ = 0
 

FAQ: Proof: Eigenvalue λ = 0 for Non-Invertible Matrix A

1. What does it mean for a matrix to be non-invertible?

A non-invertible matrix, also known as a singular matrix, is a matrix that does not have an inverse. This means that it cannot be multiplied by another matrix to produce the identity matrix, and therefore cannot be "undone".

2. How is the eigenvalue λ = 0 related to a non-invertible matrix?

The eigenvalue λ = 0 is a characteristic of a non-invertible matrix. It means that one or more of the matrix's eigenvalues is equal to 0, indicating that there is no inverse for the matrix.

3. Why is the eigenvalue λ = 0 important for non-invertible matrices?

The eigenvalue λ = 0 is important because it helps identify non-invertible matrices. If one or more eigenvalues of a matrix is equal to 0, then the matrix is non-invertible. This can be useful in solving systems of equations or determining if a matrix has a unique solution.

4. Can a matrix with an eigenvalue λ = 0 ever be invertible?

No, a matrix with an eigenvalue λ = 0 can never be invertible. This is because the eigenvalue of 0 indicates that the matrix is non-invertible and does not have a unique solution.

5. How does the eigenvalue λ = 0 affect the determinant of a non-invertible matrix?

The eigenvalue λ = 0 has a direct relationship with the determinant of a non-invertible matrix. If one or more eigenvalues of a matrix is equal to 0, then the determinant of the matrix is also equal to 0. This further confirms that the matrix is non-invertible.

Similar threads

Back
Top