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.
Maybe also of interest: http://www.numericjs.com/