最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Javascript numerical library - vectors, matrices, determinates, inversion - Stack Overflow

programmeradmin1浏览0评论

Is there a reasonable numerical library in pure JavaScript?

I'd like array-based vectors, matrices, determinate, and matrix inversion.

This is only for small problems, not big ones. I'm aware there are choices in Python, Java, C++, or, oh, perhaps FORTRAN, not to mention R. mmm....FORTRAN......

I'd be happily surprised to get basic vector and matrix operations without having to rebuild the wheel or recode from FORTRAN for a day or two.

Is there a reasonable numerical library in pure JavaScript?

I'd like array-based vectors, matrices, determinate, and matrix inversion.

This is only for small problems, not big ones. I'm aware there are choices in Python, Java, C++, or, oh, perhaps FORTRAN, not to mention R. mmm....FORTRAN......

I'd be happily surprised to get basic vector and matrix operations without having to rebuild the wheel or recode from FORTRAN for a day or two.

Share Improve this question edited Jul 15, 2013 at 21:19 Paul asked Jun 10, 2011 at 12:25 PaulPaul 27.4k13 gold badges89 silver badges126 bronze badges
Add a comment  | 

4 Answers 4

Reset to default 5

Maybe also of interest: http://www.numericjs.com/

math.js is a library which comes with matrix support. You can easily manipulate matrices and do matrix calculations.

http://mathjs.org

See the example on using matrices.

I know of

http://code.google.com/p/webgl-mjs/

and

http://sylvester.jcoglan.com/

There is also, the Matlab-like javascript library: https://github.com/Etsitpab/JSM. It makes easy to deal with ND-Arrays and provides many codes for data processing.

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论