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

numgens(NCRing) -- The number of algebra generators of an NCRing

Synopsis

Description

This function returns the number of generators of an NCRing.

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

o1 = A

o1 : NCPolynomialRing
i2 : numgens A

o2 = 3

Ways to use this method: