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

Function eigs does not work when matrix is defective #2984

Closed
ishaanjain opened this issue Jun 27, 2023 · 5 comments
Closed

Function eigs does not work when matrix is defective #2984

ishaanjain opened this issue Jun 27, 2023 · 5 comments
Assignees

Comments

@ishaanjain
Copy link

Describe the bug
When a matrix has only one eigenvector, the function eigs does not work.

To Reproduce
The matrix [[1, 1], [0, 1]] is a simple shear matrix that has the eigenvector [0,1].
However, eigs([[1, 1], [0, 1]]) returns an error.

@josdejong
Copy link
Owner

Thanks for reporting.

Help debugging this issue with eigs would be welcome. Anyone?

@josdejong josdejong added the bug label Jun 28, 2023
@DarshanDixit05
Copy link

Hi @josdejong👋, I want to work on the issue. Can you please assign it to me?

@josdejong
Copy link
Owner

Thanks a lot Darshan! Please let me know if you need any help.

@gwhitney
Copy link
Collaborator

gwhitney commented Sep 2, 2023

Likely duplicate of #2879

@gwhitney gwhitney changed the title Function eigs does not work when there is just one eigenvector Function eigs does not work when matrix is deficient Oct 2, 2023
@gwhitney gwhitney changed the title Function eigs does not work when matrix is deficient Function eigs does not work when matrix is defective Oct 2, 2023
@gwhitney
Copy link
Collaborator

gwhitney commented Oct 2, 2023

Works with #2879 fix, so confirmed to be a duplicate. Closing.

@gwhitney gwhitney closed this as completed Oct 2, 2023
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

4 participants