shrey183 / Symbolic-Calculator

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

Solve a system of linear equations using numericjs #8

Open shrey183 opened 5 years ago

shrey183 commented 5 years ago

I had implemented Gaussian Elimination, but I think it would be better to solve the system using a well-tested library in JavaScript. All you have to do is change the function that returns the solution to the system. Do some tests to make sure it works and then make a pull request.