MatthewJA / Coffeequate

A computer algebra system for JavaScript.

Home Page:http://matthewja.com/Coffeequate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add.simplify should factorise some things

MatthewJA opened this issue · comments

b*x + c*x should go to (b + c)*x.

Take a look at Add.solve for inspiration as to how to do this.

Nah, I like it how it is