Find the sum of the Eigenvalues of the matrix below.
[ 4 3 6 8 ]
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The Eigenvalues satisfy the condition d e t ( A − λ I n ) = 0 where A is a matrix, λ is an Eigenvalue, and I n is the n × n identity matrix
Thus, ∣ ∣ ∣ ∣ 4 − λ 3 6 8 − λ ∣ ∣ ∣ ∣ = 0
λ 2 − 1 2 λ + 3 2 − 1 8 = 0
The sum of the Eigenvalues is the sum of the roots, or 1 2 .
Notice that the sum of the Eigenvalues is the sum of the trace elements (the elements in the downward sloping diagonal)
just get the trace of its diagonal which is 4 and 8
4 + 8 = 12
yes you are correct
Problem Loading...
Note Loading...
Set Loading...
There is a shortcut for any square matrix. The trace of a matrix is equal to the sum of its eigenvalues. See my note Product and Sum of Eigenvalues .