Scientific Computing
-
Timo Heister
and Leo G. Rebholz
About this book
Scientific Computing for Scientists and Engineers is designed to teach undergraduate students relevant numerical methods and required fundamentals in scientific computing.
Most problems in science and engineering require the solution of mathematical problems, most of which can only be done on a computer. Accurately approximating those problems requires solving differential equations and linear systems with millions of unknowns, and smart algorithms can be used on computers to reduce calculation times from years to minutes or even seconds. This book explains: How can we approximate these important mathematical processes? How accurate are our approximations? How efficient are our approximations?
Scientific Computing for Scientists and Engineers covers:
- An introduction to a wide range of numerical methods for linear systems, eigenvalue problems, differential equations, numerical integration, and nonlinear problems;
- Scientific computing fundamentals like floating point representation of numbers and convergence;
- Analysis of accuracy and efficiency;
- Simple programming examples in MATLAB to illustrate the algorithms and to solve real life problems;
- Exercises to reinforce all topics.
- Introduction to basic numerical methods.
- Analysis of accuracy and efficiency.
- Implementation to solve real life problems.
Author / Editor information
Timo Heister and Leo G. Rebholz, Clemson University, USA.
Topics
-
Download PDFPublicly Available
Frontmatter
i -
Requires Authentication UnlicensedLicensed
Preface
vii -
Download PDFPublicly Available
Contents
ix -
Requires Authentication UnlicensedLicensed
1. Introduction
1 -
Requires Authentication UnlicensedLicensed
2. Computer representation of numbers and roundoff error
7 -
Requires Authentication UnlicensedLicensed
3. Solving linear systems of equations
17 -
Requires Authentication UnlicensedLicensed
4. Finite difference methods
28 -
Requires Authentication UnlicensedLicensed
5. Solving nonlinear equations
46 -
Requires Authentication UnlicensedLicensed
6. Accuracy in solving linear systems
61 -
Requires Authentication UnlicensedLicensed
7. Eigenvalues and eigenvectors
69 -
Requires Authentication UnlicensedLicensed
8. Fitting curves to data
77 -
Requires Authentication UnlicensedLicensed
9. Numerical integration
91 -
Requires Authentication UnlicensedLicensed
10. Initial value ODEs
104 -
Requires Authentication UnlicensedLicensed
A. Getting started with Octave and MATLAB
123