A Course in Linear Algebra with Applications
eBook - ePub

A Course in Linear Algebra with Applications

2nd Edition

  1. 452 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

A Course in Linear Algebra with Applications

2nd Edition

About this book

This is the second edition of the best-selling introduction to linear algebra. Presupposing no knowledge beyond calculus, it provides a thorough treatment of all the basic concepts, such as vector space, linear transformation and inner product. The concept of a quotient space is introduced and related to solutions of linear system of equations, and a simplified treatment of Jordan normal form is given.

Numerous applications of linear algebra are described, including systems of linear recurrence relations, systems of linear differential equations, Markov processes, and the Method of Least Squares. An entirely new chapter on linear programing introduces the reader to the simplex algorithm with emphasis on understanding the theory behind it.

The book is addressed to students who wish to learn linear algebra, as well as to professionals who need to use the methods of the subject in their own fields.

Contents:

  • Matrix Algebra
  • Systems of Linear Equations
  • Determinants
  • Introduction to Vector Spaces
  • Basis and Dimension
  • Linear Transformations
  • Orthogonality in Vector Spaces
  • Eigenvectors and Eigenvalues
  • More Advanced Topics
  • Linear Programming


Readership: Undergraduates in mathematics, engineering, physics and information science; scientists who need to use linear algebra.

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, weโ€™ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere โ€” even offline. Perfect for commutes or when youโ€™re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access A Course in Linear Algebra with Applications by Derek J S Robinson in PDF and/or ePUB format, as well as other popular books in Mathematics & Linear Algebra. We have over one million books available in our catalogue for you to explore.

Information

Publisher
WSPC
Year
2006
Print ISBN
9789812700247
eBook ISBN
9789814365444
Edition
2
Chapter One
MATRIX ALGEBRA
In this first chapter we shall introduce one of the principal objects of study in linear algebra, a matrix or rectangular array of numbers, together with the standard matrix operations. Matrices are encountered frequently in many areas of mathematics, engineering, and the physical and social sciences, typically when data is given in tabular form. But perhaps the most familiar situation in which matrices arise is in the solution of systems of linear equations.
1.1 Matrices
An m ร— matrix A is a rectangular array of numbers, real or complex, with m rows and n columns. We shall write ciij for thenumber that appears in the ith row and the jth column of A; this is called the (i,j) entry of A. We can either write A in the extended form
image
or in the more compact form
image
Thus in the compact form a formula for the (i,j) entry of A is given inside the round brackets, while the subscripts m and n tell us the respective numbers of rows and columns of A.
Explicit examples of matrices are
image
Example 1.1.1
Write down the extended form of the matrix
image
.
The (i, j) entry of the matrix is (โ€”l)lj + i where i โ€” 1, 2, 3, and j โ€” 1,2. So the matrix is
image
It is necessary to decide when two matrices A and B are to be regarded as equal; in symbols A = B. Let us agree this will mean that the matrices A and B have the same numbers of rows and columns, and that, for all i and j, the (i,j) entry of A equals the (i,j) entry of B. In short, two matrices are equal if they look exactly alike.
As has already been mentioned, matrices arise when one has to deal with linear equations. We shall now explain how this comes about. Suppose we have a set of m linear equations in n unknowns
image
. These may be written in the form
image
Here the aij and are to be regarded as given numbers. The problem is to solve the system, that is, to find all n-tuples of numbers
image
that satisfy every equation of the system, or to show that no such numbers exist. Solving a set of linear equations is in many ways the most basic problem of linear algebra.
The reader will probably have noticed that there is a matrix involved in the above linear system, namely the coefficient matrix
image
In fact there is a second matrix present; it is obtained by using the numbers bi, b2,โ€ฆ, bm to add a new column, the (n + l)th, to the coefficient matrix A. This results in an m x (n + 1) matrix called the augmented matnx of the linear system. The problem of solving linear systems will be taken up in earnest in Chapter Two, where it will emerge that the coefficient and augmented matrices play a critical role. At this point we merely wish to point out that here is a natural problem in which matrices are involved in an essential way.
Example 1.1.2
The coefficient and augmented matrices of the pair of linear equations
image
are respectively
image
Some special matrices
Certain special types of matrices that occur frequently will now be recorded.
(i) A 1 ร— n matrix, or โ€” row vector, A has a single row
image
(ii) An m ร— 1 matrix, or m-column vector, B has just one column
image
(iii) A matrix with the same number of rows and columns is said to be square.
(iv) A zero matrix is a matrix all of whose entries are zero. The zero m ร— n matrix is denoted by
image
Sometimes 0nn is written 0n. For example, O23 is the matrix
image
(v) The identity nxn matrix has l's on the principal diagonal, that is, from top left to bottom right, and zeros elsewhere; thus it has the form
image
This matrix is written
image
The identity matrix plays the role of the number 1 in matrix multiplication.
(vi) A square matrix is called upper triangular if it has only zero entries below the principal diagonal. Similarly a matrix
is lower triangular if all entries above the principal diagonal are zero. For example, the matrices
image
are upper triangular and lower triangular respectively.
(vii) A square matrix in which all the non-zero elements lie on the principal diagonal is called a diagonal matrix. A scalar matrix is a diagonal matrix in which the elements on the principal diagonal are all equal. For example, the matrices
image
are respectively diagonal and scalar. Diagonal matrices have much simple...

Table of contents

  1. Cover Page
  2. Title Page
  3. Copyright Page
  4. Contents
  5. Preface to the Second Edition
  6. Preface to the First Edition
  7. Chapter One Matrix Algebra
  8. Chapter Two Systems of Linear Equations
  9. Chapter Three Determinants
  10. Chapter Four Introduction to Vector Spaces
  11. Chapter Five Basis and Dimension
  12. Chapter Six Linear Transformations
  13. Chapter Seven Orthogonality in Vector Spaces
  14. Chapter Eight Eigenvectors and Eigenvalues
  15. Chapter Nine More Advanced Topics
  16. Chapter Ten Linear Programming
  17. Appendix Mathematical Induction
  18. Answers to the Exercises
  19. Bibliography
  20. Index
  21. Back Cover