eki / mathcraft

A mathtastic computer algebra system.
0 stars 0 forks source link

Try to avoid creating fractional coefficients for terms? #14

Open eki opened 4 years ago

eki commented 4 years ago

This is a tough one. For display purposes and human readability, it's usually better to avoid fractional coefficients on terms. We'd prefer to read x / 2 instead of 1 / 2x or even (1 / 2)x.

But, are fractional coefficients better for recognizing polynomials and doing polynomial division?