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
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.