This program displays graphs of 2D and 3D functions and solves equations. 2D graphs include following features: Up to two functions may be displayed at one time. On the same screen, integral and derivative curves for the main function can be displayed as well. Extreme values of functions can be found. Indefinite areas can be marked. Also, the program calculates Y value for a given X and all X values for a given Y. Maximal effort has been made to make all calculations and drawings efficient, as well as precise (e.g., functions like tan(x) are drawn with all points that fit on the screen and without extra lines). Solutions of equations of type F(x,y)=0 can be displayed graphically.
More info:
hxxp://www.graphmath.com/
|