mauriciopoppe / function-plot

A 2d function plotter for the web
https://mauriciopoppe.github.io/function-plot/
MIT License
936 stars 113 forks source link

Quick help on a library #55

Closed sonnyk22 closed 8 years ago

sonnyk22 commented 8 years ago

Have a quick question to ask you that is not related to Fuction-Plot. I am using the Function-Plot library in the little calculator application that I am developing. I am running into a issue that you may be able to help with.

There are several decent Algebra Equation Solvers on the Github which have been implemented using JavaScript, but each (at least for now) is somehow lacking the ability to solve for some or many equation types that exist.

AlgebraJS: https://github.com/nicolewhite/algebra.js Demo website: http://algebra.js.org/

and,

Khan Exercises: https://github.com/Khan/khan-exercises Sample website: http://www.mathpapa.com/about/

Are there any other good JavaScript libraries out there that you may have come across that can solve for the following equation types:

  1. Algebraic equations
  2. Quadratic equations & Quartic equations
  3. Exponential equations
  4. Logarithmic equations
  5. Trigonometric equations
mauriciopoppe commented 8 years ago

Sorry I haven't however I've seen some people quite active on the subject, you can ask https://github.com/rreusser and/or anyone from the https://github.com/scijs community, perhaps the https://github.com/compute-io community as well