davidedc / Algebrite

Computer Algebra System in Javascript (Typescript)
http://algebrite.org
MIT License
955 stars 59 forks source link

Solving systems of equations #149

Open jarble opened 2 years ago

jarble commented 2 years ago

Is Algebrite able to find the roots of a system of equations, instead of just one equation?

I am interested in solving systems of polynomial equations, like (x^2 - 2 = 0) and (y + x = 0).