
Scientific Computing
by Jeffrey R. Chasnov
Publisher: Harvey Mudd College 2013
Number of pages: 152
Description:
This course consists of both numerical methods and computational physics. MATLAB is used to solve various computational math problems. The course is primarily for Math majors and supposes no previous knowledge of numerical analysis or methods.
Download or read it online for free here:
Download link
(7.8MB, PDF)
Similar books
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.
(11743 views)
Solving PDEs in Pythonby Hans Petter Langtangen, Anders Logg - Springer
This book offers a concise and gentle introduction to finite element programming in Python based on the popular FEniCS software library. Using a series of examples, it guides readers through the essential steps to quickly solving a PDE in FEniCS.
(8386 views)
Numerical Methods for Large Eigenvalue Problemsby Yousef Saad
A comprehensive guide to computational techniques for finding eigenvalues and eigenvectors of large matrices. It emphasizes practical algorithms and software development, particularly for sparse matrices. The book covers background theory ...
(1746 views)
Templates for the Solution of Linear Systemsby Richard Barrett et al. - Society for Industrial Mathematics
The book focuses on the use of iterative methods for solving large sparse systems of linear equations. General and reusable templates are introduced to meet the needs of both the traditional user and the high-performance specialist.
(18420 views)