dharmatech / Symbolism

Computer Algebra and Symbolic Computation in C#
220 stars 31 forks source link

Can I write canonicalized linear equation using this? #1

Closed shyamupa closed 8 years ago

shyamupa commented 9 years ago

Hi,

I want all my equations to look like ax+by=c, i.e. all variables are on one side of the equation. Is it possible to do with this library? I could not find examples for doing this in the unit tests.

Thanks

gruckion commented 5 years ago

No, this is not possible. From what I understand.