NCM
Demo Programs from
Cleve Moler's "Numerical Computing with MATLAB"
NCM,
MATLAB programs which
accompany Cleve Moler's textbook "Numerical Computing with MATLAB".
The textbook includes chapters on the following topics:
-
Introduction to MATLAB;
-
Linear Equations;
-
Interpolation;
-
Zeros and Roots;
-
Least Squares;
-
Quadrature;
-
Ordinary Differential Equations;
-
Fourier Analysis;
-
Random Numbers;
-
Eigenvalues and Singular Values;
-
Partial Differential Equations;
Licensing:
Copyright by Cleve Moler, 2004, 2008.
Languages:
NCM is available in
a MATLAB version
Author:
Cleve Moler.
Reference:
-
Cleve Moler,
Numerical Computing with MATLAB,
SIAM, 2004,
ISBN13: 978-0-898716-60-3,
LC: QA297.M625,
ebook:
http://www.mathworks.com/moler/chapters.html
-
Cleve Moler,
Experiments with MATLAB,
ebook:
http://www.mathworks.com/moler/exm/index.html
Source Code:
-
pdegui.m demonstrates the solution of
model partial differential equations (PDE's)
using the finite difference method (FDM). The PDE's include
the Poisson equation, the time dependent heat equation, the
wave equation, and an eigenvalue problem. The domains include
the square, the L-region, the H-region, a disc, an annulus,
a heart, two "drums", and a hand.
You can go up one level to
the MATLAB source codes.
Last revised on 23 September 2013.