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

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

Synopsis

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: