dbodoff

0 Reputation

2 Badges

14 years, 208 days

MaplePrimes Activity


These are questions asked by dbodoff

Dear All

I wonder if anyone can help me with something simple with odeplot.

Under some conditions that I can't pin down, Maple won't run the system for the whole time range I ask for, and it's not related to "maxfun". For example, in the simple lines of code below, Maple will only run out to t=3, no matter how I set the maxfun or stepsize. It is a general issue I have, for other systems as well.

Anyone know something? Thanks a lot, David.

(3 lines of code follow)

Hello all

May I please ask a question about colors? I have multiple plot structures, created using

plot1:=odeplot(...)

plot2:=odeplot(...)

I do not wish to specify a color for each.

When I display them all together

Display(plot1,plot2,..)

they (understandably, I guess) all show up with the same color (all having been created separately).

Is there any way to get the Display (or other) command to (realize it's drawing...

Hello

I would like to construct 2 statements of the form

plot1=odeplot(...)

plot2=odeplot(...)

and then write one command that plots both plot1 and plot2, something like

unknown_command([plot1,plot2])

Is this possible?

Thank you!

 

Page 1 of 1