Visual Tools
Calculators
Tables
Mathematical Keyboard
Converters
Other Tools


Properties of Eigenvalue and Eigenvector






How Eigenvalues Behave Under Matrix Operations

Eigenvalues interact in predictable ways with the trace, determinant, transpose, inverse, powers, and special matrix structures. These relationships provide shortcuts for computing eigenvalues, constraints on what eigenvalues are possible for a given matrix type, and structural connections between the eigenvalue spectrum and the algebraic properties of the matrix.



Trace and Eigenvalues

The trace of AA equals the sum of its eigenvalues, counted with algebraic multiplicity:

tr(A)=λ1+λ2++λn\text{tr}(A) = \lambda_1 + \lambda_2 + \cdots + \lambda_n


This follows from the characteristic polynomial. The coefficient of λn1\lambda^{n-1} in p(λ)=det(AλI)p(\lambda) = \det(A - \lambda I) is (1)n1tr(A)(-1)^{n-1}\text{tr}(A), and by Vieta's formulas, the sum of the roots of a degree-nn polynomial equals (up to sign) the coefficient of the (n1)(n-1)-th power term.

The trace provides a quick consistency check. A 3×33 \times 3 matrix with diagonal entries 7,2,47, -2, 4 has trace 99. If the eigenvalues are computed as 5,3,15, 3, 1, the sum is 99 — consistent. If the sum does not match the trace, a computation error has occurred.

Determinant and Eigenvalues

The determinant of AA equals the product of its eigenvalues:

det(A)=λ1λ2λn\det(A) = \lambda_1 \cdot \lambda_2 \cdots \lambda_n


This follows from evaluating the characteristic polynomial at λ=0\lambda = 0: p(0)=det(A0I)=det(A)p(0) = \det(A - 0 \cdot I) = \det(A), and since the roots of pp are λ1,,λn\lambda_1, \dots, \lambda_n, the constant term is (up to sign) their product.

The most immediate consequence is that AA is invertible if and only if no eigenvalue is zero. A single vanishing eigenvalue makes the product zero, collapsing the determinant and rendering AA singular. Conversely, all eigenvalues nonzero means det(A)0\det(A) \neq 0 and AA is invertible.

Algebraic and Geometric Multiplicity

Every eigenvalue λ\lambda has two multiplicity measures. The algebraic multiplicity ma(λ)m_a(\lambda) is the number of times λ\lambda appears as a root of the characteristic polynomial. The geometric multiplicity mg(λ)m_g(\lambda) is the dimension of the eigenspace Eλ=Null(AλI)E_\lambda = \text{Null}(A - \lambda I).

These two numbers always satisfy

Multiplicity Inequality
1mg(λ)ma(λ)1 \leq m_g(\lambda) \leq m_a(\lambda)

The geometric multiplicity is at least 11 because the eigenspace must contain at least one nonzero eigenvector. It cannot exceed the algebraic multiplicity — a fact whose proof requires the Jordan normal form or the theory of invariant subspaces.

When mg=mam_g = m_a for every eigenvalue, the matrix is diagonalizable — there are enough independent eigenvectors to form a basis. When mg<mam_g < m_a for any eigenvalue, the matrix is defective and cannot be diagonalized.

For A=(2102)A = \begin{pmatrix} 2 & 1 \\ 0 & 2 \end{pmatrix}, the eigenvalue λ=2\lambda = 2 has ma=2m_a = 2 but mg=1m_g = 1 (the eigenspace is one-dimensional, spanned by (1,0)(1, 0)). This matrix is not diagonalizable.
Attribute Algebraic multiplicity ma(λ) Geometric multiplicity mg(λ)
Definition number of times λ appears as a root of the characteristic polynomial dimension of the eigenspace Eλ = Null(A − λI)
Range 1 ≤ ma(λ) ≤ n 1 ≤ mg(λ) ≤ ma(λ)
Computed from factoring p(λ) = det(A − λI) row reducing A − λI; counting free variables
Diagonalizability test total Σ ma(λ) is always n A is diagonalizable ⟺ mg(λ) = ma(λ) for every λ
every direction · λ=2Avvλ=2 (only)Avv
A repeated eigenvalue with two directions, then with one

Both matrices have a repeated eigenvalue. The upper one still supplies two independent directions, so geometric multiplicity matches algebraic. The lower one supplies only one: the second direction has been lost and cannot be recovered. That shortfall is the whole meaning of the word defective. Compare the two side by side on the eigenvector explorer.

