Product Details
MATLAB: An Introduction with Applications

MATLAB: An Introduction with Applications
By Amos Gilat

Price: $56.68 & eligible for FREE Super Saver Shipping on orders over $25. Details

Availability: Usually ships in 24 hours
Ships from and sold by Amazon.com

92 new or used available from $52.58

Average customer review:

Product Description

Designed for the newest version of the popular MATLAB software program, MATLAB: An Introduction with Applications, 3/e requires no previous knowledge of computer programming. The first chapter describes basic features of the program and shows how to use it in simple arithmetic operations with scalars. The next two chapters focus on the topic of arrays (the basis of MATLAB), while the remaining text covers a wide range of other applications. Computer screens, tutorials, samples, and homework questions in math, science, and engineering, provide the student with the practical hands-on experience needed for total proficiency.    


Product Details

  • Amazon Sales Rank: #1438 in Books
  • Published on: 2008-01-02
  • Original language: English
  • Number of items: 1
  • Binding: Paperback
  • 384 pages

Editorial Reviews

From the Back Cover
Master MATLAB®!

If you want a clear, easy-to-use introduction to MATLAB®, this book is for you! The Third Edition of Amos Gilat’s popular MATLAB®, An Introduction with Applications requires no previous knowledge of MATLAB and computer programming as it helps you understand and apply this incredibly useful and powerful mathematical tool.

Thoroughly updated to match MATLAB®’s newest release, MATLAB® 7.3 (R2007b), the text takes you step by step through MATLAB®’s basic features—from simple arithmetic operations with scalars, to creating and using arrays, to three-dimensional plots and solving differential equations. You’ll appreciate the many features that make it easy to grasp the material and become proficient in using MATLAB®, including:

  • Sample and homework problems that help you hands-on practice solving the kinds of problems you’ll encounter in future science and engineering courses
  • New coverage of the Workspace Window and the save and load commands, Anonymous Functions, Function Functions, Function Handles, Subfunctions and Nested Functions
  • In-depth discussions of script files, 2-D and 3-D plotting, function files, programming (flow control), polynomials, curve fitting, interpolation, and applications in numerical analysis

By showing you not just how MATLAB® works but how to use it with real-world applications in mathematics, science, and engineering, MATLAB®, An Introduction with Applications, Third Edition will turn you into a MATLAB® master faster than you imagined.

About the Author
Amos Gilat, Ph.D., is a Mechanical Engineering Professor at the Ohio State University. Dr. Gilat's research has been supported by the National Science Foundation, NASA, FAA, Department of Energy, Department of Defense, and various industries.


Customer Reviews

3rd edition disappoints5
I am sorry to say that the 3rd edition is a great disappointment compared to the 2nd. It is unnecessarily prolix, with a great many typos. The copy editing is so bad that in one place several lines of text are repeated identically. It is difficult not to conclude that the 3rd edition was rushed into print mainly to obsolete the second edition and enrich the publisher. It would be a mistake, I think, to reward the publisher for such ill behavior. Although this edition contains some material not in the second edition, the extra content will not make much difference to a beginning student, and my advice to him or her is to purchase the 2nd edition, used. Neither edition treats structures or cell arrays, so I don't think a reader sacrifices much in the way of content by staying with the 2nd edition.

Here's my three-year old review of the second edition - I still like it.
This book was written for teaching Matlab to freshmen in an introductory engineering course, so most of the examples are from first year physics and engineering. Nevertheless, after looking at all competing texts, I chose it to teach Matlab to sophomore geology majors, most of whom had not yet taken calculus or physics. I was very happy with the results; by the end of the semester the students were well on their way to being competent programmers, and I think they will find calculus and physics much easier because of their experience with this book.

I chose this text because it is very well written--you can tell the author has had long experience teaching the subject--and because of its many excellent examples. Most people learn faster by example than by theory, and the examples in this book are easier to follow than those of other texts. Each example shows the command window with a gray background and white insets, or call-outs, containing explanations. The pages are attractive.

In the main text, Matlab commands are set in Courier to clearly distinguish them from the discussion itself. Sections are fairly short and easy to follow, and at the end of each chapter there are many problems of gradually increasing difficulty. The solutions to some problems are given at the back of the book. The abundance of complete examples makes it easy to skip around in the book as soon as students are familiar with Matlab syntax. There are astonishingly few typos and none were serious. Cell arrays and structures are used only where needed for particular commands, a wise pedagogical decision. I particularly enjoyed the second edition's new chapter on symbolic math, as I had never used this part of Matlab in my own research.

The book is 7.5"x9.25" in size with 343 pages, and so is easy to carry around. It's inexpensive, as textbooks go nowadays.

very good book for begineers5
If you do not know anything about MATLAB, this is the book you should have at the first step. It teaches you every basic steps and how to apply them to real engineering or mathematical problems in an interactive environment. It has very good screen shots and real world problems to show how to use MATLAB. It reinforces the concepts with quality exercise questions. It is very easy to read and understand. It is absolutely a beginner book not for an advance user.

Reader5
If you plan to start with Matlab with no prior experience, this book beats most of the other available titles.Since an inside view of the book is not available on Amazon, I will for the benefit of others list out the chapters here.Ch1 begins with the necessary introduction,developing familiarity with the command window,display formats and precedence of operators.It moves on to Ch2 and Ch3 where arrays are introduced and the mathematical operations on them explained.Ch4 is about script files,Ch5 on elementary plotting techniques using in-built functions like plot and fplot.Ch6 introduces functions and Ch7 extends the previous material to formal programming techniques like loops and control structures.Ch8 explains curve fitting and interpolation,Ch9 is about three dimensional plots and special graphics.Ch10, the last one of the book uses Matlab to do symbolic math which cover elementary algebraic equations.The examples contained in the book are from elementary physics and engineering,so if you are looking for more advanced material that has been treated using Matlab,this might be a little less helpful.The numerical techniques again cover simple problems like projectile trajectory,flow of water from a vessel with a small hole punched in its sidewall,RC circuits, viscosity and so on.Relatively advanced topics like Fourier transforms and applications to signal processing are also left out.If you are done with this book or feel that the material isnt of much help, I will suggest that you might try "Numerical Computing with Matlab" by Moler(he is perhaps one of the architects of Matlab).This book(electronic version) is available for free from the mathworks website [...].Overall this book does a good job in explaining details and is also generously sprinkled with figures and screenshots.Please try it if you are first timer to Matlab.