Macaulay2 » Documentation
Packages » NCAlgebra :: oreExtension
next | previous | forward | backward | up | index | toc

oreExtension -- Creates an Ore extension of a noncommutative ring

Synopsis

Description

This method calls oreIdeal and returns the associated Ore extension as an NCQuotientRing.

i1 : B = skewPolynomialRing(QQ,(-1)_QQ,{x,y,z,w})
--Calling Bergman for NCGB calculation.
Complete!

o1 = B

o1 : NCQuotientRing
i2 : sigma = ncMap(B,B,{y,z,w,x})

o2 = NCRingMap B <--- B

o2 : NCRingMap
i3 : C = oreExtension(B,sigma,a)
--Calling Bergman for NCGB calculation.
Complete!

o3 = C

o3 : NCQuotientRing

See also

Ways to use oreExtension :

For the programmer

The object oreExtension is a method function with options.