Eigenvectors not quite right
I have the following puzzle, that I can illustrate with this simple example, but that I fear it is more general
With a 2x2 matrix like this:
A:=
| 0.2 | 1 |
| 0 | 0.3 |
I applied the simple command "eigenvecs(A), with the result of:
| 1 | 0.995 |
| 0 | 0.1 |
Now, the second eigenvector does not seem precisely right. It should be 1, 0.1, and not 0.995; 0.1.
I tested this with two different versions of Mathcad, with the same result. Can someone kindly explain if it is my mind wrong, or if it is the application that somwhat fails in precision?
In the latter case, is there something that can be done to make Matchad more precise, in so simple calculation?
Thanks in advance.