A defective matrix is precisely one that cannot be diagonalised, which is why this gap is worth naming rather than treating as a curiosity.

Spectral Property Notation

Notation

Spectral Property Notation

Almost every result below is written in one shape, and the part that carries the claim is the part that does not change. Three marks decide how the rest of the page reads.
The letter λ\lambda itself, the enumeration λ1,,λn\lambda_1, \dots, \lambda_n, the spectrum σ(A)\sigma(A), the characteristic determinant det(AλI)\det(A - \lambda I), the eigenspace EλE_\lambda and the multiplicity pair ma,mgm_a, m_g are all set out at the characteristic equation. Modulus λ|\lambda| and conjugate pairs belong to complex eigenvalues, and the factorisation A=PDP1A = PDP^{-1} to diagonalization.
A\mathbf{v} = \lambda\mathbf{v} \;\Rightarrow\; f(A)\mathbf{v} = f(\lambda)\mathbf{v}
if v is an eigenvector of A with eigenvalue lambda, then v is still an eigenvector after the operation, and only the eigenvalue has moved
The claim sits in the letter that stays put. Both sides carry the same v\mathbf{v}, and that repetition is the assertion: the operation left the direction alone and rescaled it differently. Readers watch the λ\lambda side, where something visibly happens, and take the fixed v\mathbf{v} for background.
CasesFive operations on this page fit the shape: the inverse sends λ\lambda to 1/λ1/\lambda, the kk-th power to λk\lambda^k, a polynomial to q(λ)q(\lambda), a shift to λ+c\lambda + c, a scaling to cλc\lambda. The arrow is also read one vector at a time. It says nothing about a vector that was not already an eigenvector of AA.
Also writtenStated in words as AA and f(A)f(A) share eigenvectors, or compressed to the spectrum statement σ(f(A))=f(σ(A))\sigma(f(A)) = f(\sigma(A)), which drops the eigenvectors from the record entirely.
Do not confuseRead as a general licence for algebra on matrices. Nothing here covers A+BA + B or ABAB: the eigenvalues of a sum are not the sums of the eigenvalues, and the same holds for products, because two matrices need not share a single eigenvector. Every operation in the list acts on one matrix, and that restriction is the reason the pattern holds.
q(\lambda) = c_0 + c_1\lambda + \cdots + c_m\lambda^m \;\longrightarrow\; q(A) = c_0 I + c_1 A + \cdots + c_m A^m
the polynomial q evaluated at the matrix A
One letter qq is fed two different kinds of object: a number on the left, a square matrix on the right. Substitution is mechanical everywhere except at the constant term. A bare c0c_0 is a number and cannot be added to a matrix, so it becomes c0Ic_0 I — the notation q(A)q(A) performs that swap without announcing it.
CasesExponents on AA mean repeated matrix multiplication, so AA must be square. Any two polynomials in the same AA commute with each other and with AA, which is why the expansion in the proof may be reordered freely.
Also writtenWritten p(A)p(A) when the polynomial in question is the characteristic one, where the result is the zero matrix.
Do not confuseApplying qq to each entry of AA separately. The two agree for a diagonal matrix apart from the constant term, which lets the mistake pass unnoticed on exactly the examples used to introduce the idea.
\mathbf{w}^{T} A = \lambda \mathbf{w}^{T}
w transpose A equals lambda times w transpose — w is a left eigenvector of A
The side of the multiplication is the whole distinction. Unqualified, eigenvector always means the right one, with AA acting from the left on a column. Here the vector stands to the left of AA, so it has to be a row, and the TT is what makes the product legal rather than a statement about w\mathbf{w} itself.
CasesTransposing the equation gives ATw=λwA^{T}\mathbf{w} = \lambda\mathbf{w}, so the left eigenvectors of AA are the ordinary eigenvectors of ATA^{T}, sharing λ\lambda with the right eigenvectors of AA.
Also writtenRow-vector notation wT\mathbf{w}^{T} is sometimes replaced by w\mathbf{w}^{*} once complex entries are allowed, where the conjugate travels with the transpose.
Do not confuseTaking equal eigenvalues to mean equal eigenvectors. AA and ATA^{T} agree on every λ\lambda and generally disagree on the directions — the transpose is the one operation on this page that breaks the fixed-vector shape above.
Same glyph elsewhereTwo transposes sit in the same sentence and do different work: the TT on w\mathbf{w} turns a column into a row, while the TT on AA names the matrix being studied.

Eigenvalues of the Inverse

If λ\lambda is an eigenvalue of an invertible matrix AA with eigenvector v\mathbf{v}, then the eigenvector is preserved and the eigenvalue inverts:

Eigenvalue of Inverse
Av=λvA1v=1λvA\mathbf{v} = \lambda\mathbf{v} \Rightarrow A^{-1}\mathbf{v} = \frac{1}{\lambda}\mathbf{v}

The proof is one line: Av=λvA\mathbf{v} = \lambda\mathbf{v} implies v=λA1v\mathbf{v} = \lambda A^{-1}\mathbf{v}, so A1v=(1/λ)vA^{-1}\mathbf{v} = (1/\lambda)\mathbf{v}.

The eigenvalues of A1A^{-1} are the reciprocals of the eigenvalues of AA, and the eigenvectors are unchanged. This requires λ0\lambda \neq 0, which is guaranteed by the invertibility of AA.

If AA has eigenvalues 2,3,52, -3, 5, then A1A^{-1} has eigenvalues 1/2,1/3,1/51/2, -1/3, 1/5. The trace of A1A^{-1} is 1/21/3+1/5=11/301/2 - 1/3 + 1/5 = 11/30, and det(A1)=1/(2(3)5)=1/30\det(A^{-1}) = 1/(2 \cdot (-3) \cdot 5) = -1/30.

Eigenvalues of Powers and Polynomials

Powers of AA preserve the eigenvector and raise the eigenvalue:

Eigenvalue of Power
Av=λvAkv=λkvA\mathbf{v} = \lambda\mathbf{v} \Rightarrow A^k\mathbf{v} = \lambda^k\mathbf{v}

The proof is induction: Ak+1v=A(Akv)=A(λkv)=λkAv=λk+1vA^{k+1}\mathbf{v} = A(A^k\mathbf{v}) = A(\lambda^k\mathbf{v}) = \lambda^k A\mathbf{v} = \lambda^{k+1}\mathbf{v}.

The eigenvectors are preserved; only the eigenvalues change by raising to the kk-th power.

More generally, if q(λ)=c0+c1λ++cmλmq(\lambda) = c_0 + c_1\lambda + \cdots + c_m\lambda^m is any polynomial, then q(A)q(A) has eigenvalues q(λi)q(\lambda_i) with the same eigenvectors:

Eigenvalue of Polynomial
q(A)v=q(λ)vq(A)\mathbf{v} = q(\lambda)\mathbf{v}

This follows by expansion:

q(A)v=(c0I+c1A++cmAm)v=(c0+c1λ++cmλm)v=q(λ)vq(A)\mathbf{v} = (c_0 I + c_1 A + \cdots + c_m A^m)\mathbf{v} = (c_0 + c_1\lambda + \cdots + c_m\lambda^m)\mathbf{v} = q(\lambda)\mathbf{v}


If AA has eigenvalue 33, then 2A2A+4I2A^2 - A + 4I has eigenvalue 2(9)3+4=192(9) - 3 + 4 = 19 for the same eigenvector.

Eigenvalue Shifting

Adding a scalar multiple of the identity to AA shifts every eigenvalue by that scalar while leaving the eigenvectors unchanged:

Eigenvalue Shift
Av=λv(A+cI)v=(λ+c)vA\mathbf{v} = \lambda\mathbf{v} \Rightarrow (A + cI)\mathbf{v} = (\lambda + c)\mathbf{v}

The proof: (A+cI)v=Av+cv=λv+cv=(λ+c)v(A + cI)\mathbf{v} = A\mathbf{v} + c\mathbf{v} = \lambda\mathbf{v} + c\mathbf{v} = (\lambda + c)\mathbf{v}.

The eigenvalues of A+cIA + cI are λ1+c,λ2+c,,λn+c\lambda_1 + c, \lambda_2 + c, \dots, \lambda_n + c. Scaling works similarly: cAcA has eigenvalues cλ1,cλ2,,cλnc\lambda_1, c\lambda_2, \dots, c\lambda_n with the same eigenvectors.

These operations are useful in practice. Adding cIcI can shift all eigenvalues to be positive (making a matrix positive definite for numerical purposes), or shift a known eigenvalue to zero (making Aλ0IA - \lambda_0 I singular, which is exactly how the eigenvalue equation is set up).

Eigenvalues of the Transpose

A matrix AA and its transpose ATA^T have the same eigenvalues. The characteristic polynomials are identical:

det(ATλI)=det((AλI)T)=det(AλI)\det(A^T - \lambda I) = \det((A - \lambda I)^T) = \det(A - \lambda I)


The second equality uses transpose invariance of the determinant.

The eigenvectors are generally different. If v\mathbf{v} is a right eigenvector of AA (Av=λvA\mathbf{v} = \lambda\mathbf{v}), the corresponding left eigenvector w\mathbf{w} satisfies wTA=λwT\mathbf{w}^T A = \lambda \mathbf{w}^T, which is the same as ATw=λwA^T\mathbf{w} = \lambda\mathbf{w}. So the left eigenvectors of AA are the (right) eigenvectors of ATA^T. The eigenvalues match, but the directions are different.

Eigenvalues of Special Matrix Types

The structure of a matrix constrains which eigenvalues are possible:

Special Matrix Eigenvalue Restrictions
symmetric (real):  λRskew-symmetric (real):  λ=0 or λiRorthogonal:  λ=1idempotent:  λ{0,1}nilpotent:  λ=0involutory:  λ{1,+1}positive definite:  λ>0\begin{aligned} \text{symmetric (real)}: \;& \lambda \in \mathbb{R} \\ \text{skew-symmetric (real)}: \;& \lambda = 0 \text{ or } \lambda \in i\mathbb{R} \\ \text{orthogonal}: \;&|\lambda|= 1 \\ \text{idempotent}: \;& \lambda \in \{0, 1\} \\ \text{nilpotent}: \;& \lambda = 0 \\ \text{involutory}: \;& \lambda \in \{-1, +1\} \\ \text{positive definite}: \;& \lambda > 0 \end{aligned}

Diagonal and triangular matrices have their eigenvalues on the diagonal — immediately visible.

Real symmetric matrices have all real eigenvalues, and eigenvectors for distinct eigenvalues are orthogonal. This is the spectral theorem&apos;s prerequisite.

Real skew-symmetric matrices have eigenvalues that are zero or purely imaginary — they come in conjugate pairs ±bi\pm bi.

Orthogonal matrices have eigenvalues on the unit circle: λ=1|\lambda| = 1. For real orthogonal matrices, real eigenvalues are restricted to ±1\pm 1, and complex eigenvalues come in conjugate pairs of modulus 11.

Idempotent matrices (A2=AA^2 = A) have eigenvalues satisfying λ2=λ\lambda^2 = \lambda, so λ=0\lambda = 0 or λ=1\lambda = 1.

Nilpotent matrices (Ak=0A^k = 0) have all eigenvalues equal to zero.

Involutory matrices (A2=IA^2 = I) have eigenvalues satisfying λ2=1\lambda^2 = 1, so λ=±1\lambda = \pm 1.

Positive definite symmetric matrices have all eigenvalues strictly positive.
Matrix type Defining property Eigenvalue constraint
Diagonal / triangular zeros above or below (or both) the main diagonal eigenvalues are the diagonal entries (visible by inspection)
Real symmetric A = AT all eigenvalues are real; eigenvectors for distinct λ are orthogonal
Real skew-symmetric A = −AT eigenvalues are zero or purely imaginary, in conjugate pairs ± bi
Orthogonal ATA = I |λ| = 1; real eigenvalues are ±1; complex eigenvalues in conjugate pairs on the unit circle
Idempotent A2 = A λ ∈ {0, 1}
Nilpotent Ak = 0 for some positive integer k all eigenvalues equal zero
Involutory A2 = I λ ∈ {+1, −1}
Positive definite (symmetric) xTA x > 0 for every nonzero x, with A symmetric all eigenvalues strictly positive

Independence of Eigenvectors

Eigenvectors corresponding to distinct eigenvalues are always linearly independent:

Independence of Distinct Eigenvectors
λ1,,λk distinct{v1,,vk} linearly independent\lambda_1, \ldots, \lambda_k \text{ distinct} \Rightarrow \{\mathbf{v}_1, \ldots, \mathbf{v}_k\} \text{ linearly independent}

The proof proceeds by induction. For a single eigenvector, independence is trivial (one nonzero vector is independent). Suppose {v1,,vk1}\{\mathbf{v}_1, \dots, \mathbf{v}_{k-1}\} are independent eigenvectors with distinct eigenvalues. If c1v1++ckvk=0c_1\mathbf{v}_1 + \cdots + c_k\mathbf{v}_k = \mathbf{0}, multiply both sides by AA to get c1λ1v1++ckλkvk=0c_1\lambda_1\mathbf{v}_1 + \cdots + c_k\lambda_k\mathbf{v}_k = \mathbf{0}. Subtract λk\lambda_k times the original equation: c1(λ1λk)v1++ck1(λk1λk)vk1=0c_1(\lambda_1 - \lambda_k)\mathbf{v}_1 + \cdots + c_{k-1}(\lambda_{k-1} - \lambda_k)\mathbf{v}_{k-1} = \mathbf{0}. By the induction hypothesis, all coefficients ci(λiλk)=0c_i(\lambda_i - \lambda_k) = 0. Since the eigenvalues are distinct, λiλk0\lambda_i - \lambda_k \neq 0, forcing ci=0c_i = 0 for all i<ki < k. Then the original equation gives ckvk=0c_k\mathbf{v}_k = \mathbf{0}, so ck=0c_k = 0.

The immediate consequence: a matrix with nn distinct eigenvalues has nn independent eigenvectors and is automatically diagonalizable. Distinctness of eigenvalues is a sufficient condition for diagonalizability, though not a necessary one.
λ=2λ=0.5Avv
Distinct eigenvalues, independent directions

The two eigenvectors point along genuinely different lines, and that is guaranteed whenever the eigenvalues differ — no amount of tuning can make eigenvectors from distinct eigenvalues line up. It is this guarantee that makes a matrix with all-distinct eigenvalues automatically diagonalisable. Test it by moving the eigenvalues together on the eigenvector explorer.

Distinct eigenvalues are therefore a sufficient condition for diagonalisability, though not a necessary one.

Similar Matrices and Spectral Invariants

Similar matrices share every spectral property: eigenvalues, algebraic multiplicities, geometric multiplicities, and the characteristic polynomial are all identical.

If B=P1APB = P^{-1}AP and v\mathbf{v} is an eigenvector of AA with eigenvalue λ\lambda, then P1vP^{-1}\mathbf{v} is an eigenvector of BB with the same eigenvalue: B(P1v)=P1AP(P1v)=P1Av=P1λv=λ(P1v)B(P^{-1}\mathbf{v}) = P^{-1}AP(P^{-1}\mathbf{v}) = P^{-1}A\mathbf{v} = P^{-1}\lambda\mathbf{v} = \lambda(P^{-1}\mathbf{v}).

The eigenvalues stay the same; the eigenvectors transform by P1P^{-1}. This is consistent with the interpretation that eigenvalues are properties of the transformation, not of the matrix. Changing the basis changes the matrix and the eigenvector coordinates, but the eigenvalues — the intrinsic scaling factors — are invariant.

The trace, determinant, and rank are all derivable from the eigenvalues, so their invariance under similarity is a corollary of eigenvalue invariance.

Summary: Spectral Properties at a Glance

The trace, determinant, and the seven transformations of A introduced across this page all interact with the eigenvalue spectrum in predictable ways. The table below collects every relationship into a single reference card, pairing each quantity or operation with what happens to the eigenvalues and how the eigenvectors behave.
Eigen · summary

Spectral properties at a glance

Nine operations, each linked to the section that derives it. The column worth watching is whether the eigenvectors survive — most operations move the eigenvalues while leaving the directions fixed, and the two exceptions are the informative ones.

09operations
Unconditional4
iv
Powers§ 5AkA^k has eigenvalues λik\lambda_i^k
Eigenvectors unchanged.
Unconditional
Requires
kk a positive integer

Eigenvectors unchanged. Apply AA repeatedly to v\mathbf{v} and each pass multiplies by λ\lambda again. This is why λ<1|\lambda| < 1 means AkOA^k \to O and λ>1|\lambda| > 1 means it blows up — the whole of iterative stability sits in this line.

v
Polynomials§ 5q(A)q(A) has eigenvalues q(λi)q(\lambda_i)
Eigenvectors unchanged.
Unconditional
Requires
any polynomial qq

Eigenvectors unchanged. Generalises the two entries above — powers and shifts are both special cases. It is also what makes the Cayley–Hamilton theorem believable: the characteristic polynomial sends every eigenvalue to zero.

vi
Shift§ 6A+cIA + cI has eigenvalues λi+c\lambda_i + c
Eigenvectors unchanged.
Unconditional
Requires
any scalar cc

