-
Graphing
Is there an easy way to graph simple algebraic equations; linier, quadratic, and expediential? The more complex graphs it can make the better. My intent is to make a program that can graph things such as Velocity, Height, and other simple physics stuff.
-
Re: Graphing
Easy, no.
You could buy Roboplot off me for £5000 (Source and rights):D
Seriously though you'd need to design a strong math engine and optimise it for speed. This is a very difficult task in itself to say nothing of actually drawing the results in a structured and OOP manner.
You won't find an easy way to do this unless you find a pre-built math engine.
-
Re: Graphing
I use Xceed, and create the points for it to plot manually,
it seems to work quite well