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.
1 | initial version |
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.
2 | retagged |
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.