Matrix Input
Result
Enter matrix values and click Calculate
Compute tr(A) = sum of diagonal entries. For 2×2 matrices, verify tr(A) = λ₁ + λ₂ via the characteristic polynomial. Enter a second matrix B to demonstrate tr(A+B) = tr(A) + tr(B).
tr(A) = Σ aᵢᵢ = λ₁ + λ₂ + ⋯ + λₙ
The trace is the sum of diagonal entries and equals the sum of all eigenvalues (counted with multiplicity). It appears in the characteristic polynomial as the coefficient of λⁿ⁻¹.
The trace is preserved under similarity transformations: tr(P⁻¹AP) = tr(A).
The calculator shows the steps — a quiz proves you can do them on your own.
"The trace is deceptively simple but connects deeply to eigenvalues and characteristic polynomials. Let's make that connection clear."