Hello, it would be nice to have a script, which can generate a picture of function given via query string (more parameters could also go this way).
I'd like function syntax to be algebra-filter or general_programing_language_math style.
for example: plot.php?f(x)=(sin(x))^2+exp(1/x)&x0=0&dx=0.2&n=250
I guess there are several tools around, just I hope some of you could point me some of the best ones, thanks in adwance
actually, gallery of function imagaes could be handled separately, then no big need to pass functions via query, I can just use link addresses of images, but I need them to be generated online..
What for
I think of making interactive exercises/test using some javascript (sth like here ). And it would make my life easier generating those plots (no need to upload images, etc.)
It would look similar to this (http://www.univie.ac.at/future.media/moe/galerie/fun1/fun1.html#graphenpf), but more light-weight.