Topic: Animation of Sine functions

How can I animate transformations of the sine function

Re: Animation of Sine functions

How do you want to transform the sine function?

First you create some constants in the Function|Custom functions/constants dialog, e.g. a=1, b=1, c=1. Then you plot a function using the the constants, e.g. f(x)=a*sin(b*x+c).

Now you can use Calc|Animate to create an animation where you change one of the constants.