An open API service indexing awesome lists of open source software.

https://github.com/yjdoc2/equationparser

An Equation Parser done as Project for DS course. This can evaluate given equation, solve linear equations, create variables and use their values, as well as have some pre-defined constants.
https://github.com/yjdoc2/equationparser

c data-structures equation-solver parser

Last synced: 4 months ago
JSON representation

An Equation Parser done as Project for DS course. This can evaluate given equation, solve linear equations, create variables and use their values, as well as have some pre-defined constants.

Awesome Lists containing this project

README

          

# EquationParser

This is Repo of Equation Parser Project Done as Data Structure Project in S.E.
Developed By Vatsal Soni,Yashodhan Joshi,Yatharth Vyas.

Also Check out the interpreter designed for reading and parsing equations from text files by us.

### Versions

Mark I : Supports Some Basic Algebric Operations.
Mark II : Supports Algeric Operations,Solving System of Linear Equations, and Finding Real Roots of Polynomial Equations.

### Details

This is a command-line based Program.
Please Check README Files of each version in each folder.