0% found this document useful (0 votes)
176 views5 pages

Experiments With MATLAB: Cleve Moler

Uploaded by

Luigi1721
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
176 views5 pages

Experiments With MATLAB: Cleve Moler

Uploaded by

Luigi1721
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Experiments with MATLAB°R

Cleve Moler

c 2008 Cleve Moler.


Copyright °
All rights reserved. No part of this e-book may be reproduced, stored, or trans-
mitted in any manner without the written permission of the author. For more
information, contact [email protected].
The programs described in this e-book have been included for their instructional
value. These programs have been tested with care but are not guaranteed for any
particular purpose. The author does not offer any warranties or representations,
nor does he accept any liabilities with respect to the use of the programs. These
programs should not be relied on as the sole basis to solve a problem whose incorrect
solution could result in injury to person or property.
Matlab°
R
is a registered trademark of The MathWorks, Inc.TM .
For more information about relevant MathWorks policies, see:
http://www.mathworks.com/company/aboutus/policies_statements

April 6, 2008
2
Preface

Welcome to Experiments with MATLAB. This is not a conventional book. It


is currently available only via the Internet, at no charge, from
http://www.mathworks.com/moler
There may eventually be a hardcopy edition, but not right away.
Although Matlab is now a full fledged Technical Computing Environment,
it started out in the late 1970s as a simple “Matrix Laboratory”. We want to build
on this laboratory tradition by describing a series of experiments involving applied
mathematics, technical computing, and Matlab programming.
We expect that you already know something about high school level material
in geometry, algebra, and trigonometry. We will introducing ideas from calculus,
matrix theory, and ordinary differential equations, but we do not assume that you
have already taken courses in the subjects. In fact, these experiments are useful
supplements to such courses.
We also expect that you have some experience with computers, perhaps with
word processors or spread sheets. If you know something about programming in
languages like C or Java, that will be helpful, but not required. We will introduce
Matlab by way of examples. Many of the experiments involve understanding and
modifying Matlab scripts and functions that we have already written.
You should have access to Matlab and to our exm toolbox, the collection
of programs and data that are described in Experiments with MATLAB. We hope
you will not only use these programs, but will read them, understand them, modify
them, and improve them. The exm toolbox is the apparatus in our “Laboratory”.
You will want to have Matlab handy. For information about the Student
Version, see
http://www.mathworks.com/academia/student_version
For an introduction to the mechanics of using Matlab, see the videos at
http://www.mathworks.com/academia/student_version/learn_to_use.html
For documentation, including “Getting Started”, see
http://www.mathworks.com/access/helpdesk/help/techdoc/matlab.html
For user contributed programs, programming contests, and links into the world-wide
Matlab community, check out

3
4 Preface

http://www.mathworks.com/matlabcentral
To get started, download the exm toolbox, use pathtool to add exm to the
Matlab path, and run exmgui to generate the following figure. You can click on
the icons to preview some of the experiments.

Figure 1. exmgui provides a starting point for some of the experiments.

Cleve Moler
April 6, 2008
Bibliography

[1] C. Moler, Numerical Computing with MATLAB,


Electronic edition: The MathWorks, Inc., Natick, MA, 2004.
http://www.mathworks.com/moler
Print edition: SIAM, Philadelphia, 2004.
http://ec-securehost.com/SIAM/ot87.html

You might also like