Javascript numerical library - vectors, matrices, determinates, inversion

Paul picture Paul · Jun 10, 2011 · Viewed 8.9k times · Source

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.

Answer

Simon A. Eugster picture Simon A. Eugster · Feb 21, 2012

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