开发者

to find code for eigenvalue [closed]

开发者 https://www.devze.com 2023-03-04 16:00 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be r开发者_开发百科easonably answered in its current form.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be r开发者_开发百科easonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消