krsoninikhil / equation-solver

Solves a system of equations using graph theory and Newton-Raphson method.

Repository from Github https://github.comkrsoninikhil/equation-solverRepository from Github https://github.comkrsoninikhil/equation-solver

equation-solver

Solves a system of equations (a lot of them) using graph theory to select the order of equations to solve and Newton-Raphson method as main algorithm to solve equations.

Currently it supports only system of linear equations.

Credits

This was developed as assignment project under Dr. P. K. Jha. Other team members: Nitesh Garg and Nikhil Sinha.

License

Feel free to use it under MIT License

About

Solves a system of equations using graph theory and Newton-Raphson method.

License:MIT License


Languages

Language:Ruby 100.0%