PDA

View Full Version : Is there an autograph equivalent for linux?


viciouslime
November 5th, 2006, 08:41 AM
There is an excellent windows program called autograph but it doesn't play nicely with wine. Does anyone know of an equivalent in Linux?

For more info check out :http://www.autograph-maths.com/

Also is there a program that can do something like this website can: http://integrals.wolfram.com/index.jsp

It would be nice to have an offline version.

Steveire
November 5th, 2006, 09:01 AM
sudo aptitude install yacas


In> Integrate(x,a,b)Sin(x)
Out> Cos(a)-Cos(b)

I think that's what you want.

tpg
November 5th, 2006, 03:02 PM
You can try gnuplot for plotting graphs - it's command line, but not too hard to learn! I use maxima for algebra, it has several good interfaces (such as wxMaxima). However, I don't know of anything with all the same tools as autograph.