Question: Eigenvector

Question:Eigenvector

SandorSzabo 607 Maple

I have a matrix,  T:=[cos(x)  -sin(x); sin(x)  cos(x)].

Maple11 can calculate the eigenvalues symbolically. Nice property. However

(v,e):=Eigenvectors(T)

gives

Error, (in LinearAlgebra:-LA_Main:-Eigenvectors) expecting either Matrices of rationals, rational functions, radical functions, algebraic numbers, or algebraic functions, or Matrices of complex(numeric) values.

Is there any possibility to calculate the eigenvectors symbolically?

Thanks,

                   Sandor

Please Wait...