On 12-May-09, at 7:56 AM, Florent Hivert wrote:

>
>      Dear William,
>
>> FreeAlgebraElement was written in 2005, and nobody has worked on it  
>> since.
>> Maybe now it is your turn.
>
> Or my student's :). That was my intention ! The obvious question is  
> now the
> naming convention. It seems to me that we should stick as close as  
> possible to
> polynomials:
>
> sage: ring = ZZ['x1,x2']
> sage: x1 = ring.gens()[0]         # why x1 is not defined ???

It's not supposed to be!  Did you want

sage: ring.<x1, x2> = ZZ[]

Nick

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to