pet1

10 Reputation

2 Badges

13 years, 230 days

MaplePrimes Activity


These are replies submitted by pet1

@acer 

I'am sorry I completly missed that! I was so fascinated of the "solution" from Doug.

anyway thank you for your work around!

@acer 

I'am sorry I completly missed that! I was so fascinated of the "solution" from Doug.

anyway thank you for your work around!

Hi Doug

Did you try out your maple code in your last post?

I have a lot of failures:

for example:

> animate(odeplot, [integ(parameters = [H]), [[t, x(t)], [t, y(t)]], t = 0 .. 3], H = -1 .. 5);
Error, (in dsolve/numeric/process_parameters) 'parameters' must be specified as a list of numeric values or equations of the form <parameter>=<value>
> plot3d(eval([x(t), y(t)], integ(t, parameters = [H])), t = 0 .. 3, H = -1 .. 5);
Error, (in integ) invalid input: too many arguments

 

 

Peter

Hi Doug

Did you try out your maple code in your last post?

I have a lot of failures:

for example:

> animate(odeplot, [integ(parameters = [H]), [[t, x(t)], [t, y(t)]], t = 0 .. 3], H = -1 .. 5);
Error, (in dsolve/numeric/process_parameters) 'parameters' must be specified as a list of numeric values or equations of the form <parameter>=<value>
> plot3d(eval([x(t), y(t)], integ(t, parameters = [H])), t = 0 .. 3, H = -1 .. 5);
Error, (in integ) invalid input: too many arguments

 

 

Peter

Page 1 of 1