Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eigenvectors for matrices in AA claim to be not implemented #18071

Open
sagetrac-tmonteil mannequin opened this issue Mar 27, 2015 · 0 comments
Open

eigenvectors for matrices in AA claim to be not implemented #18071

sagetrac-tmonteil mannequin opened this issue Mar 27, 2015 · 0 comments

Comments

@sagetrac-tmonteil
Copy link
Mannequin

sagetrac-tmonteil mannequin commented Mar 27, 2015

As reported on this ask question, we have:

sage: M=matrix(ZZ,[[0,-1],[1,0]])
sage: M.eigenvectors_right()
[(-1*I, [(1, 1*I)], 1), (1*I, [(1, -1*I)], 1)]

sage: M = M.change_ring(QQbar) 
sage: M.eigenvectors_right()
[(1*I, [
  (1, -1*I)
  ], 1), (-1*I, [
  (1, 1*I)
  ], 1)]

but

sage: M = M.change_ring(AA)
sage: M.eigenvectors_right()
NotImplementedError: eigenvectors are not implemented for matrices with eigenvalues that are not in the fraction field of the base ring or in QQbar

Component: linear algebra

Issue created by migration from https://trac.sagemath.org/ticket/18071

@sagetrac-tmonteil sagetrac-tmonteil mannequin added this to the sage-6.6 milestone Mar 27, 2015
@mkoeppe mkoeppe removed this from the sage-6.6 milestone Dec 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant