Eigenvalues of a diagonalizable matrix

In summary, if all eigenvalues of a diagonalizable matrix A are equal and have the same value c, then A=cI. This can be proven by showing that for any diagonalizable matrix with a single eigenvalue, the matrix can be written as a scalar multiple of the identity matrix. This is possible because the eigenvalues compress information in the matrix into a compact form, allowing for the matrix to be written in a simpler form.
  • #1
mathmathRW
8
0

Homework Statement



I need to prove or disprove this statement:
"If all eigenvalues of a diagonalizable matrix A are equal and have the same value c, then A=cI."

Homework Equations


The Attempt at a Solution


I have tried coming up with a diagonalizable matrix that has eigenvalues with all the same value, but so far the only ones I can come up with are ones that fit A=cI. In other words, I can't disprove it. However...I have no idea how to prove it is true either!
 
Physics news on Phys.org
  • #2
Take an arbitrary diagonal matrix. Can you prove that the diagonal entries are eigenvalues? Can you prove that these entries are exactly the eigenvalues?
 
  • #3
What micromass is suggesting is fairly simple but not enough, by itself, to answer this this question. It is not enough to prove that a diagonal matrix having a single eigenvalue has that eigenvalue on its diagonal. You must prove that any diagonalizable matrix having a single eigenvalue is diagonal.

Since a matrix, M, is said to be "diagonalizable" if and only if there exist an invertible matrix, U, such that UMU-1= D, with D diagonalizable, and that is equivalent to M= U-1DU it would be sufficient to prove: "If D is a diagonal matris and U is any invertible matrix, then U-1DU is also diagonal."
 
  • #4
eigenvalues compress information in a matrix into a compact form. This information is retrieved and found through a few handy rules and equations.

(matrix A, identity matrix I, e eigenvalues, v eigenvectors, 0 zero vector)

first off the rules that are in your tool box:

inverse(A)*A=I
A=eI
*****your answer is that simple, if every element in the vector of eigenvalues is the same the it is the same as a constant(not a vector, multiplyed into that matrix)


if proof is needed:
for an nXn matrix their will be n eigen values and vectors associated with them

to find eigen values:

set Av=eIv
then (A-eI)v=0
set B=(A-eI) and take the determinate of both sides(note:the determinate of B is 0)
by taking the determinate you obtain a polynomial
this polynomial is the characteristic polynomial of the matrix, its roots are the eigenvalues of the matrix
(roots are found by setting the characteristic polynomial equal to zero)

the eigenvectors are found by returning to the rule (A-eI)v=0
(note: in solving an nXn matrix and thus nX1 e and v, the form of the solution will take n iterations in the fact you must find each vector with its eigen value as (A-e(1)*I)*v(1)=0 all the way to (A-e(n)*I)*v(n)=0


because this is a fact: Av=eIv
A=eI
and if e is a nX1 vector of the same value E
then A=EI
 

FAQ: Eigenvalues of a diagonalizable matrix

1. What is a diagonalizable matrix?

A diagonalizable matrix is a square matrix that can be transformed into a diagonal matrix through a change of basis. This means that the matrix can be represented as a diagonal matrix with its eigenvalues on the diagonal and zeros elsewhere.

2. What are eigenvalues of a diagonalizable matrix?

Eigenvalues of a diagonalizable matrix are the values that when multiplied by the corresponding eigenvectors, produce the original matrix. These values represent the scaling factor of the eigenvectors when multiplied by the matrix.

3. How do you find the eigenvalues of a diagonalizable matrix?

To find the eigenvalues of a diagonalizable matrix, you can use the characteristic polynomial of the matrix. This involves finding the determinant of the matrix and setting it equal to zero, then solving for the values that satisfy this equation.

4. Why are eigenvalues important in linear algebra?

Eigenvalues are important in linear algebra because they provide valuable information about the behavior and properties of a matrix. They can be used to determine the stability of a system, the rate of convergence of an iterative algorithm, and the matrix's diagonalizability.

5. Can a non-square matrix have eigenvalues?

No, a non-square matrix cannot have eigenvalues. Eigenvalues are only defined for square matrices, where the number of rows is equal to the number of columns. However, a non-square matrix can have singular values, which serve a similar purpose in singular value decomposition.

Similar threads

Replies
1
Views
1K
Replies
7
Views
2K
Replies
14
Views
3K
Replies
7
Views
1K
Replies
8
Views
2K
Replies
29
Views
3K
Replies
3
Views
1K
Replies
1
Views
2K
Back
Top