Robert M. Corless Department of Applied Mathematics University of Western Ontario London, Canada
Copyright 2001 by Robert M. Corless All rights reserved
Useful one-word commands
Использование монокоманд
Plotting in Maple
Графика в Maple
Two-dimensional plots
Двумерная графика
> restart;
> alias( W=LambertW );
> err := evalf( f - Approx(5) ):
> plot( err, theta=0..2*Pi );
> y := [ seq( k/10., k=0..10 ) ];
> ys := [seq(y[j],j=1..11)]:
> r := (n,theta) -> cos(5*theta) + n*cos(theta);
С официального разрешения © 2002 Waterloo Maple, Inc