Dear Sage supporters,

the following works:
sage: R=QQ['x,y']
sage: 1/R('x+y')
1/(x + y)

but the following doesn't:
sage: F=Frac(R)
sage: F('1/(x+y)')

Why?

So far, i was in the belief that F(some_string) would return a
reasonable interpretation of some_string in F, provided it exists.

Yours
      Simon

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
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