]> Module 9 Advanced Functions Learning Outcomes

Module 9 Advanced Functions Learning Outcomes

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