This function returns the free product of the algebras A and B.
i1 : A = QQ{x,y,z}
o1 = A
o1 : NCPolynomialRing
|
i2 : B = skewPolynomialRing(QQ,(-1)_QQ, {a,b,c})
--Calling Bergman for NCGB calculation.
Complete!
o2 = B
o2 : NCQuotientRing
|
i3 : C = freeProduct(A,B) --Calling Bergman for NCGB calculation. Complete! o3 = C o3 : NCQuotientRing |
The object freeProduct is a method function.