Dashboard

Featured nodes

Roots

  • Public root

Templates

  • Test template
  • iCorps template
  • Guanyu's Latex template
  • Ivar's latex template
  • Family Tree template
  • Latex template
  • Router template

Trees

  • Public trees

Orphans

  • Browse orphan nodes
Related nodes

Parents1

  • Canonical forms of matrices

Siblings4
  • Sort by title
  • Sort by date

  • Matrix diagonalization
  • Definition of Hessenberg form
  • Definition of Jordan form
  • Definition of rational form

Children9
  • Sort by title
  • Sort by date

  • Definition of matrix diagonalization
  • Definition of diagonalizable matrix
  • An n-by-n matrix is diagonalizable if and only if it has n linearly independent eigenvectors.
  • An n-by-n matrix is diagonalizable if and only if the sum of the dimensions of the eigenspaces equals n.
  • An n-by-n matrix is diagonalizable if and only if the characteristic polynomial factors completely
  • A diagonalizable matrix is diagonalized by a matrix having the eigenvectors as columns.
  • An n-by-n matrix is diagonalizable if and only if the union of the basis vectors for the eigenspaces is a basis for R^n (or C^n).
  • An n-by-n matrix with n distinct eigenvalues is diagonalizable.
  • Formula for diagonalizing a real 2-by-2 matrix with a complex eigenvalue.
Knowenβ
  • Help
    • Welcome to Knowen!
    • Edit test node (no login required)
    • Create new test node (no login required)
  • Not logged in
    • Sign in
    • Sign up

History & Comments

Back

Fill content

Description:Added matrix diagonalization
# Matrix diagonalization

Put content here**Definition:** A square matrix $A$ is **diagonalizable** if it is similar to a diagonal matrix, i.e., there exists an invertible matrix $P$ such that:
⏎
$$P^{-1}AP = D = \text{diag}(\lambda_1, \lambda_2, \ldots, \lambda_n)$$
⏎
where $\lambda_i$ are the eigenvalues of $A$.
⏎
**Criterion:** $A$ is diagonalizable if and only if $A$ has $n$ linearly independent eigenvectors (equivalently, the geometric multiplicity equals the algebraic multiplicity for each eigenvalue).
⏎
**Procedure:**
1. Find eigenvalues by solving $\det(A - \lambda I) = 0$
2. For each eigenvalue, find eigenvectors by solving $(A - \lambda I)v = 0$
3. If there are $n$ linearly independent eigenvectors, form $P$ from them and $D$ from the eigenvalues
⏎
**Example:** $A = \begin{pmatrix} 4 & 1 \\ 2 & 3 \end{pmatrix}$ has eigenvalues 5 and 2, so $A = PDP^{-1}$ with $D = \begin{pmatrix} 5 & 0 \\ 0 & 2 \end{pmatrix}$.
⏎
Diagonalization simplifies computing powers: $A^k = PD^kP^{-1}$.

# Parents

* Canonical forms of matrices
Sign in to add a new comment

Contact us or leave feedback

© KTree Inc. 2026