Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Named rules #28

Open
HarrisonGrodin opened this issue Aug 14, 2018 · 0 comments
Open

Named rules #28

HarrisonGrodin opened this issue Aug 14, 2018 · 0 comments
Labels
feature New feature or request good first issue Good for newcomers

Comments

@HarrisonGrodin
Copy link
Owner

We should be able to attach names to rules, so that normalization steps (and error messages?) can be better understood by users. For example:

normalize(@term(diff(x + y, x)))
 - @term(diff(x,x) + diff(y,x)) by sum rule in differentiation
 - @term(one(x) + diff(y, x)) by linear rule of differentiation
 - @term(1 + diff(y, x)) by multiplicative identity of a number
 - @term(1 + zero(x)) by assumption that variables are independent
 - @term(1 + 0) by additive identity of a number
 - @term(1) by removal of additive identity
@HarrisonGrodin HarrisonGrodin added the feature New feature or request label Aug 14, 2018
@HarrisonGrodin HarrisonGrodin added the good first issue Good for newcomers label Sep 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant