Hi,
I need to find eigenvectors of a 30*30 matrix in C# is there any library for this?
Printable View
Hi,
I need to find eigenvectors of a 30*30 matrix in C# is there any library for this?
I did not try it myself but maybe Math.NET Numerics for .NET can help.
There is even a code sample for eigenvalues and eigenvectors.