History & Comments
Back
Fill content
Description:Added triangular matrix eigenvalues theorem
# The eigenvalues of a triangular matrix are the entries on the main diagonal.Put content here**Theorem:** The eigenvalues of a triangular matrix are the entries on the main diagonal. This follows because $\det(T - \lambda I) = (t_{11} - \lambda)(t_{22} - \lambda)\cdots(t_{nn} - \lambda)$. # Parents * Particular types of matrices
Sign in to add a new comment