Numerical Analysis for Scientists and Engineers: Theory and C Programs

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Numerical Analysis for Scientists and Engineers develops the subject gradually by illustrating several examples for both the beginners and the advanced readers using very simple language. The classical and recently developed numerical methods are derived from mathematical and computational points of view. Different aspects of errors in computation are discussed in detailed. Some finite difference operators and different techniques to solve difference equations are presented here. Various types of interpolation, including cubic-spline, methods and their applications are introduced. Direct and iterative methods for solving algebraic and transcendental equations, linear system of equations, evaluation of determinant and matrix inversion, computation of eigenvalues and eigenvectors of a matrix are well discussed in this book. Detailed concept of curve fitting and function approximation, differentiation and integration (including Monte Carlo method) are given. Many numerical methods to solve ordinary and partial differential equations with their stability and analysis are also presented. The algorithms and programs in C are designed for most of the numerical methods.

Author(s): Madhumangal Pal
Edition: 1
Publisher: Alpha Science International Ltd.
Year: 2007

Language: English
Pages: 654
City: Oxford
Tags: Numerical analysis, Numerical methods, C code,

1. Errors in numerical computations.
2. Calculus of finite differences and difference equations.
3. Interpolation.
4. Solution of algebraic and transcendental equations.
5. Solution of system of differential equations.
6. Eigenvalues and Eigenvectors of a matrix.
7. Differentiation and integration.
8. Ordinary differential equations.
9. Partial differential equations.
10. Least squares approximation.