Description:
- Diagonal matrices are square matrices A with Aij=0 when i=j
- A diagonal n×n matrix A can be denoted as A=(a), with a∈Rn the vector containing the elements on the diagonal. We can also write
- A=a1⋱ar
- where by convention the zeros outside the diagonal are not written.
Diagonalizable matrix:
- theorem
- Let λi,i=1,...,k≤n, be the distinct Eigenvalue of A∈Rn,n
- Let μi,i=1,...,k, denote the corresponding algebraic multiplicities (number of times the Eigenvalue is repeated)
- Let ϕi=N(λiIn−A)=N(A−λiIn)
- Meaning find the (x,y,z)s that satisfy (A−λiIn).(x y z)⊺=(0 0 0)⊺
- each solution is a basis of ϕ which is u in the solution
- Note that μi also denotes how many different set of solutions exist
- Let U(i)=[u1(i)⋅⋅⋅uνi(i)] be a matrix containing by columns a basis of ϕi , being νi≐dimϕi
- It holds that νi≤μi and, if νi=μi,i=1,...,k, then U=[U(1)⋅⋅⋅U(k)] is invertible, and A=UΛU−1
- where Λ=λ1Iμ10...00λ2Iμ2...............000...λkIμk