12.07.2015 Views

Learning Guide Learning Guide

Learning Guide Learning Guide

Learning Guide Learning Guide

SHOW MORE
SHOW LESS
  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

4.1 Graphing in Two Dimensions • 11143.532.521.511 1.5 2 2.5 3 3.5 4Use the CurveFitting package to fit a curve through several points,and then use the plot function to see the result. For more information,refer to ?CurveFitting.Refining PlotsMaple uses an adaptive plotting algorithm. It calculates the value of thefunction or expression at a modest number of approximately equidistantpoints in the specified plotting interval. Maple then computes more pointswithin the subintervals that have a large amount of fluctuation. Occasionally,this adaptive algorithm does not produce a satisfactory plot.> plot(sum((-1)^(i)*abs(x-i/10), i=0..50), x=-1..6);3.43.232.82.6–1 0 1 2 3 4 5 6xTo refine this plot, you can indicate that Maple should compute morepoints.> plot(sum((-1)^(i)*abs(x-i/10), i=0..50), x=-1..6,> numpoints=500);

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!