• Complain

Hahn Brian D. - Essential MATLAB for Engineers and Scientists

Here you can read online Hahn Brian D. - Essential MATLAB for Engineers and Scientists full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. City: Amsterdam, year: 2013, publisher: Elsevier Science;Elsevier-Academic Press, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

No cover
  • Book:
    Essential MATLAB for Engineers and Scientists
  • Author:
  • Publisher:
    Elsevier Science;Elsevier-Academic Press
  • Genre:
  • Year:
    2013
  • City:
    Amsterdam
  • Rating:
    4 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 80
    • 1
    • 2
    • 3
    • 4
    • 5

Essential MATLAB for Engineers and Scientists: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Essential MATLAB for Engineers and Scientists" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

This book provides a concise and well balanced overview of the functionality in MATLAB. It facilitates independent learning with coverage of both the fundamentals and applications in two parts. The essentials of MATLAB are illustrated th.

Hahn Brian D.: author's other books


Who wrote Essential MATLAB for Engineers and Scientists? Find out the surname, the name of the author of the book and a list of all author's works by series.

Essential MATLAB for Engineers and Scientists — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Essential MATLAB for Engineers and Scientists" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Essential Matlab for Engineers and Scientists Fifth Edition Brian H Hahn - photo 1
Essential Matlab for Engineers and Scientists

Fifth Edition

Brian H. Hahn

Daniel T. Valentine

Table of Contents Copyright Academic Press is an imprint of Elsevier 225 Wyman - photo 2

Table of Contents
Copyright

Academic Press is an imprint of Elsevier

225 Wyman street, Waltham, MA 02451, USA

Linacre House, Jordan Hill, Oxford OX2 8DP, UK

Copyright 2013, Daniel T. Valentine. Published by Elsevier Ltd. All rights reserved.

MATLAB is a trademark of The MathWorks, Inc. and is used with permission.

The MathWorks does not warrant the accuracy of the text or exercises in this book.

This books use or discussion of MATLAB software or related products does not constitute endorsement or sponsorship by The MathWorks of a particular pedagogical approach or particular use of the MATLAB software.

No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, without the prior written permission of the publisher.

Permissions may be sought directly from Elseviers Science & Technology Rights Department in Oxford, UK: phone: (+44) 1865 843830, fax: (+44) 1865 853333, E-mail: permissions@elsevier.com. You may also complete your request online via the Elsevier homepage (http://www.elsevier.com), by selecting Support & Contact then Copyright and Permission and then Obtaining Permissions.

Library of Congress Cataloging-in-Publication Data

A catalog record for this book is available from the Library of Congress.

British Library Cataloguing-in-Publication Data

A catalogue record for this book is available from the British Library.

ISBN: 978-0-12-394398-9

For information on all Academic Press publictions visit our website at www.elsevierdirect.com

Printed in United States of America

13 14 15 16 1710 9 8 7 6 5 4 3 2 1

Preface The main reason for a fourth edition of Essential MATLAB for Engineers - photo 3

Preface

The main reason for a fourth edition of Essential MATLAB for Engineers and Scientists is to keep up with MATLAB, now in its latest version (7.7 Version 2008B). Like the previous editions, this one presents MATLAB as a problem-solving tool for professionals in science and engineering, as well as students in those fields, who have no prior knowledge of computer programming.

In keeping with the late Brian D. Hahns objectives in previous editions, the fourth edition adopts an informal, tutorial style for its teach-yourself approach, which invites readers to experiment with MATLAB as a way of discovering how it works. It assumes that readers have never used this tool in their technical problem solving.

MATLAB, which stands for Matrix Laboratory, is based on the concept of the matrix. Because readers will be unfamiliar with matrices, ideas and constructs are developed gradually, as the context requires. The primary audience for Essential MATLAB is scientists and engineers, and for that reason certain examples require some first-year college math, particularly in Part 2. However, these examples are self-contained and can be skipped without detracting from the development of readers programming skills. MATLAB can be used in two distinct modes. One, in keeping the modern-age craving for instant gratification, offers immediate execution of statements (or groups of statements) in the Command Window. The other, for the more patient, offers conventional programming by means of script files. Both modes are put to good use here: the former encouraging cut and paste to take full advantage of Windows inter-active environment; the latter stressing programming principles and algorithm development through structure plans.

Although most of MATLABs basic (essential) features are covered, this book is neither an exhaustive nor a systematic reference. This would not be in keeping with its informal style. For example, constructs such as for and if are not always treated, initially, in their general form, as is common in many texts, but are gradually introduced in discussions where they fit naturally. Even so, they are treated thoroughly here, unlike in other texts that deal with them only superficially. For the curious, helpful syntax and function quick references can be found in the appendices. The following list contains other highlights of Essential MATLAB for Engineers and Scientists, fifth edition:

1. Warnings of the many pitfalls that await the unwary beginner.

2. Numerous examples taken from science and engineering (simulation, population modeling, numerical methods) as well as business and everyday life.

3. An emphasis on programming style to produce clear, readable code.

4. Comprehensive chapter summaries.

5. Chapter exercises (answers and solutions to many of which are given in an appendix).

6. A thorough, instructive index.

Essential MATLAB is meant to be used in conjunction with the MATLAB software. The reader is expected to have the software at hand in order to work through the exercises and thus discover how MATLAB does what it is commanded to do. Learning any tool is possible only through hands-on experience. This is particularly true with computing tools, which produce correct answers only when the commands they are given and the accompanying data input are correct and accurate.

Acknowledgments

I would like to thank Mary, Clara, and Zach for their support, and I dedicate the fifth edition of Essential MATLAB for Engineers and Scientists to them.

Daniel T. Valentine

Part 1

Essentials

Part I

Essentials

Part 1 concerns those aspects of MATLAB that you need to know in order to come to grips with MATLABs essentials and those of technical computing. Because this book is a tutorial, you are encouraged to use MATLAB extensively while you go through the text.

Chapter 1

Introduction

The objectives of this chapter are:

Picture 4To enable you to use some simple MATLAB commands from the Command Window

Picture 5To examine various MATLAB desktop and editing features

Picture 6To learn some of the new features of the MATLAB R2012b Desktop

Picture 7To learn to write scripts in the Editor and Run them from the Editor

Picture 8To learn some of the new features associated with the tabs (in particular, the PUBLISH and APPS features)

MATLAB is a powerful technical computing system for handling scientific and engineering calculations. The name MATLAB stands for Matrix Laboratory, because the system was designed to make matrix computations particularly easy. A matrix is an array of numbers organized in m rows and n columns. An example is the following m n = 2 3 array:

Essential MATLAB for Engineers and Scientists - image 9

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Essential MATLAB for Engineers and Scientists»

Look at similar books to Essential MATLAB for Engineers and Scientists. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Essential MATLAB for Engineers and Scientists»

Discussion, reviews of the book Essential MATLAB for Engineers and Scientists and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.