ncm


ncm, an Octave code which accompanies the textbook "Numerical Computing with MATLAB", by Cleve Moler, and illustrates algorithms for the 3n+1 problem, blackjack, eigenvalue computations, fast Fourier transforms, Fibonacci numbers, file encryption, the flame differential equation, the fractal fern, the Lorenz differential equation, a membrane partial differential equation, minimization of a scalar function, ordinary differential equations, the pendulum differential equation, piecewise cubic Hermite interpolation, polynomial interpolation, quadrature for approximate integration, random number generation, tridiagonal linear system solution, the singular value decomposition, solution of a nonlinear equation.

The textbook includes chapters on the following topics:

Licensing:

Copyright by Cleve Moler, 2014.

Languages:

ncm is available in a MATLAB version and an Octave version

Author:

Cleve Moler.

Related Data and Programs:

ncm_test

exm, an Octave code which illustrates the computational experiments in "Experiments with Matlab", by Cleve Moler.

Reference:

  1. Cleve Moler,
    Numerical Computing with MATLAB,
    SIAM, 2004,
    ISBN13: 978-0-898716-60-3,
    LC: QA297.M625,
    ebook: https://www.mathworks.com/moler/chapters.html
  2. Cleve Moler,
    Experiments with MATLAB,
    ebook: https://www.mathworks.com/moler/exm/index.html

Source Code:


Last revised on 02 July 2023.