NA Projects Normal Topics 20240128
NA Projects Normal Topics 20240128
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.
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.
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.