lumanas

12 Reputation

2 Badges

18 years, 156 days

MaplePrimes Activity


These are questions asked by lumanas

Hello,

I use Maple 11 and I created a procedure (call it MyProcedure), which ends

> display([seq(r||Index, Index=1..NumberOfIterations)],insequence=true);

Futhermore I have a maplet with

> Plotter['PL1']()

and

> Button['BT1']("Draw", width=90, onclick=Evaluate('PL1'=MyProcedure(.....)))

This works ok. Result is displayed in the plotter. However I would like to add other buttons, which will work with this animation. I mean to use functions like Play, Stop, Next Frame, etc. How can I do this?

Hello,

consider the piecewise function

b:=piecewise(0>=t,-t,5>t,0,5<=t,t-5);

Why

maximize(b,t=0..3);

does not return correct answer?

maximize(b,t=1..3); or maximize(b,t=-1..3);

works correctly.

Moreover maximize(b,t=0..5);

returns an error.

Thank you for advice.

Page 1 of 1