Hello, I'd like to know I can retrieve the list of variables that appear in $g$ in the following example.
A.<x,y> = InfinitePolynomialRing(QQ)
g=x_[0]+x_[1]+y_[0]
Thanks in advance!
| 1 | initial version |
Hello, I'd like to know I can retrieve the list of variables that appear in $g$ in the following example.
A.<x,y> = InfinitePolynomialRing(QQ)
g=x_[0]+x_[1]+y_[0]
Thanks in advance!
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.