[sage-support] Re: just Maxima

2009-11-13 Thread Mikie
Robert, Can one load just Maxima using a Python script? Something like import maxima I sent you an e-mail. Your work with calculaus is great. My tutoring servers are getting better with time. Thanx On Nov 12, 3:32 pm, ma...@mendelu.cz ma...@mendelu.cz wrote: On 12 lis, 23:24, Erik Lane

[sage-support] Re: just Maxima

2009-11-13 Thread ma...@mendelu.cz
I think that you can program from Python, catch the output and so some serach in the output. Thus to integrate the function x*sin(2*x) let python runs the command maxima --batch-string=display2d:false$ print(ahoj,integrate(x*sin (8*x),x),ahoj)$ The output should look like Maxima 5.13.0

[sage-support] Re: just Maxima

2009-11-13 Thread William Stein
On Fri, Nov 13, 2009 at 6:14 AM, Mikie thephantom6...@hotmail.com wrote: Robert, Can one load just Maxima using a Python script?  Something like import maxima Are you asking about this *specifically* to make things faster (because of startup time issue)? William I sent you an e-mail.  

[sage-support] Re: just Maxima

2009-11-12 Thread kcrisman
I know that Robert Marik has set something like this up (just Maxima, no Sage at all) at his home institution, so perhaps he will comment on this. - kcrisman --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe

[sage-support] Re: just Maxima

2009-11-12 Thread ma...@mendelu.cz
Do you mean MAW at http://user.mendelu.cz/marik/maw/ ? There are some forms which take input, run through maxima and show output. Sources are at sourceforge. Nothing special, since I am not programmer and cannot write more than simple and primitive scripts. I think that if you want to run maxima

[sage-support] Re: just Maxima

2009-11-12 Thread Mikie
Robert, Bad link. On Nov 12, 11:36 am, ma...@mendelu.cz ma...@mendelu.cz wrote: Do you mean MAW athttp://user.mendelu.cz/marik/maw/? There are some forms which take input, run through maxima and show output. Sources are at sourceforge. Nothing special, since I am not programmer and cannot

[sage-support] Re: just Maxima

2009-11-12 Thread ma...@mendelu.cz
On 12 lis, 22:08, Mikie thephantom6...@hotmail.com wrote: Robert, Bad link. which one? both work for me. --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to

[sage-support] Re: just Maxima

2009-11-12 Thread Erik Lane
Both work for me, as well, even though I have a hard time understanding the first one... :) On Thu, Nov 12, 2009 at 2:04 PM, ma...@mendelu.cz ma...@mendelu.cz wrote: On 12 lis, 22:08, Mikie thephantom6...@hotmail.com wrote: Robert, Bad link. which one? both work for me.

[sage-support] Re: just Maxima

2009-11-12 Thread ma...@mendelu.cz
On 12 lis, 23:24, Erik Lane erikl...@gmail.com wrote: Both work for me, as well, even though I have a hard time understanding the first one... :) Ooops, english version is at http://user.mendelu.cz/marik/maw/index.php?lang=enform=main --~--~-~--~~~---~--~~