Student[Calculus1][NewtonsMethodTutor] - illustrate Newton's Method
|
Calling Sequence
|
|
NewtonsMethodTutor(f, a)
NewtonsMethodTutor(f, var=a)
|
|
Parameters
|
|
f
|
-
|
(optional) algebraic expression in one variable var
|
a
|
-
|
(optional) point
|
var
|
-
|
(optional) variable
|
|
|
|
|
Description
|
|
•
|
The NewtonsMethodTutor(f) command launches a tutor interface that applies Newton's method for approximating a root of a function to f at the point a.
|
|
If f is not specified, NewtonsMethodTutor uses a default function.
|
|
If a is not specified, NewtonsMethodTutor uses a default point.
|
|
If var is not specified, NewtonsMethodTutor uses a default variable.
|
|
|
Download Help Document
Was this information helpful?