Hi fellow Gophers

I wonder if anyone knows of a package that simplifies polynomials on 
non-commutative algebra?
As a concrete example, let `a` and `b` satisfy the commutator [a, b] = 
ab-ba = 1,
I want to simplify (a+b)^4 into aabb + ab + ...

There are libraries such as NCAlgebra 
<https://mathweb.ucsd.edu/~ncalg/DOCUMENTATION/index.html#simplifying-polynomial-expresions>
 and Bergman <https://servus.math.su.se/bergman/manual.html#tth_sEc2.8.2> that 
do this using Gröbner basis.
I wonder does anyone know of something similar in Go?

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/golang-nuts/bf814df2-482e-493f-a9db-bf2e11898d43n%40googlegroups.com.

Reply via email to