On Wed, Jun 17, 2009 at 5:14 PM, Mikie<thephantom6...@hotmail.com> wrote:
>
> I taking a string from a form.  How do I convert it to polynomial type?

sage: R.<x> = ZZ[]
sage: R
Univariate Polynomial Ring in x over Integer Ring
sage: R(s)
x^3 + 3*x - 2

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

Reply via email to