asc-community / asc-community/AngouriMath
Implement polynomial simplifier with replacements
Open
Not now
Proposal
- Dominant language
- C#
- Stars
- 831
- Forks
- 79
- Avg merge
- 3h 23m
- Merged PRs (30d)
- 309
Description
e^x + sin(x) + 2e^x + 2sin(x) =>
a + b + 2a + 2b
=> P(a) = 3a + CONST where CONST = b + 2b = Q(b) = 3b
=> 3a + 3b
=> 3e^x + 3sin(x)
Contributor guide
Assessment
This issue has not been assessed yet.