An Introduction to Programming and Numerical Methods in MATLAB

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Otto certainly gives you a good exposure to Matlab. The many examples and problems will greatly help you acquire the expertise, if you can knuckle down and tackle them. The other utility of the book is in learning the various numerical methods, independent of the specific language of Matlab that they are implemented in. There is a possible advantage to doing so with Matlab, as contrasted to coding the methods in a general purpose language like C or Java. Since Matlab is already optimised [in some sense] for handling such methods. And especially with easily accessible and powerful graphing routines readily at hand. In other languages, a lot of your effort will inevitably be focused on writing this routines, as opposed to actually dealing with the numerical methods themselves.

Author(s): Stephen R. Otto, James P. Denier
Edition: 1
Publisher: Springer
Year: 2005

Language: English
Pages: 468
Tags: Библиотека;Компьютерная литература;Matlab / Simulink;

front-matter......Page 1
1.Simple Calculations with MATLAB......Page 14
2.Writing Scripts and Functions......Page 40
3.Loops and Conditional Statements......Page 75
4.Root Finding......Page 114
5.Interpolation and Extrapolation......Page 144
6.Matrices......Page 179
7.Numerical Integration......Page 234
8.Solving Differential Equations......Page 255
9.Simulations and Random Numbers......Page 299
back-matter......Page 331