Have one to sell? Sell yours here
Practical Mathematics Using MATLAB
 
See larger image
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Practical Mathematics Using MATLAB [Paperback]

Gunnar Backstrom (Author)
4.0 out of 5 stars  See all reviews (1 customer review)


Available from these sellers.


Formats

Amazon Price New from Used from
Paperback --  

Book Description

December 2000
This volume is intended to be a guide for individual study or supervised courses in applied mathematics for scientists at undergraduate level. It may serve as an entry to college mathematics by introducing concepts in a striking manner or it may be used to illustrate the conventional, rather abstract, courses offered at universities. The book is based on the student versions of MATLAB 5, which provide unique means for exploring algebra and calculus by a minimum of commands and syntactic rules. In the first few chapters, MATLAB is used as an ordinary calculator. The concept of vectors is then introduced, and these serve as tools for drawing curves. The graphics is used in a direct way to find zeros, extreme points and limits, so that the relation to elementary arithmetic becomes obvious. By very simple and concrete methods the reader is guided through algebra, calculus, probability theory and curve fitting, ordinary differential equations, and Fourier analysis. The student is supposed to type the short scripts employed, thus gradually becoming acquainted with basic programming. Each group of subjects is completed by an introduction to the symbolic facilities of MATLAB. In this part of the software, the recipes of traditional mathematics are available, and analytic results may be obtained with little effort.

Editorial Reviews

From the Back Cover

This volume is intended to be a guide for individual study or supervised courses in applied mathematics for scientists at undergraduate level. It may serve as an entry to college mathematics by introducing concepts in a striking manner or it may be used to illustrate the conventional, rather abstract, courses offered at universities.

This book is based on the student versions of MATLAB 5, which provide unique means for exploring algebra and calculus by a minimum of commands and syntactic rules.

In the first few chapters, MATLAB is used as an ordinary calculator. The concept of vectors is then introduced, and these serve as tools for drawing curves. The graphics is used in a direct way to find zeros, extreme points and limits, so that the relation to elementary arithmetic becomes obvious.

By very simple and concrete methods the reader is guided through algebra, calculus, probability theory and curve fitting, ordinary differential equations, and Fourier analysis. The student is supposed to type the short scripts employed, thus gradually becoming acquainted with basic programming.

Each group of subjects is completed by an introduction to the symbolic facilities of MATLAB. In this part of the software, the recipes of traditional mathematics are available, and analytic results may be obtained with little effort.

About the Author

Gunnar Backstrom has served as a senior lecturer at Uppsala University, Sweden, and later as professor of physics at Umea University. He has also produced several books on the fields of physics, illustrated by the solution of partial differential equations.

Product Details

  • Paperback: 252 pages
  • Publisher: Studentlitteratur AB (December 2000)
  • Language: English
  • ISBN-10: 9144015526
  • ISBN-13: 978-9144015521
  • Product Dimensions: 9.1 x 6.1 x 0.7 inches
  • Shipping Weight: 15.8 ounces
  • Average Customer Review: 4.0 out of 5 stars  See all reviews (1 customer review)
  • Amazon Best Sellers Rank: #3,684,530 in Books (See Top 100 in Books)

More About the Author

I grew up in the north of Sweden, where I also went to school. At the age of 18 I moved south to enter the University of Uppsala, where I majored in mathematics and physics. There I obtained a PhD in physics and finally became a tenured lecturer. After a few years I was appointed first professor of physics at the northern University of Umea.

Writing articles and books has been one of my main passions for fifty years. One decade ago I started to write a series of academic textbooks, based on new ideas about the use of the personal computer to promote understanding of mathematics and science. I am convinced that the advent of the PC will cause an educational revolution. I disagree with the majority of my colleagues, however, who think that the PC will just provide new illustrations for conventional lectures - or permit us to store such lectures. Its potential reaches far beyond that modest goal. The timing for this new phase of my authorship was determined by two factors: I was able to free up more time for writing, and powerful computational software became available.

During the last five years, after being retired from the university, I started to take an interest in physical therapy. I first translated an American book and then started on my own in similar fields.

 

Customer Reviews

1 Review
5 star:    (0)
4 star:
 (1)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.0 out of 5 stars (1 customer review)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

