views:

118

answers:

1

I am looking for a simple computer algebra system (cas) for JavaScript but I can't find anything with google. I only need basic functionality:

  • simplify expressions to some canonic form. Ability to check if two expressions are the same, i.e., a(x+y) == ax+ay
  • parse mathematical formulas. I want it to be able to read expressions like ax²+4x.
  • solve simple equations etc.

Do you know of such a library?