Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

what does ratpoly.<t> = PolynomialRing(QQ) mean

In official tutorial, I see the following command:

ratpoly.<t> = PolynomialRing(QQ)

I have python backgroud. I wonder what does it do and how it is implemented. After all, variable ratpoly is not defined previously.

click to hide/show revision 2
retagged

what does ratpoly.<t> = PolynomialRing(QQ) mean

In official tutorial, I see the following command:

ratpoly.<t> = PolynomialRing(QQ)

I have python backgroud. I wonder what does it do and how it is implemented. After all, variable ratpoly is not defined previously.