Is this board the best place to ask about issues with Maple V Release 5?

I'm trying to learn about animated 2d plots by using examples in the bundled help file, but something is wrong.

Here's one example that I tried:

restart ;

with(plots) ;

animate( sin(x*t), x = -10..10, t = 1..2, frames = 50) ;

Maple renders only what appears to be sin(x) from x = -10 to 10, with "jagged" local minimums and maximums.  If I simply plot sin(x), then the graph has smooth curves.

There is no animation.

If there's a better location at this web site for getting help on earlier versions of Maple, I would like to know.  Otherwise, I think I'm stuck.

Cheers,

  ~ Mark


Please Wait...