 |
Implicit Plotter
Plots implicit and algebraic curves like x^2-y^3.
Type the equation of the curve into box at the bottom or select one from the list on the right.
You can click and drag the mouse to shift the sceen, and use a mouse wheel to zoom, arrow keys also
shift and +, -, PageUp, PageDown zoom. Right clicking brings up a menu with other display options.
The algorithm works by evaluating the equation at every point on the screen, if there is a sign change
then a point is plotted. Speed is acheived by using the fasteval Jep extension, this is an evaluator optamized
for evaluation over the reals, which is nearly ten times faster than the standard Jep evaluator.
|