On Apr 4, 2:01 pm, "Mike Hansen" <[EMAIL PROTECTED]> wrote:
>  In your Python program, you'd use
> something like "s = Sage()" and use the s object to interact with a
> separate Sage process.

Mike, Thanks! I tried it and it worked!!!  ...

import sage.all
s = sage.all.Sage()
print s.factor(100)

What if I wanted to pass "s" (the Sage object) a string such as
"diff(sin(x^2), x)" ???

Chris
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@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-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to