Module 9 Advanced Functions Learning Outcomes
-
State syntax and purpose of
fzero function.
-
State syntax and purpose of
quad function.
-
State syntax and purpose of
ode45 function.
-
State syntax and purpose of
fcnchk function.
-
Explain purpose and use of each function presented.
Note: eTEACH lecture presents functions that will be covered in the next module.
-
Use
fzero to find the roots of an equation.
-
Use
quad to evaluate the integral of an expression
-
Use
ode45 to find a numeric solution to a first order ODE
-
Use
fcnchk to assign a function to a function variable
-
Analyze the given problem and define new equations such that
fzero can be used to find a value other than zero.
-
Analyze the given information to determine what expression can be
integrated using
quad to compute an area,
volume, or other value.
-
Use correct function above to solve programming problems.
-
Combine use of
fzero and
ode45 to solve problems.