You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to calculate a eigenvalue matrix for an matrix beyond 5x5 I get an error. In the test the matrix is populated entirely by 1s. This is the default case in my use case, before users would change the values of the input matrix.
When I try to calculate a eigenvalue matrix for an matrix beyond 5x5 I get
an error. In the test the matrix is populated entirely by 1s. This is the
default case in my use case, before users would change the values of the
input matrix.
—
Reply to this email directly or view it on GitHub #55.
Sébastien Loisel
Assistant Professor
Department of Mathematics, Heriot-Watt University
Riccarton, EH14 4AS, United Kingdom
web: http://www.ma.hw.ac.uk/~loisel/
email: S.Loisel at hw.ac.uk
phone: +44 131 451 3234
fax: +44 131 451 3249
If your matrix is real symmetric (hermitian), you can use the jacobi solver that I implemented in a fork of this project. It deals perfectly with repeated eigenvalues.
When I try to calculate a eigenvalue matrix for an matrix beyond 5x5 I get an error. In the test the matrix is populated entirely by 1s. This is the default case in my use case, before users would change the values of the input matrix.
Attached is an example:
http://jsbin.com/gixir/1/edit?js,console
The text was updated successfully, but these errors were encountered: