PDA

View Full Version : [all variants] Math Software Server


newbuntuxx
June 8th, 2009, 05:29 PM
Hey,

I am looking for a math software that can be setup on ubuntu server (or any open source linux server) which can compute multiple requests from multiple clients through the command propmt.

Any one knows of a decent open source software that do that?

thanks,

zharmad
June 8th, 2009, 05:39 PM
Not sure what kind of math you are looking to do, but if you want a command line simple calculator, http://www.python.org would work well for that. You can also get into some simple scripting with variables for some more complex math.

newbuntuxx
June 9th, 2009, 11:08 AM
Looking at Calculus III level. Calculating Volumes, limits..etc....

Basically, something like maplesoft.com. However, it should be made for a server environment.

....

bukwirm
June 9th, 2009, 11:00 PM
Something like Sage (http://www.sagemath.org/)?