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.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.