Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hi,
Does anybody know how to get different eigenvectors of matrices with two or more equal eigenvalues? The standard Mathcad eigenvec function only gives the same eigenvectors.
Thank you
Solved! Go to Solution.
You should use either the function "eigenvecs" or use "eigenvec" with symbolic evaluation. "eigenvec(BB,4) -> " will only give the result shown in the picture if you use the new symbolic introduced with Prime 6.
Why do you expect different eigenvectors for equal eigenvalues? You may create your own "different" vectors by multiplying the one which Mathcad provides by any number you like. You may also notice that Mathcads numerics and its symbolic usually return differently normalized eigenvectors.
Sorry, you did not answer the question.
Let's use one example I got from other and typed into (attached) MathCad.
You should use either the function "eigenvecs" or use "eigenvec" with symbolic evaluation. "eigenvec(BB,4) -> " will only give the result shown in the picture if you use the new symbolic introduced with Prime 6.
