| 1 | initial version |
Yes - it's returned by .ord() method:
R.<x> = QQ[]
f = 7*x+x^2+7*x^4+x^5
print( f.ord() )
| 2 | No.2 Revision |
Yes - it's returned by .ord() method:
R.<x> = QQ[]
f = 7*x+x^2+7*x^4+x^5
print( f.ord() (7*x+x^2+7*x^4+x^5).ord() )
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.