Commit Graph

5 Commits

Author SHA1 Message Date
037c34b38e add substitution and differentiation 2026-04-13 19:58:40 +03:00
1fff529e83 implement interpreter and demo + bug fixes
- implement interpreter and demo
- replace StandardError with appropriate subclasses
- implement division
- rewrite Polynomial.simplify()
2026-04-13 19:33:50 +03:00
d8a24a1349 fix 1x being printed instead of x 2026-04-13 13:59:04 +03:00
a420ba3ce2 replace expressions with polynomials, add interpreter command class, rewrite parser 2026-04-13 13:23:12 +03:00
afb81b475a polynomials 2026-04-06 10:53:01 +03:00