.. _numericHints: Hints for Numeric Methods Homework Assignment ---------------------------------------------- .. note:: There is also a video recording to help complete the assignment: `Numeric Methods Homework Assignment `_ (16:09) #. See :ref:`fzeroRoot` for an example of using ``fplot`` and ``fzero``. #. See :ref:`interp` for an example of making subplots and using ``interp1``. #. a) *Trapezoid rule*: See :ref:`trapezoidrule` for an example of how to use the ``trapIntegral`` function. The code for the function is in the study guide and also in the code downloaded from Canvas. b) *Simpson rule*: See :ref:`simpsonrule` for an example of how to use the ``simpsonIntegral`` function. The code for the function is in the study guide and also in the code downloaded from Canvas. c) *Recursive Adaptive Integral*: See :ref:`adaptIntegral` for an example of how to use the ``adaptIntegral`` function. The code for the function is in the study guide and also in the code downloaded from Canvas. d) *MATLAB's integral function*: See :ref:`matlabIntegral` for an example of how to use the ``integral`` function that comes with MATLAB. #. See the logistic equation example in :ref:`logisticEQ`.