shrey183 / Symbolic-Calculator

This is an ongoing project to create a symbolic calculator.
MIT License
2 stars 10 forks source link

System of linear eqs #23

Closed mattk410 closed 6 years ago

mattk410 commented 6 years ago

Hi @shrey183,

This is for #8. It solves the system using the MathJS matrix solution method. This is to use an existing JS library, and one that we are already using in this project.