scook4242

0 Reputation

2 Badges

13 years, 110 days

MaplePrimes Activity


These are questions asked by scook4242

I have a function (procedure) of one real variable that returns a list of 2 real numberssay f(x)=[y1,y2].  The procedure involves a lot of looping, so it's a little slow.  My questions regards efficiently plotting this function.  y1 and y2 typically differ widely, so plotting both outputs on the same plot renders the smaller one useless (essentially looks like the zero function).  (I.e. plot(f(x),x=0..10)).  But if I use 2 distinct plot commands, the...

Page 1 of 1