Seems there's a little tweaking needed for the plot when parameters are left are out for two plots or more.  Maple doesn't take the plot far enough in some cases. 

For example:

plot([(1000^x),(x!)]);         With this format Maple doesn't, but should, include both plots.  It gets 'stuck' as it were on the x-axis going only to 10

however adding parameters fixes the issue, but I shouldn't have to do this. 

plot([(1000^x),(x!)],x=0..35,y=0..1e30);

 


Please Wait...