9 of 9 people found the following review helpful:
4.0 out of 5 stars Review of Practical Mathematics Using MATLAB (2nd edn), February 8, 2002
By 
Christian Beardah (Nottingham, United Kingdom) - See all my reviews
This review is from: Practical Mathematics Using MATLAB (Paperback)
Several years ago, I reviewed the first edition of this book, so it was interesting to see how the text has developed in its new edition. As its name suggests, the book provides a guide to using the MATLAB software package to aid an exploration of "areas of mathematics that are of particular interest to scientists and engineers." Those seeking an exhaustive description of the full functionality of the MATLAB package should look elsewhere, for here MATLAB is used as "a tool, to convince ourselves that mathematics really works." Furthermore, the author states that the book should be "regarded as a complement, rather than an alternative, to your ordinary textbooks in the various branches of mathematics."

The text is divided into 25 short, well-focused chapters. This should be appreciated by students and makes it easy to navigate the book and, if desired at a later stage, return to a particular subject in isolation. Taking a leisurely tour through the contents, as usual, the starting point is basic use of MATLAB as a scientific calculator; some useful elementary functions are introduced in chapter 1 and illustrated in the new chapter on geometric applications that follows. Continuing with the use of geometry as a motivator, vectors in two- and three-dimensions are covered next. This is a useful way of gently introducing one of MATLAB's most fundamental and powerful features, its matrix and vector handling capabilities. This material is further discussed in the following two chapters on general vectors and systems of linear equations and also underpins the subsequent coverage of graph plotting.

Much of the MATLAB "basics" material is covered in a more extensive fashion than was the case in the first edition of the text. This is particularly the case with the chapters on script and function files and means that at the end of this first section of the book, the previously inexperienced reader should have developed a thorough grasp of MATLAB fundamentals. At the same time, some essential mathematical basics will have been revised and consolidated.

The text now turns to more overtly mathematical subject matter. The introductory material is gradually built upon and developed as we begin to look at some topics in algebra and calculus. Indeed, the next several chapters, on the solution of non-linear equations, limits, derivatives, sums and integrals, hang together in a particularly coherent way. More generally, mathematical ideas and basic numerical methods are illustrated by making extensive use of example script and function files, usually involving graphical output. This is an approach that works well. The example files are fairly short and are presented clearly and explained in detail. Furthermore, the reader can easily tackle problems of their own by making relatively minor changes to the script or function provided. Another nice touch is that where appropriate, the reader is also introduced to powerful in-built MATLAB commands for carrying out advanced numerical methods for root finding, definite integration and, later, the numerical solution of differential equations. In the main, the learning curve is fairly shallow, and as a result the book is comforting to work through. As they do so, most students should be regularly reminded of material covered elsewhere in their course and have their learning enhanced as a result.

Of the later content, much of the material on statistics and differential equations is fairly similar to that which appeared in the first edition. Having said this, the three chapters on differential equations, which form a particularly homogeneous section of the book, are worthy of special mention. New additions to the second edition include: (a) more extensive chapters on complex numbers and functions, and on fitting a function to data, (b) a new chapter on functions of two variables, (c) two major new chapters on Fourier Series and Fourier Transforms. The material on eigenvalues and eigenvectors has been expanded and moved into an appendix.

Some of the new additions do take the content of the book a little away from what could be described as "introductory mathematics". In particular, from both a computational and a mathematical perspective, the chapter on fitting functions to data contains some quite technical material. Likewise, the new chapters on Fourier series and transforms could prove quite a challenge, especially as they contain a couple of typographical/notational errors.

A couple of criticisms of the first edition are still valid. Firstly, the motivating examples are still drawn almost exclusively from physical applications and secondly, I still think the Exercises exhibit some scope for improvement. Having said this, many of my overall conclusions are also still valid and I make no apology for reproducing these below, largely unchanged, from my earlier review.

Conclusions

MATLAB is such a sophisticated package that it is hard to know what to leave out of a book like this. Everyone could make a case for some of his or her favourite functions, subjects or applications to be included. However, it is to the author's credit that he has managed to cover plenty of useful mathematics, while requiring that the use of the package be kept largely at an introductory level.

There is a reasonably wide choice of textbooks in this area, but I feel that students will find this to be one of the more accessible. The dual emphasis on (a) reinforcing useful mathematics and (b), teaching MATLAB make this an ideal text for undergraduate engineering, science or mathematics students having access to MATLAB. I would also not hesitate to recommend the text as valuable background reading for mathematics students embarking upon courses in Numerical Analysis, where much of the subject matter discussed here is directly relevant and MATLAB is a commonly used teaching tool.

Finally, in my opinion, the second edition is a definite improvement upon the first. It retains the same compact form and readable style, but is better organised and illustrated, contains several useful additions to the mathematical content and makes better use of MATLAB function files.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Only search this product's reviews



Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums


Listmania!


Create a Listmania! list

So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject