to find code for eigenvalue [closed]
I want java code for finding eigenvalue from square matrix.
If you need it for a school project, study the algorithm, write the code and learn. You can find numerous examples on google (search for "java eigenvalue").
If you need it for production use (e.g. a scientific project for large-scale computing), use JAMA.
精彩评论