foxofdesert
- 21
- 0
Homework Statement
Compute A17.
1 0 4
A=0 1 2
0 0 4
Homework Equations
A=PDP-1 (D is a diagonal matrix)
The Attempt at a Solution
I got eigenvalues 1 and 4, and corresponding eigenspaces u1=[1,0,0]T , u2=[0,1,1]T and u3=[4/3, 2/3 ,1]T.
So, I computed P= (1/3) 3 0 4
0 3 2
0 0 3
also, P-1= (1/3) 3 0 -4
0 3 -2
0 0 3.
D= 1/3 1 0 0
0 1 0
0 0 4.
and then A17= PD17P-1
= 1/9 3 0 4\cdot417 3 0 -4
0 3 2\cdot417 0 3 -2
0 0 3\cdot417 0 0 3
= 1 0 4/3(417-1)
0 1 2/3(417-1)
0 0 417
sorry for the matrix form here. I couldn't find any commands to do it correctly.
Am I doing right here?