asc-community / asc-community/AngouriMath

Implement polynomial simplifier with replacements

Open
#185 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.