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.
- Host: GitHub
- URL: https://github.com/yjdoc2/equationparser
- Owner: YJDoc2
- License: mit
- Created: 2019-08-14T15:05:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-04T13:41:49.000Z (almost 6 years ago)
- Last Synced: 2025-04-13T02:21:28.923Z (6 months ago)
- Topics: c, data-structures, equation-solver, parser
- Language: C
- Homepage:
- Size: 256 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.