On 19/11/2007, Dotan Cohen <dotancohen@xxxxxxxxx> wrote: > In an advanced Calculus course, we are dealing with functions with 2 > (and more) variables. Is there any 3-D graphing software for Fedora > available? Something like Kalgebra, but with a bit more functions such > as multiple functions graphed at the same time, asymptote min max and > other significant points, zoom into 3-D graph, graph of derivative and > integral, etc. Thanks in advance for any suggestions. Perhaps worth looking at a combination of SciPy: http://www.scipy.org/ and matplotlib for 2D plots (and some experimental 3D plotting): http://matplotlib.sourceforge.net/ and Pyx http://pyx.sourceforge.net/