
Introduction to Numerical Methods
by Jeffrey R. Chasnov
Publisher: The Hong Kong University 2012
Number of pages: 63
Description:
This text is primarily for non-mathematics majors and is required by several engineering departments. Contents: IEEE Arithmetic; Root Finding; Systems of equations; Least-squares approximation; Interpolation; Integration; Ordinary differential equations.
Download or read it online for free here:
Download link
(560KB, PDF)
Similar books
Introduction to the Numerical Integration of PDEsby B. Piette - University of Durham
In these notes, we describe the design of a small C++ program which solves numerically the sine-Gordon equation. The program is build progressively to make it multipurpose and easy to modify to solve any system of partial differential equations.
(14805 views)
Notes on Numerical Linear Algebraby George Benthien
Tutorial describing many of the standard numerical methods used in Linear Algebra. Topics include Gaussian Elimination, LU and QR Factorizations, The Singular Value Decomposition, Eigenvalues and Eigenvectors via the QR Method, etc.
(16682 views)
Programming for Computations - Pythonby Svein Linge, Hans Petter Langtangen - Springer
This book presents Python programming as a key method for solving mathematical problems. The style is accessible and concise, the emphasis is on generic algorithms, clean design of programs, use of functions, and automatic tests for verification.
(11739 views)
Iterative Methods for Sparse Linear Systemsby Yousef Saad - PWS
The book gives an in-depth, up-to-date view of practical algorithms for solving large-scale linear systems of equations. The methods described are iterative, i.e., they provide sequences of approximations that will converge to the solution.
(13298 views)