HI all,

I'm having a bit of trouble calculating the eigenvector of the following matrix.

3 -2

1 -1

I've found the the eigen values of 2.4 and -0.41 these are rounded off.

using y^2 - 2y -1

I have two questions
1 : Can I use aprroximate eigenvalues to compute the eigen Vector?

and two: If so I'm trying to calulate it by the following say for eigenvalue 2.4


3a -2b = 2.4a
a -b = 2.4b

Im getting the vector of

-2.4
-4.8

I'm not sure how to check if this is right or not

Kindest regards
Brendan