Question: plot and animate

Hi all,

How to plot and animate an expression like this:

f:=x1+a*y1+1; plots[animate](plot, [f, x1 = 0 .. 5, y1 = 0 .. 25, y=0..10],a=0..1, frames=100);

This is just an example for understanding my need.

thanks for help

Please Wait...