Thanks for your reply :) I think my wrapper for SymEngine 
(_<[https://github.com/SciNim/symengine.nim>](https://github.com/SciNim/symengine.nim&gt))
 could be just what your looking for. It's not quite stable yet and I'm having 
problems installing it on WSL but it seems to run on Windows (and perhaps 
linux). Feel free to give it a try. You create new symbols (variables) using 
the proc `let x = newSymbol("x")` and then it's just to start adding and 
multiplying (polynomial division and simplifications are not supported by 
SymEngine though, just expand).

Reply via email to