Hi,

I am running SAGE 2.5.3 on  Suse 9.3 .
When I run the following derivative.sage script at the command line
using
>  sage derivative.sage

I have the desired output. But the above command triggered a run away
process  which I have to kill manually:

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
11599 matmsh    25   0 18980  15m 1768 R 94.7  0.8   2:13.72 lisp.run

Is there something wrong with script derivative.sage ?
derivative.sage :
outputFile="derivative.txt"

f = open(outputFile, 'w')

fx = diff(x^2 + exp(x))

f.write(latex(fx))

f.close()
quit

Thanks in advance for any assistance!

Shing


--~--~---------~--~----~------------~-------~--~----~
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