Topic: Moving curve along x-axis.

I have a function (quadratic) which I need to move along the x-axis. Is there any way I can do this?

Re: Moving curve along x-axis.

Yes. If you for example have the function f(x)=x^2-3x, you can change it to f(x)=(x-5)^2-3(x-5) to move it 5 along the x-axis. In other words, just add /subtract to the x-coordinate.

Re: Moving curve along x-axis.

Thank you very much for the quick answer, should be easy to do. (I guess it was more of a mathematical question!).
While I'm at it, I'd like to thank and applause you for a very nice program.