Hi,
I want to construct a set of equations using strings. For example:

for i in range(0,10):
   eq1="eq=x^"+str(i)+"-"+str(i)

Is there a way to convert the string eq1 to a sage expression that can
be used
by the sage solver ?


geir

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

Reply via email to