Macaulay2 » Documentation
Packages » NCAlgebra :: generators(NCRing)
next | previous | forward | backward | up | index | toc

generators(NCRing) -- The list of algebra generators of an NCRing

Description

This function returns the generators of an NCRing as a list. As usual, gens is a synonym for generators.

i1 : A = QQ{x,y,z}

o1 = A

o1 : NCPolynomialRing
i2 : generators A

o2 = {x, y, z}

o2 : List
i3 : gens A

o3 = {x, y, z}

o3 : List

Ways to use this method:


The source of this document is in /build/reproducible-path/macaulay2-1.25.06+ds/M2/Macaulay2/packages/NCAlgebra/NCAlgebraDoc.m2:132:0.