This project will graph an equation and allow you to pan across the graph. The mathematical evaluator will understand most standard operators: + - * / ^ ( ) and functions: sqrt, abs, sin, cos, tan, asin, acos, atan, log, ln, and constants pi and e. -- T̲O̲_D̲O̲ -- -Control other variables in real time -Calculate values, zeroes, min, max. -Possibly other lines? and intersection calculation -Don't plot points on errors
Scroll down for example equations! Obviously a lot of credit has to go to @griffpatch for creating his awesome Mathematic Evaluator. Check it out, it's very useful! I created the graphing functionality and added a few features to griffpatch's project including pi, e, tan, asin, acos, atan, and ln. Example equations: abs(x)*sin(x) 0.1x^2-100