Full Download Elements of Matrix Modeling and Computing with MATLAB 1st Edition Robert E. White PDF DOCX
Full Download Elements of Matrix Modeling and Computing with MATLAB 1st Edition Robert E. White PDF DOCX
com
https://ebookname.com/product/elements-of-matrix-modeling-
and-computing-with-matlab-1st-edition-robert-e-white/
OR CLICK HERE
DOWLOAD NOW
https://ebookname.com/product/computational-mathematics-models-
methods-and-analysis-with-matlab-and-mpi-1st-edition-robert-e-white/
ebookname.com
https://ebookname.com/product/signals-and-systems-with-matlab-
computing-and-simulink-modeling-4th-edition-steven-t-karris/
ebookname.com
https://ebookname.com/product/micromechatronics-modeling-analysis-and-
design-with-matlab-2nd-ed-edition-giurgiutiu/
ebookname.com
https://ebookname.com/product/peasant-economy-culture-and-politics-of-
european-russia-1800-1921-esther-kingston-mann-editor/
ebookname.com
https://ebookname.com/product/preachers-poets-and-the-early-english-
lyric-siegfried-wenzel/
ebookname.com
https://ebookname.com/product/alexander-kirienko-ilizarov-technique-
for-complex-foot-and-ankle-deformities-1st-edition-alexander-kirienko/
ebookname.com
https://ebookname.com/product/practical-psychodermatology-1st-edition-
bewley/
ebookname.com
Your Rights in the Workplace 8th Edition Barbara Kate Repa
J.D.
https://ebookname.com/product/your-rights-in-the-workplace-8th-
edition-barbara-kate-repa-j-d/
ebookname.com
Elements of Matrix
Modeling and
Computing
with
MATLAB ®
Elements of Matrix
Modeling and
Computing
with
MATLAB ®
Robert E. White
This book contains information obtained from authentic and highly regarded sources. Reasonable efforts
have been made to publish reliable data and information, but the author and publisher cannot assume
responsibility for the validity of all materials or the consequences of their use. The authors and publishers
have attempted to trace the copyright holders of all material reproduced in this publication and apologize to
copyright holders if permission to publish in this form has not been obtained. If any copyright material has
not been acknowledged please write and let us know so we may rectify in any future reprint.
Except as permitted under U.S. Copyright Law, no part of this book may be reprinted, reproduced, transmit-
ted, or utilized in any form by any electronic, mechanical, or other means, now known or hereafter invented,
including photocopying, microfilming, and recording, or in any information storage or retrieval system,
without written permission from the publishers.
For permission to photocopy or use material electronically from this work, please access www.copyright.
com (http://www.copyright.com/) or contact the Copyright Clearance Center, Inc. (CCC), 222 Rosewood
Drive, Danvers, MA 01923, 978-750-8400. CCC is a not-for-profit organization that provides licenses and
registration for a variety of users. For organizations that have been granted a photocopy license by the CCC,
a separate system of payment has been arranged.
Trademark Notice: Product or corporate names may be trademarks or registered trademarks, and are used
only for identification and explanation without intent to infringe.
Visit the Taylor & Francis Web site at
http://www.taylorandfrancis.com
List of Tables xi
Preface xiii
Introduction xv
2 Vectors in Space 47
2.1 Vectors and Dot Product . . . . . . . . . . . . . . . . . . . . . . 47
2.2 Cross and Box Products . . . . . . . . . . . . . . . . . . . . . . . 56
2.3 Lines and Curves in R3 . . . . . . . . . . . . . . . . . . . . . . . 67
2.4 Planes in R3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 76
2.5 Extensions to Rq . . . . . . . . . . . . . . . . . . . . . . . . . . . 86
3 Ax = d: Unique Solution 95
3.1 Matrix Models . . . . . . . . . . . . . . . . . . . . . . . . . . . . 95
3.2 Matrix Products . . . . . . . . . . . . . . . . . . . . . . . . . . . 105
3.3 Special Cases of Ax = d . . . . . . . . . . . . . . . . . . . . . . . 117
3.4 Row Operations and Gauss Elimination . . . . . . . . . . . . . . 127
3.5 Inverse Matrices . . . . . . . . . . . . . . . . . . . . . . . . . . . 138
3.6 OX Factorization . . . . . . . . . . . . . . . . . . . . . . . . . . . 149
3.7 Determinants and Cramer’s Rule . . . . . . . . . . . . . . . . . . 159
v
vi CONTENTS
Bibliography 397
Index 399
List of Figures
vii
viii LIST OF FIGURES
xi
Preface
xiii
xiv PREFACE
developed from very simple models to more complex models. The reader can
locate sections pretaining to a particular application by using the index.
°R
MATLAB is used to do some of the more complicated computations. Al-
though the primary focus is to develop by-hand calculation skills, most sec-
tions at the end have some MATLAB calculations. The MATLAB m-files used
in the text are listed in the index and are included in the book’s Web site:
http://www4.ncsu.edu/~white. The approach to using computing tools in-
cludes: first, learn the math and by-hand calculations; second, use a computing
tool to confirm the by-hand calculations; third, use the computing tool to do
more complicated calculations and applications.
I hope this book will precipitate discussions concerning the core mathemat-
ical course work that scientists and engineers are required to study. Discrete
models and computing have become more common, and this has increased the
need for additional study of matrix computation, and numerical and linear al-
gebra. The precise topics, skills, theory and appropriate times to teach these
are certainly open for discussion. The matrix algebra topics in this book are
a small subset of most upper level linear algebra courses, which should be en-
hanced and taken by a number of students. This book attempts to make a
bridge from two- and three-variable problems to more realistic problems with
more variables, but it emphasizes skills more than theory.
I thank my colleagues who have contributed to many discussions about the
content of this text. And, many thanks go to my personal friends and Liz White
who have listened to me emote during the last year.
Bob White
MATLAB is a registered trademark of The MathWorks, Inc. For product
information, please contact:
One can view an p×q matrix as a table of objects with p rows and q columns.
The objects are usually real or complex numbers, but they could be characters
or records of information. A simple example is data for the last 12 months of
car sales where there are p = 12 rows and q = 2 columns. The first column
will have the month’s number and the second column will have the number of
cars sold in the corresponding month. By examining the data one would like
to make a prediction about futures sales. This is where the modeling enters.
If the graph of the sales versus months "looks" like a straight line, then the
data may be modeled by a linear function of time | = pw b + f. The slope p b
and intercept f must be chosen so that the computed sales are "close" to the
car sales data. This is done by appropriate manipulations of the two column
vectors and computing a solution of the resulting system of algebraic equations.
Once p b and f have been found, the predicted sales for w larger than 12 can
easily be calculated by evaluating the linear function. The modeling process is
complicated by incorrect sales data, changing prices and other models such as
a parabolic function of time.
This text examines a variety of applications, which have matrix models and
often have algebraic systems that must be solved either by-hand calculations
or using a computing tool. Applications to projectiles, circuits, mixing tanks,
trusses, heat conduction, motion of a mass, curve fitting and image enhancement
will be initially modeled in very simple ways and then revisited so as to make
the model more accurate. This is typical of the modeling process where there is
an application, a model, mathematical method, computations and assessment
of the results. Then this cycle is repeated so as to enhance the application’s
model.
The first two chapters deal with problems in two- and three-dimensional
space where the matrices have no more than three rows or columns. Here
geometric insight can be used to understand the models. In Section 2.5 the
extension to higher dimensions is indicated for vectors and matrices, solution
to larger algebraic systems, more complicated curve fitting, time dependent
problems with systems of dierential equations and image modeling. Chapters
three, four and five have the basic matrix methods that are required to solve
systems in higher dimensions. Chapters six and seven contain time dependent
models and introduce linear systems of dierential equations. The last two
xv
xvi INTRODUCTION
1 }3 }2 }
Chapter 1
1
2 CHAPTER 1. VECTORS IN THE PLANE
The set of rational numbers has a countable but infinite number of elements.
Also, the addition and product of two rational numbers are rational numbers.
{ = ±(={1 · · · {g · · · )10h
±({1 @10 + · · · + {g @10g + · · · )10h =
Real numbers contain the rational numbers, but not all real numbers are
rational. For example, consider { = 31@2 where 3 is a prime number. If { were
a rational number, then { = p@q giving 3 = p2 @q2 and 31 q2 = p2 . The
left side has an odd number of prime factors 3, and the right side has an even
number of prime factors 3. This contradicts the unique factorization property
and, hence, { cannot be a rational number.
This is a floating point number with base equal to 10 where {1 is not equal
to zero, {l are integers between 0 and 9, the exponent h is an integer between
given integers i and j and g is a positive integer called the precision of the
floating point system
Associated with each real number, {, and its floating point approximate
number, i o({), is the floating point error, i o({) {. This error decreases as
the precision, g, increases. Each computer calculation has some floating point
Other documents randomly have
different content
damaged disk or other medium, a computer virus, or computer
codes that damage or cannot be read by your equipment.
1.F.4. Except for the limited right of replacement or refund set forth
in paragraph 1.F.3, this work is provided to you ‘AS-IS’, WITH NO
OTHER WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO WARRANTIES OF
MERCHANTABILITY OR FITNESS FOR ANY PURPOSE.
Please check the Project Gutenberg web pages for current donation
methods and addresses. Donations are accepted in a number of
other ways including checks, online payments and credit card
donations. To donate, please visit: www.gutenberg.org/donate.
Most people start at our website which has the main PG search
facility: www.gutenberg.org.
Our website is not just a platform for buying books, but a bridge
connecting readers to the timeless values of culture and wisdom. With
an elegant, user-friendly interface and an intelligent search system,
we are committed to providing a quick and convenient shopping
experience. Additionally, our special promotions and home delivery
services ensure that you save time and fully enjoy the joy of reading.
ebookname.com