javascriptjquerymathequation

JavaScript/jQuery equation solver


Is there a plugin that can solve a simple system of equations?

I basically need the ability to solve a 3X3 matrix.


Solution

  • Sylvester is a JavaScript library designed to let you do mathematics with vectors and matrices.