User:IssaRice/Linear algebra/A matrix is only similar to itself if and only if it is a scalar multiple of the identity matrix: Difference between revisions
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
"matrix is only similar to itself" means that the linear map expressed in any single basis has the same matrix | ("matrix is only similar to itself" means that the linear map expressed in any single basis has the same matrix) | ||
The identity matrix has the remarkable property that it is only similar to itself: if A is matrix similar to I, then A=I. Why? We have <math>A = QIQ^{-1}</math> for some invertible Q by definition of matrix similarity. but the rhs simplifies to I. | The identity matrix has the remarkable property that it is only similar to itself: if A is matrix similar to I, then A=I. Why? We have <math>A = QIQ^{-1}</math> for some invertible Q by definition of matrix similarity. but the rhs simplifies to I. | ||
| Line 5: | Line 5: | ||
Are there any other matrices with this property? If <math>\lambda \in \mathbf R</math>, then for <math>\lambda I</math> we have <math>Q(\lambda I)Q^{-1} = \lambda (Q I Q^{-1}) = \lambda I</math> so any scalar multiple of the identity matrix also has this property. | Are there any other matrices with this property? If <math>\lambda \in \mathbf R</math>, then for <math>\lambda I</math> we have <math>Q(\lambda I)Q^{-1} = \lambda (Q I Q^{-1}) = \lambda I</math> so any scalar multiple of the identity matrix also has this property. | ||
Are there any others? It turns out there aren't! We want to show that if a matrix A does not have the form <math>\lambda I</math>, then there is a distinct matrix B that it is similar to. More precisely, suppose <math>A \ne \lambda I</math> for any <math>\lambda \in \mathbf R</math>. Then there exists a matrix B and an invertible matrix Q such that <math>QAQ^{-1} = B</math>. | Are there any others? It turns out there aren't! We want to show that if a matrix A does not have the form <math>\lambda I</math>, then there is a distinct matrix B that it is similar to. More precisely, suppose <math>A \ne \lambda I</math> for any <math>\lambda \in \mathbf R</math>. Then there exists a matrix <math>B \ne A</math> and an invertible matrix Q such that <math>QAQ^{-1} = B</math>. | ||
We split this proof into two cases: | We split this proof into two cases: | ||
Latest revision as of 23:26, 1 April 2021
("matrix is only similar to itself" means that the linear map expressed in any single basis has the same matrix)
The identity matrix has the remarkable property that it is only similar to itself: if A is matrix similar to I, then A=I. Why? We have for some invertible Q by definition of matrix similarity. but the rhs simplifies to I.
Are there any other matrices with this property? If , then for we have so any scalar multiple of the identity matrix also has this property.
Are there any others? It turns out there aren't! We want to show that if a matrix A does not have the form , then there is a distinct matrix B that it is similar to. More precisely, suppose for any . Then there exists a matrix and an invertible matrix Q such that .
We split this proof into two cases:
- Suppose A is not a diagonal matrix. Then there is an off-diagonal entry that is non-zero, say (row j, column k, j!=k). Let E be the elementary matrix that multiplies row j by 2. Then , when applied from the right, divides column j by 2. Now if we consider , its entry j,k will be . So , even though the two matrices are similar.
- Suppose A is a diagonal matrix where not all entries on the diagonal are equal. Call two of those non-diagonal entries j and k, so that . Let E be the elementary matrix that transposes row j and row k. Then , when applied from the right, transposes column j with column k. Thus will be the matrix with and swapped, but all other entries staying the same. So we see that , even though the two matrices are similar.