Hello group,

how can we pass global variables to the maxima process that sage is
using?  For example in maxima I can do the following

(%i25) tlimswitch : true;
(%o25)                               true
(%i26) limit(sqrt(x^2 + x +1) + x, x, minf);
                                        1
(%o26)                                - -
                                        2

to calculate a limit that without this switch, maxima has hard time
calculating.  Is it posible to do this in sage?  I tried

maxima('tlimswitch : true')
maxima.eval('tlimswitch : true')

but neither worked.

BTW, it may be a good idea to have this switch on by default in
sage.

TIA,
Nikos


--~--~---------~--~----~------------~-------~--~----~
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://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to