Ask Your Question

Jaume's profile - activity

2023-01-10 02:05:30 +0200 received badge  Notable Question (source)
2023-01-10 02:05:30 +0200 received badge  Popular Question (source)
2015-03-27 19:58:55 +0200 received badge  Student (source)
2015-03-27 10:41:36 +0200 received badge  Editor (source)
2015-03-27 10:41:04 +0200 asked a question eigenvalues of matrices in AA
M=matrix(AA,[[0,-1],[1,0]])
M.eigenvectors_right()

raises an error "eigenvectors are not implemented for matrices with eigenvalues that are not in the fraction field of the base ring or in QQbar" which is just wrong because the eigenvalues of M are certainly in QQbar.

Can someone please explain how to avoid this problem?

Thanks,

Jaume