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

Eigenvalue, Eigenvector decompose (Evd) for a specific value stops... #1020

Open
syryuauros opened this issue Jul 10, 2023 · 0 comments
Open

Comments

@syryuauros
Copy link

When I try to get eigenvector using Evd(), It stops...

var bt = DenseMatrix.OfArray(new double[,] { { x11, x12, x13, x14 }, { x21, x22, x23, x24 }, { x31, x32, x33, x34 }, { x41, x42, x43, x44 } });

//x14 = 1, x23 = -1, x32 =9, x41=-9 and the others are all zero.

Evd evd_btc = btc.Evd();

stops hear.

But if I try other value like //x14 = 1, x23 = -1, x32 =8.99999, x41=-9 and the others are all zero.

it works well.

Why does this happen

@syryuauros syryuauros changed the title It stops... Eigenvalue, Eigenvector decompose (Evd) for a specific value stops... Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant