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 trace is deceptively simple but connects deeply to eigenvalues and characteristic polynomials. Let's make that connection clear."