C = freeProduct(A,B)
This function returns the free product of the algebras A and B.
i1 : A = QQ<|x,y,z|> o1 = A o1 : FreeAlgebra
i2 : B = skewPolynomialRing(QQ,(-1)_QQ, {a,b,c}) Using numthreads = 0 o2 = B o2 : FreeAlgebraQuotient
i3 : C = freeProduct(A,B) Using numthreads = 0 o3 = C o3 : FreeAlgebraQuotient
The object freeProduct is a method function.