Student[MultivariateCalculus][GradientTutor] - plot or animate the gradient(s)
|
Calling Sequence
|
|
GradientTutor()
GradientTutor(f(x,y), [x,y]=[a,b], x=xmin..xmax, y=ymin..ymax, z=zmin..zmax)
GradientTutor(f(x,y), [x,y]=[[a,b],[c,d],..], x=xmin..xmax, y=ymin..ymax, z=zmin..zmax)
|
|
Parameters
|
|
f(x, y)
|
-
|
(optional) algebraic function in two variables
|
[x, y]
|
-
|
(optional) name of the variables
|
[[a, b], [c, d], ..]
|
-
|
(optional) point(s) at which the gradient is evaluated; list or list of lists
|
xmin..xmax, ymin..ymax, zmin..zmax
|
-
|
(optional) ranges for plot
|
|
|
|
|
Description
|
|
•
|
The GradientTutor command launches a tutor interface that computes, plots, and animates the gradient(s) of a function.
|
|
The values of f(a,b), f(c,d),.. and grad(f) at [a,b],[c,d],.. are calculated and displayed in the tutor interface.
|
|
If f(x,y) and [x,y]=[[a,b],[c,d],..] are not specified, GradientTutor uses defaults.
|
•
|
When the GradientTutor is running, interaction with the worksheet is not possible.
|
|
|