I'm doing a task from my book about population dynamics where i have to set up a transition matrix, find eigenvalues, egenvectors and then a steady state vector.
I've tried doing some of it and I'm not sure if It's quite right, but some guidance in the right direction would be appreciated.
Here are the values extracted from the task into a transition matrix.
Transition matrix:
Found the Eigenvalues, 0,8, 1,2 and 1.
Eigenvectors:
for eigenvalue 0.8
Setting it up in a linear system:
0.8x + 0y + 0z = 0.8x
0x + 1.2y + 0z = 0.8y
0x + 0y + z = 0.8z
This brings me to x=s, y=0.4s and z = 0.2s.
So the vector will look like this:
[ 1 ]
s [0.4]
[0.2]
When i calculate the eigenvector for eigenvalue 0.8 on a calculator online, i get the vector:
[1]
[0]
[0]
Why is this different from my answer?
I've tried doing some of it and I'm not sure if It's quite right, but some guidance in the right direction would be appreciated.
Here are the values extracted from the task into a transition matrix.
Transition matrix:
0.8 | 0 | 0 |
0 | 1.2 | 0 |
0 | 0 | 1 |
Found the Eigenvalues, 0,8, 1,2 and 1.
Eigenvectors:
for eigenvalue 0.8
Setting it up in a linear system:
0.8x + 0y + 0z = 0.8x
0x + 1.2y + 0z = 0.8y
0x + 0y + z = 0.8z
This brings me to x=s, y=0.4s and z = 0.2s.
So the vector will look like this:
[ 1 ]
s [0.4]
[0.2]
When i calculate the eigenvector for eigenvalue 0.8 on a calculator online, i get the vector:
[1]
[0]
[0]
Why is this different from my answer?