Bradford T. answered 11/25/20
Retired Engineer / Upper level math instructor
So A-λI gives:
[6-λ -2 2]
[-2 3-λ -1]
[2 -1 3-λ]
Taking the determinant and setting to zero gives:
-λ3+12λ2-36λ+32 = 0
factors of 32 = 32,16,8,4,2,1
See if 2 is a root, ie f(2) = 0
-8 + 48 -72 +32 = 0 Yes
synthetic division
-1 12 -36 32 |2
-2 20 -32
---------------------
-1 10 -16 0
(λ-2)(-λ2+10λ-16) = (λ-2)(λ-2)(λ-8) = 0
λ = 2,2,8