1 / 367
文档名称:

Siam -Numerical Computing With Matlab - Cleve Moler.pdf

格式:pdf   页数:367
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

Siam -Numerical Computing With Matlab - Cleve Moler.pdf

上传人:kuo08091 2014/4/4 文件大小:0 KB

下载得到文件列表

Siam -Numerical Computing With Matlab - Cleve Moler.pdf

文档介绍

文档介绍:Universidad Nacional de Ingeniería
FACULTAD DE INGENIERÍA ELÉCTRICA Y ELECTRÓNICA

CENTRO DE ESTUDIANTES
2005
Preface
puting with MATLAB is a textbook for an introductory course
in numerical methods, Matlab, and puting. The emphasis is on
informed use of mathematical software. We want you to learn enough about the
mathematical functions in MATLAB that you will be able to use them correctly,
appreciate their limitations, and modify them when necessary to suit your own
needs. The topics include:
• introduction to MATLAB
• linear equations
• interpolation
• zero finding
• least squares
• quadrature
• ordinary differential equations
• random numbers
• Fourier analysis
• eigenvalues and singular values
• partial differential equations
e Forsythe initiated a software-based numerical methods course at Stan-
ford University in the late 1960s. The textbooks by Forsythe, Malcolm, and Moler
[1] and Kahaner, Moler, and Nash [2] that evolved from the Stanford course were
based upon libraries of Fortran subroutines.
This textbook is based upon MATLAB. NCM, a collection of over 70 M-
files, forms an essential part of the book. Many of the over 200 exercises involve
modifying and extending the programs in NCM. The book also makes extensive
use puter graphics, including interactive graphical expositions of numerical
algorithms.
The prerequisites for the course, and the book, include:
1
2 Preface
• calculus
• some familiarity with ordinary differential equations
• some familiarity with matrices
• puter programming experience
If you’ve never used Matlab before, the first chapter will help you get started. If
you’re already familiar with Matlab you can glance over most of the first chapter
quickly. Everyone should read the section in the first chapter about floating point
arithmetic.
There is probably too much material here for a one-quarter or one-semester
course. Plan to cover the first several chapters and then choose the