PDA

View Full Version : Calculator to graph equations


tc101
January 12th, 2008, 07:36 PM
Is there some free open source calculator that can be used to graph Quadratic equations, trig functions and so on, kind of like the TI-83 or other calculators used in math classes?

erginemr
January 12th, 2008, 07:58 PM
You should check out Qalculate:
http://qalculate.sourceforge.net/screenshots.html

[woodstock]
January 13th, 2008, 05:45 AM
If it is just about plotting graphs, you could try "Lybniz", too. It is in the repositories.

mrkilgoretrout
January 13th, 2008, 02:10 PM
Gnuplot is very easy to use as well. For example
Plot x**2
Will give you your parabola, etc...