Eigenvectors unchanged. Adding a multiple of the identity slides the whole spectrum along the number line, leaving the directions alone — which is what makes shifted power iteration and the shifted QR algorithm work.

vii
Scalar multiple§ 6cAcA has eigenvalues cλic\lambda_i
Eigenvectors unchanged.
Unconditional
Requires
any scalar cc

Eigenvectors unchanged. Contrast the shift directly above: scaling stretches the spectrum about zero, shifting translates it. Neither disturbs the eigenvectors.

Conditional5
i
Trace§ 1tr(A)=λ1+λ2++λn\operatorname{tr}(A) = \lambda_1 + \lambda_2 + \cdots + \lambda_n
Spectral information read off the diagonal without solving anything.
Conditional
Holds when
eigenvalues counted with algebraic multiplicity, over C\mathbb{C}

Spectral information read off the diagonal without solving anything. Over R\mathbb{R} the sum can appear to fail because some eigenvalues live in C\mathbb{C} — a rotation has trace 2cosθ2\cos\theta and no real eigenvalues at all. See trace properties.

ii
Determinant§ 2det(A)=λ1λ2λn\det(A) = \lambda_1 \lambda_2 \cdots \lambda_n
The product rather than the sum.
Conditional
Holds when
with algebraic multiplicity, over C\mathbb{C}

The product rather than the sum. It gives the invertibility criterion directly: AA is invertible exactly when no eigenvalue is zero, since a single zero factor kills the whole product.

iii
Inverse§ 4A1A^{-1} has eigenvalues 1/λi1/\lambda_i
Eigenvectors unchanged.
Conditional
Holds when
AA invertible — no λi=0\lambda_i = 0

Eigenvectors unchanged. From Av=λvA\mathbf{v} = \lambda\mathbf{v}, multiply both sides by A1/λA^{-1}/\lambda and the same v\mathbf{v} comes back with the reciprocal. The condition is not a technicality: a zero eigenvalue is precisely what makes the inverse fail to exist.

viii
Transpose§ 7ATA^{\mathsf{T}} has the same eigenvalues as AA
Same characteristic polynomial, since (A^T - λ I) = (A - λ I).
Eigenvectors differ
Holds when
always for the eigenvalues
Fails when
for the eigenvectors — generally different
Common error
assuming the eigenvectors carry over because the eigenvalues do

Same characteristic polynomial, since det(ATλI)=det(AλI)\det(A^{\mathsf{T}} - \lambda I) = \det(A - \lambda I). But the eigenvectors of ATA^{\mathsf{T}} are the left eigenvectors of AA, a different set. One of only two entries here where the spectrum survives and the directions do not.

WitnessA = [[1, 1], [0, 2]] — eigenvalues 1, 2
eigenvector for λ=1: A → (1, 0), Aᵀ → (1, −1)
ix
Similarity§ 10P1APP^{-1}AP has the same eigenvalues, multiplicities included
Both algebraic and geometric multiplicities are preserved, so the entire spectral picture is…
Eigenvectors map
Holds when
PP invertible

Both algebraic and geometric multiplicities are preserved, so the entire spectral picture is basis-independent. The eigenvectors are not lost but relabelled: v\mathbf{v} becomes P1vP^{-1}\mathbf{v}. That is the whole content of similarity — the same transformation, described from a different basis.

