https://github.com/pencilcaseman/symbomathpaper
Exploring symbolic mathematics in C++, including differentiation
https://github.com/pencilcaseman/symbomathpaper
cpp cpp17 symbolic-math
Last synced: 5 months ago
JSON representation
Exploring symbolic mathematics in C++, including differentiation
- Host: GitHub
- URL: https://github.com/pencilcaseman/symbomathpaper
- Owner: Pencilcaseman
- License: mit
- Created: 2022-05-13T15:41:05.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-07T17:26:06.000Z (over 3 years ago)
- Last Synced: 2025-09-05T01:59:12.398Z (10 months ago)
- Topics: cpp, cpp17, symbolic-math
- Language: TeX
- Homepage:
- Size: 9.19 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Citation: CITATION.cff
Awesome Lists containing this project
README
# SymboMath
A symbolic mathematics research project in C++.
Enter a mathematical expression as a string and evaluate numeric results, apply calculus or substitute variables, or
all of the above.