Normal topics for your projects (advanced topics are given in another list):
1. Present the Secant Method, the Method of False Position (given in Sect. 2.3),
and the Modified Newton method (given in the equation (2.13) of
Chapter 2) to solve equations in one variables. Then implement these methods
in Scilab/or Matlab/or Python.
References: Burden/Faires/Burden, Numerical Analysis, Cengage Learning, 9th
edition, 2011
2. Present the M�ller�s method to solve equations in one variables (Sect. 2.6).
Implement the method
in Scilab/or Matlab/or Python.
References: Burden/Faires/Burden, Numerical Analysis, Cengage Learning, 9th
edition, 2011
3. Present the Neville�s method to recursively generate interpolating
polynomial approximations (Sect. 3.2). Implement the method
in Scilab/or Matlab/or Python.
References: Burden/Faires/Burden, Numerical Analysis, Cengage Learning, 9th
edition, 2011
4. Present multistep method (given in Section 5.6) to solve initial value
problems. Implement the method
in Scilab/or Matlab/or Python.
References: Burden/Faires/Burden, Numerical Analysis, Cengage Learning, 9th
edition, 2011
5. Present Composite Numerical Integration (Sect. 4.4). Application: calculate
double integrals (Sect. 4.8).
References: Burden/Faires/Burden, Numerical Analysis, Cengage Learning, 9th
edition, 2011
6. Use bisection, fixed point iteration, and Newton methods in scilab/or Matlab/or
Python to solve equations in one variables.
7. Use double integrals (in scilab/or Matlab/or Python) to determine center of mass
of a given domain. Use scilab/or Matlab/or Python to write a program for finding
the contour (in binary image) of a crack image.
Find a data set containing 1000 such images, then determine center of mass and
contours of them.