0% found this document useful (0 votes)
14 views1 page

NA Projects Normal Topics 20240128

The document outlines various numerical methods for solving equations and performing numerical analysis, including the Secant Method, Modified Newton Method, M�ller's method, Neville's method, and multistep methods. It emphasizes the implementation of these methods using Scilab, Matlab, or Python, and references the textbook 'Numerical Analysis' by Burden and Faires. Additionally, it includes tasks related to double integrals and image processing for determining the center of mass and contours of crack images.

Uploaded by

txmtnv2021
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views1 page

NA Projects Normal Topics 20240128

The document outlines various numerical methods for solving equations and performing numerical analysis, including the Secant Method, Modified Newton Method, M�ller's method, Neville's method, and multistep methods. It emphasizes the implementation of these methods using Scilab, Matlab, or Python, and references the textbook 'Numerical Analysis' by Burden and Faires. Additionally, it includes tasks related to double integrals and image processing for determining the center of mass and contours of crack images.

Uploaded by

txmtnv2021
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

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.

You might also like