semantic-math / math-rules

Manipulate math-ast ASTs based on algebraic rules
MIT License
4 stars 1 forks source link

describe large transforms in terms of smaller transforms #4

Open kevinbarabash opened 7 years ago

kevinbarabash commented 7 years ago

e.g. collecting like terms can be thought of as factoring + evaluation

2x + 3x => (2 + 3)x => 5x