Unconditional
Conditional
Trace§ 1Conditional
tr(A)=λ1+λ2++λn\operatorname{tr}(A) = \lambda_1 + \lambda_2 + \cdots + \lambda_n
Holds when
eigenvalues counted with algebraic multiplicity, over C\mathbb{C}
Spectral information read off the diagonal without solving anything. Over R\mathbb{R} the sum can appear to fail because some eigenvalues live in C\mathbb{C} — a rotation has trace 2cosθ2\cos\theta and no real eigenvalues at all. See trace properties.
Read the full section
Determinant§ 2Conditional
det(A)=λ1λ2λn\det(A) = \lambda_1 \lambda_2 \cdots \lambda_n
Holds when
with algebraic multiplicity, over C\mathbb{C}
The product rather than the sum. It gives the invertibility criterion directly: AA is invertible exactly when no eigenvalue is zero, since a single zero factor kills the whole product.
Read the full section
Inverse§ 4Conditional
A1A^{-1} has eigenvalues 1/λi1/\lambda_i
Holds when
AA invertible — no λi=0\lambda_i = 0
Eigenvectors unchanged. From Av=λvA\mathbf{v} = \lambda\mathbf{v}, multiply both sides by A1/λA^{-1}/\lambda and the same v\mathbf{v} comes back with the reciprocal. The condition is not a technicality: a zero eigenvalue is precisely what makes the inverse fail to exist.
Read the full section
Powers§ 5Unconditional
AkA^k has eigenvalues λik\lambda_i^k
Requires
kk a positive integer
Eigenvectors unchanged. Apply AA repeatedly to v\mathbf{v} and each pass multiplies by λ\lambda again. This is why λ<1|\lambda| < 1 means AkOA^k \to O and λ>1|\lambda| > 1 means it blows up — the whole of iterative stability sits in this line.
Read the full section
Polynomials§ 5Unconditional
q(A)q(A) has eigenvalues q(λi)q(\lambda_i)
Requires
any polynomial qq
Eigenvectors unchanged. Generalises the two entries above — powers and shifts are both special cases. It is also what makes the Cayley–Hamilton theorem believable: the characteristic polynomial sends every eigenvalue to zero.
Read the full section
Shift§ 6Unconditional
A+cIA + cI has eigenvalues λi+c\lambda_i + c
Requires
any scalar cc
Eigenvectors unchanged. Adding a multiple of the identity slides the whole spectrum along the number line, leaving the directions alone — which is what makes shifted power iteration and the shifted QR algorithm work.
Read the full section
Scalar multiple§ 6Unconditional
cAcA has eigenvalues cλic\lambda_i
Requires
any scalar cc
Eigenvectors unchanged. Contrast the shift directly above: scaling stretches the spectrum about zero, shifting translates it. Neither disturbs the eigenvectors.
Read the full section
Transpose§ 7Eigenvectors differ
ATA^{\mathsf{T}} has the same eigenvalues as AA
Holds when
always for the eigenvalues
Fails when
for the eigenvectors — generally different
Common error
assuming the eigenvectors carry over because the eigenvalues do
Same characteristic polynomial, since det(ATλI)=det(AλI)\det(A^{\mathsf{T}} - \lambda I) = \det(A - \lambda I). But the eigenvectors of ATA^{\mathsf{T}} are the left eigenvectors of AA, a different set. One of only two entries here where the spectrum survives and the directions do not.
WitnessA = [[1, 1], [0, 2]] — eigenvalues 1, 2
eigenvector for λ=1: A → (1, 0), Aᵀ → (1, −1)
Read the full section
Similarity§ 10Eigenvectors map
P1APP^{-1}AP has the same eigenvalues, multiplicities included
Holds when
PP invertible
Both algebraic and geometric multiplicities are preserved, so the entire spectral picture is basis-independent. The eigenvectors are not lost but relabelled: v\mathbf{v} becomes P1vP^{-1}\mathbf{v}. That is the whole content of similarity — the same transformation, described from a different basis.
Read the full section
The pattern: anything built from AA by polynomials, inversion or shifting keeps the eigenvectors and transforms the eigenvalues by the same rule. Transposition and similarity are the exceptions — they preserve the spectrum but change or relabel the directions, which is exactly why diagonalization is a statement about a basis rather than about numbers.
Spectral properties at a glance·/linear-algebra/eigen/propertiesLearn Math Class

Eigenvalue Properties FAQ

Do the eigenvalue rules extend to A+BA + B and ABAB?

+
No, and this is the boundary worth memorising. Every rule of this kind acts on a single matrix: inverses, powers, polynomials, shifts and scalings all preserve the eigenvector while transforming the eigenvalue. Sums and products of two matrices do not, because AA and BB need not share any eigenvector at all.Read more →

Is q(A)q(A) the same as applying qq to each entry of AA?

+
No. In q(A)q(A) the powers mean repeated matrix multiplication, which mixes entries throughout, whereas applying qq entrywise leaves each entry isolated. The two happen to agree on diagonal matrices apart from the constant term, which is unfortunate: the mistake survives exactly the simple examples used to introduce the idea.Read more →

Do AA and ATA^{T} have the same eigenvectors?

+
They share every eigenvalue but generally not the eigenvectors. Transposing preserves the characteristic polynomial, so the spectrum is identical, yet the directions differ. The eigenvectors of ATA^{T} are known as the left eigenvectors of AA, and the transpose is the one operation here that changes the vector rather than the value.Read more →