Re: [sage-support] infinite polynomial ring as a free commutative algebra

2011-07-06 Thread Mike Hansen
On Wed, Jul 6, 2011 at 9:51 AM, jeremy chabot wrote: > Hi, I am trying to implement  the infinite polynomial ring as a free > commutative algebra. > > I am unsure of exactly how to do this. So far I have: > > --- > X.=

[sage-support] infinite polynomial ring as a free commutative algebra

2011-07-06 Thread jeremy chabot
Hi, I am trying to implement the infinite polynomial ring as a free commutative algebra. I am unsure of exactly how to do this. So far I have: --- X.=InfinitePolynomialRIng(QQ) ---