11.07.2015 Views

Maple 9 Learning Guide - Maplesoft

Maple 9 Learning Guide - Maplesoft

Maple 9 Learning Guide - Maplesoft

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

142 • Chapter 5: PlottingHere <strong>Maple</strong> inflates the previous spacecurve to form a tube.> tubeplot( [cos(t),sin(t),t], t=0..4*Pi, radius=0.5 );The matrixplot command plots the values of a object of type Matrix.> A := LinearAlgebra[HilbertMatrix](8):> B := LinearAlgebra[ToeplitzMatrix]([1,2,3,4,-4,-3,-2,-1],> symmetric):> matrixplot( A+B, heights=histogram, axes=frame,> gap=0.25, style=patch);420–2–424column68864row2The following is a demonstration of a root locus plot.> rootlocus( (s^5-1)/(s^2+1), s, -5..5, style=point,> adaptive=false );

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

Saved successfully!

Ooh no, something went wrong!