LINEAR ALGEBRA. VECTOR CALCULUS

Size: px
Start display at page:

Download "LINEAR ALGEBRA. VECTOR CALCULUS"

Transcription

1 im7.qxd 9//5 :9 PM Page 5 Part B LINEAR ALGEBRA. VECTOR CALCULUS Part B consists of Chap. 7 Linear Algebra: Matrices, Vectors, Determinants. Linear Systems Chap. 8 Linear Algebra: Matrix Eigenvalue Problems Chap. 9 Vector Differential Calculus. Grad, Div, Curl Chap. Vector Integral Calculus. Integral Theorems. Hence we have retained the previous subdivision of Part B into four chapters. Chapter 9 is self-contained and completely independent of Chaps. 7 and 8. Thus, Part B consists of two large independent units, namely, Linear Algebra (Chaps. 7, 8) and Vector Calculus (Chaps. 9, ). Chapter depends on Chap. 9, mainly because of the occurrence of div and curl (defined in Chap. 9) in the Gauss and Stokes theorems in Chap.. CHAPTER 7 Linear Algebra: Matrices, Vectors, Determinants. Linear Systems Changes The order of the material in this chapter and its subdivision into sections has been retained, but various local changes have been made to increase the usefulness of this chapter for applications, in particular:. The beginning, which was somewhat slow by modern standards, has been streamlined, so that the student will see applications to linear systems of equations much earlier.. A reference section (Sec. 7.6) on second- and third-order determinants has been included for easier access from other parts of the book. SECTION 7.. Matrices, Vectors: Addition and Scalar Multiplication, page 7 Purpose. Explanation of the basic concepts. Explanation of the two basic matrix operations. The latter derive their importance from their use in defining vector spaces, a fact that should perhaps not be mentioned at this early stage. Its systematic discussion follows in Sec. 7., where it will fit nicely into the flow of thoughts and ideas. Main Content, Important Concepts Matrix, square matrix, main diagonal Double subscript notation Row vector, column vector, transposition Equality of matrices Matrix addition Scalar multiplication (multiplication of a matrix by a scalar) 5

2 im7.qxd 9//5 :9 PM Page 6 6 Instructor s Manual Comments on Important Facts One should emphasize that vectors are always included as special cases of matrices and that those two operations have properties [formulas (), ()] similar to those of operations for numbers, which is a great practical advantage. SOLUTIONS TO PROBLEM SET 7., page Y8 6Z, Y 8 Z, Y Z, Y6 Z Y Z, same, Y Z, undefined Undefined, undefined, Y Z, same Undefined, Y 8Z, undefined, undefined. _ 5 A, _ A. Similar (and more important) instances are the scaling of equations in linear systems, the formation of linear combinations, and the like, as will be shown later..,, and,,. The concept of a main diagonal is restricted to square matrices.. No, no, no. Transposition, which relates row and column vectors, will be discussed in the next section. 6. (b). The incidence matrices are as follows, with nodes corresponding to rows and branches to columns, as in Fig. 5. Y Z, W X, W X From a figure we may more easily grasp the kind of network. However, in the present context, matrices have two advantages over figures, namely, the computer can handle

3 im7.qxd 9//5 :9 PM Page 7 Instructor s Manual 7 them without great difficulties, and a matrix determines a network uniquely, whereas a given network can be drawn as a figure in various ways, so that one does not immediately see that two different figures represent the same network. A nice example is given in Sec... (c) The networks corresponding to the given matrices may be drawn as follows: 5 6 (e) The nodal incidence matrix is A W X. SECTION 7.. Matrix Multiplication, page 78 Purpose. Matrix multiplication, the third and last algebraic operation, is defined and discussed, with emphasis on its unusual properties; this also includes its representation by inner products of row and column vectors. Main Content, Important Facts Definition of matrix multiplication ( rows times columns ) Properties of matrix multiplication Matrix products in terms of inner products of vectors Linear transformations motivating the definition of matrix multiplication AB BA in general, so the order of factors is important. AB does not imply A or B or BA. (AB) T B T A T Short Courses. Products in terms of row and column vectors and the discussion of linear transformations could be omitted. Comment on Notation For transposition, T seems preferable over a prime, which is often used in the literature but will be needed to indicate differentiation in Chap. 9. Comments on Content Most important for the next sections on systems of equations are the multiplication of a matrix times a vector. Examples,, and emphasize that matrix multiplication is not commutative and make the student aware of the restrictions of matrix multiplication. Formula (d) for the transposition of a product should be memorized. In motivating matrix multiplication by linear transformations, one may also illustrate the geometric significance of noncommutativity by combining a rotation with a stretch in

4 im7.qxd 9//5 :9 PM Page 8 8 Instructor s Manual x-direction in both orders and show that a circle transforms into an ellipse with main axes in the direction of the coordinate axes or rotated, respectively. SOLUTIONS TO PROBLEM SET 7., page 86. Y 5Z, same, [ 6 ], (the zero matrix) Y Z, Y Z, Y Z, same Undefined, undefined, Y 6Z, [ 6 5] Undefined, 868, 868, Y 5 6 8Z Y 9 Z, same, Y 7 6Z Y 9 7 Z, Y Z, undefined, Y Z. 58, undefined, undefined, M AB BA must be the zero matrix. It has the form a a a a M [ ][ ] [ ][ ] a 87 a 8 a a a a a a [ ]. a a a a a a from m (also from m ). a a _ a from m (also from m ). Answer: a a A [ ]. a a a a a a a a a a _ a

5 im7.qxd 9//5 :9 PM Page 9 Instructor s Manual 9 8. The calculation for the first column is Y ZY Z Y 7Z, 5 7 and similarly for the other two columns; see the answer to Prob., last matrix given. a. Idempotent are [ ], [ ], etc.; nilpotent are [ ], [ ], b etc., and A I is true for b c [ ], [ ], [ ], [ ], [ ] a /c where a, b, and c are arbitrary.. The entry c kj of (AB) T is c jk of AB, which is Row j of A times Column k of B. On the right, c kj is Row k of B T, hence Column k of B, times Column j of A T, hence Row j of A.. An annual increase of about 5% because the matrix of this Markov process is.9. A [ ]..999 and the initial state is [ 98] T, so that multiplication by A gives the further states (rounded) [98 979] T, [86 978] T, [ ] T. 6. The transition probabilities can be given in a matrix From N From T.9.5 A [ ]..5 To N To T and multiplication of [ ] T by A, A, A gives [.9.] T, [.86.] T, [.8.56] T. Answer:.86, Team Project. (b) Use induction on n. True if n. Take the formula in the problem as the induction hypothesis, multiply by A, and simplify the entries in the product by the addition formulas for the cosine and sine to get A n. (c) These formulas follow directly from the definition of matrix multiplication. (d) A scalar matrix would correspond to a stretch or contraction by the same factor in all directions. (e) Rotations about the x -, x -, x -axes through,,, respectively. SECTION 7.. Linear Systems of Equations. Gauss Elimination, page 87 Purpose. This simple section centers around the Gauss elimination for solving linear systems of m equations in n unknowns x,, x n, its practical use as well as its mathematical justification (leaving the more demanding general existence theory to the next sections).

6 im7.qxd 9//5 :9 PM Page 5 5 Instructor s Manual Main Content, Important Concepts Nonhomogeneous, homogeneous, coefficient matrix, augmented matrix Gauss elimination in the case of the existence of I. a unique solution (Example ) II. infinitely many solutions (Example ) III. no solutions (Example ). Pivoting Elementary row operations, echelon form Background Material. All one needs here is the multiplication of a matrix and a vector. Comments on Content The student should become aware of the following facts:. Linear systems of equations provide a major application of matrix algebra and justification of the definitions of its concepts.. The Gauss elimination (with pivoting) gives meaningful results in each of the Cases I III.. This method is a systematic elimination that does not look for unsystematic shortcuts (depending on the size of the numbers involved and still advocated in some older precomputer-age books). Algorithms for programs of Gauss s and related methods are discussed in Sec.., which is independent of the rest of Chap. and can thus be taken up along with the present section in case of time and interest. SOLUTIONS TO PROBLEM SET 7., page 95. x, y. x 5, y arbitrary, z y. Unknowns that remain arbitrary are sometimes denoted by other letters, such as t, t, etc. In the present case we could thus write the solutions as x 5, y t, z t. 6. x t arbitrary, y x t, z x t 8. No solution. x t arbitrary, y x 5 t 5, z x t. x z t, y z t, z t arbitrary. w x t, x t arbitrary, y, z 6. w, x t arbitrary, y x t, z x t 8. Currents at the lower node: I I I (minus because I flows out). Voltage in the left circuit: and in the right circuit: R I R I E E R I R I E

7 im7.qxd 9//5 :9 PM Page 5 Instructor s Manual 5 (minus because I flows against the arrow of E ). Answer: I [(R R )E R E ] D I [R E (R R )E ] D I [R E R E ] D where D R R R R R R.. P 9, P 8, D S, D S 8. Project. (a) B and C are different. For instance, it makes a difference whether we first multiply a row and then interchange, and then do these operations in reverse order. a a a a a a a 5a a 5a B W X, C W X a 5a 8a a 5a 8a (b) Premultiplying A by E (that is, multiplying A by E from the left) makes E operate on rows of A. The assertions then follow almost immediately from the definition of matrix multiplication. a 8a a 8a SECTION 7.. Linear Independence. Rank of a Matrix. Vector Space, page 96 Purpose. This section introduces some theory centered around linear independence and rank, in preparation for the discussion of the existence and uniqueness problem for linear systems of equations (Sec. 7.7). Main Content, Important Concepts Linear independence Real vector space R n, dimension, basis Rank defined in terms of row vectors Rank in terms of column vectors Invariance of rank under elementary row operations Short Courses. For the further discussion in the next sections, it suffices to define linear independence and rank. Comments on Rank and Vector Spaces Of the three possible equivalent definitions of rank, (i) By row vectors (our definition), (ii) By column vectors (our Theorem ), (iii) By submatrices with nonzero determinant (Sec. 7.7), the first seems to be most practical in our context.

8 im7.qxd 9//5 :9 PM Page 5 5 Instructor s Manual Introducing vector spaces here, rather than in Sec. 7., we have the advantage that the student immediately sees an application (row and column spaces). Vector spaces in full generality follow in Sec SOLUTIONS TO PROBLEM SET 7., page. Row reduction of the matrix and of its transpose gives Y 9Z and Y Z. Hence the rank is, and bases are [8 5], [ 9] and [8 6 ] T, [ ] T.. Row reduction as in Prob. gives the matrices a b a b c Y Z and W c(a b) X. c(a b) a b a a a Hence for general a, b, c the rank is. Bases are [a b c], [ a b c(a b)] and [a b] T, [ c(a b)] T. 6. The matrix is symmetric. The reduction gives a Y a a Z. a a Hence a basis is [ a], [ a a], [ a a] and the transposed vectors (column vectors) for the column space. Hence the rank is (if a ), (if a ), and if a,. 8. The row reductions as in Prob. give 7 W X and W X. 7 The rank is, and bases are [ ], [ ], [ ], [ ] and the same vectors written as column vectors.

9 im7.qxd 9//5 :9 PM Page 5 Instructor s Manual 5. The matrix is symmetric. Row reduction gives W X. Hence the rank is, and bases are [ ], [ ] and the same vectors transposed (as column vectors).. The matrix is symmetric. Row reduction gives 7 5 5/7 W X. 5/7 Hence the ranks is, and bases are [ ], [ ], [ ], [ ] and the same vectors written as column vectors.. Yes 6. No, by Theorem 8. No. Quite generally, if one of the vectors v (),, v (m) is, say, v (), then () holds with any c and c,, c m all zero.. No. It is remarkable that A [a jk ] with a jk j k has rank for any size n of the matrix.. AB and its transpose (AB) T B T A T have the same rank.. This follows directly from Theorem. 6. A proof is given in Ref. [B], Vol., p.. 8. Yes if and only if k. Then the dimension is, and a basis is [ ], [ ], [ ].. No. If v [v v ] satisfies the inequality, v does not. Draw a sketch to see the geometric meaning of the inequality characterizing the half-plane above the sloping straight line v v.. Yes, dimension, basis [ 5 ]. No, because of the positivity assumption 6. Yes, dimension. The two given equations form a homogeneous linear system with the augmented matrix [ ]. The solution is v _ v v, v arbitrary, v 9_ v 6v, v arbitrary. 7 /7

10 im7.qxd 9//5 :9 PM Page 5 5 Instructor s Manual Taking v _ and v, we obtain the basis vector [ _ ]. Taking v and v, we get [ 6 ]. Instead of the second vector we could also use [ _ ] obtained by taking the second vector minus twice the first. SECTION 7.5. Solutions of Linear Systems: Existence, Uniqueness, page Purpose. The student should see that the totality of solutions (including the existence and uniqueness) can be characterized in terms of the ranks of the coefficient matrix and the augmented matrix. Main Content, Important Concepts Augmented matrix Necessary and sufficient conditions for the existence of solutions Implications for homogeneous systems rank A nullity A n Background Material. Rank (Sec. 7.) Short Courses. Brief discussion of the first two theorems, illustrated by some simple examples. Comments on Content This section should make the student aware of the great importance of rank. It may be good to have students memorize the condition rank A rank A for the existence of solutions. Students familiar with ODEs may be reminded of the analog of Theorem (see Sec..7). This section may also provide a good opportunity to point to the roles of existence and uniqueness problems throughout mathematics (and to the distinction between the two). SECTION 7.7. Determinants. Cramer s Rule, page 8 Second- and third-order determinants see in the reference Sec Main Content of This Section nth-order determinants General properties of determinants Rank in terms of determinants (Theorem ) Cramer s rule for solving linear systems by determinants (Theorem )

11 im7.qxd 9//5 :9 PM Page 55 Instructor s Manual 55 General Comments on Determinants Our definition of a determinant seems more practical than that in terms of permutations (because it immediately gives those general properties), at the expense of the proof that our definition is unambiguous (see the proof in App. ). General properties are given for order n, from which they can be easily seen for n when needed. The importance of determinants has decreased with time, but determinants will remain in eigenvalue problems (characteristic determinants), ODEs (Wronskians!), integration and transformations (Jacobians!), and other areas of practical interest. SOLUTIONS TO PROBLEM SET 7.7, page Together with Prob. this illustrates the theorem that for odd n the determinant of an n n skew-symmetric matrix has the value. This is not generally true for even n, as Prob. 6 proves x, y. w, x 5, y, z 6.. Team Project. (a) Use row operation (subtraction of rows) on D to transform the last column of D into the form [ ] T and then develop D by this column. (b) For a plane the equation is ax by cz d, so that we get the determinantal equation x y z x l l. x x The plane is x y z 5. (c) For a circle the equation is a(x y ) bx cy d, so that we get x y x y x y l l. x y x y The circle is x y x y. (d) For a sphere the equation is a(x y z ) bx cy dz e, y y y x x x z z z y y y

12 im7.qxd 9//5 :9 PM Page Instructor s Manual so that we obtain x y z x y z x y z lx y z x y z l. x y z x y z The sphere through the given points is x y (z ) 6. (e) For a general conic section the equation is ax bxy cy dx ey ƒ, so that we get x xy y x y x x x y x y y y l l x x y y x x x x x x y y y y y y z z z. x x y y x y x 5 x 5 y 5 y 5 x 5 y 5 6. det A n ( ) n (n ). True for n, a -simplex on R, that is, a segment (an interval), because det A ( ) ( ). Assume true for n as just given. Consider A n. To get the first row with all entries, except for the first entry, subtract from Row the expression (Row Row (n )). n The first component of the new row is n/(n ), whereas the other components are all. Develop det A n by this new first row and notice that you can then apply the above induction hypothesis, n det A n ( ) n (n ) ( ) n n, n as had to be shown. SECTION 7.8. Inverse of a Matrix. Gauss Jordan Elimination, page 5 Purpose. To familiarize the student with the concept of the inverse A of a square matrix A, its conditions for existence, and its computation. Main Content, Important Concepts AA A A I Nonsingular and singular matrices Existence of A and rank

13 im7.qxd 9//5 :9 PM Page 57 Instructor s Manual 57 Gauss Jordan elimination (AC) C A Cancellation laws (Theorem ) det (AB) det (BA) det A det B Short Courses. Theorem without proof, Gauss Jordan elimination, formulas (*) and (7). Comments on Content Although in this chapter we are not concerned with operations count (Chap. ), it would make no sense to first blindfold the student by using Gauss Jordan for solving Ax b and then later in numerics correct the false impression by explaining why Gauss elimination is better because back substitution needs fewer operations than the diagonalization of a triangular matrix. Thus Gauss Jordan should be applied only when A is wanted. The unusual properties of matrix multiplication, briefly mentioned in Sec. 7. can now be explored systematically by the use of rank and inverse. Formula (*) is worth memorizing. SOLUTIONS TO PROBLEM SET 7.8, page.6.8. [ ]. This is a symmetric orthogonal matrix. Orthogonal matrices will be.8.6 discussed in Sec. 8., where they will fit much better into the material.. The inverse equals the transpose. This is the defining property of orthogonal matrices to be discussed in Sec Y5 5Z 8. Y Z _. Y Z Y Z _ _. Rotation through. The inverse represents the rotation through. Replacement of by in the matrix gives the inverse. 6. I (A ) A. Multiply this by A from the right on both sides of the equation. This gives A (A ) A. Do the same operation once more to get the formula to be proved.

14 im7.qxd 9//5 :9 PM Page Instructor s Manual 8. I I T (A A) T A T (A ) T. Now multiply the first and the last expression by (A T ) from the left, obtaining (A T ) (A ) T.. Multiplication by A from the right interchanges Row and Row of A, and the inverse of this interchange is the interchange that gives the original matrix back. Hence the inverse of the given matrix should equal the matrix itself, as is the case.. For such a matrix (see the solution to Prob. ) the determinant has either the value or. In the present case it equals. The values of the cofactors (determinants of matrices times or ) are obtained by straightforward calculation. SECTION 7.9. Vector Spaces, Inner Product Spaces, Linear Transformations, Optional, page Purpose. In this optional section we extend our earlier discussion of vector spaces R n and C n, define inner product spaces, and explain the role of matrices in linear transformations of R n into R m. Main Content, Important Concepts Real vector space, complex vector space Linear independence, dimension, basis Inner product space Linear transformation of R n into R m Background Material. Vector spaces R n (Sec. 7.) Comments on Content The student is supposed to see and comprehend how concrete models (R n and C n, the inner product for vectors) lead to abstract concepts, defined by axioms resulting from basic properties of those models. Because of the level and general objective of this chapter, we have to restrict our discussion to the illustration and explanation of the abstract concepts in terms of some simple typical examples. Most essential from the viewpoint of matrices is our discussion of linear transformations, which in a more theoretically oriented course of a higher level would occupy a more prominent position. Comment on Footnote Hilbert s work was fundamental to various areas in mathematics; roughly speaking, he worked on number theory , foundations of geometry 898 9, integral equations 9 9, physics 9 9, and logic and foundations of mathematics 9 9. Closest to our interests here is the development in integral equations, as follows. In 87 Carl Neumann (Sec. 5.6) had the idea of solving the Dirichlet problem for the Laplace equation by converting it to an integral equation. This created general interest in integral equations. In 896 Vito Volterra (86 9) developed a general theory of these equations, followed by Ivar Fredholm (866 97) in 9 9 (whose papers caused great excitement), and Hilbert since 9. This gave the impetus to the development of inner product and Hilbert spaces and operators defined on them. These spaces and operators and their spectral theory have found basic applications in quantum mechanics since 97. Hilbert s great interest in mathematical physics is documented by Ref. [GR], a classic full of ideas that are of importance to the mathematical work of the engineer. For more details, see G. Birkhoff and E. Kreyszig. The establishment of functional analysis. Historia Mathematica (98), pp. 58.

15 im7.qxd 9//5 :9 PM Page 59 Instructor s Manual 59 SOLUTIONS TO PROBLEM SET 7.9, page 9. Yes, dimension. A basis vector is obtained by solving the given linear system consisting of the two given conditions. The solution is [v v v ], v arbitrary. v gives the basis vector [ ] T.. Yes, dimension 6, basis Y Z, Y Z, Y Z, Y Z, Y Z, Y Z. 6. No, because of the second condition 8. No because det (A B) det A det B in general. Yes, dimension, basis cos x, sin x. Yes, dimension, basis [ ], [ ], [ ], [ ]. 9. If another such representation with coefficients k j would also hold, subtraction would give (c j k j )a j ; hence c j k j because of the linear independence of the basis vectors. This proves the uniqueness. 6. x.5y.5y x.5y.5y 8.. x y x x x y y y 5y.5y.5y x.5y.5y x.5y.5y.. _ v v, v v ; hence [v v v ] T with arbitrary v and v. These vectors lie in a plane through the origin whose normal vector is the given vector.. a [ 6] T, b [6 ] T, a b [ 6] T. For the norms we thus obtain éa bé éaé ébé

16 im7.qxd 9//5 :9 PM Page 6 6 Instructor s Manual SOLUTIONS TO CHAP. 7 REVIEW QUESTIONS AND PROBLEMS, page. x y, y arbitrary, z. No solution 6. x, y, z 5 8. x z, y _, z arbitrary AB Y Z, BA Y Z (AB) T A B Y 8 6Z Y 8 Z Y5 5 Z AA T A T A Y 8 6Z Aa YZ, a T A [9 9], a T Aa Y Z.,. Hence one unknown remains arbitrary..,. Hence the system has no solution, by Theorem in Sec ,. Hence one unknown remains arbitrary Y 6 8Z Singular, rank. diag ( _,, _ ) 5. The equations obtained by Kirchhoff s laws are I I I (Left node) 5I 8I 8 (Upper loop) I 8I (Lower loop). This gives the solution I A, I 5 A, I 5 A.

Linear Algebra: Matrix Eigenvalue Problems

Linear Algebra: Matrix Eigenvalue Problems CHAPTER8 Linear Algebra: Matrix Eigenvalue Problems Chapter 8 p1 A matrix eigenvalue problem considers the vector equation (1) Ax = λx. 8.0 Linear Algebra: Matrix Eigenvalue Problems Here A is a given

More information

Chapter 7. Linear Algebra: Matrices, Vectors,

Chapter 7. Linear Algebra: Matrices, Vectors, Chapter 7. Linear Algebra: Matrices, Vectors, Determinants. Linear Systems Linear algebra includes the theory and application of linear systems of equations, linear transformations, and eigenvalue problems.

More information

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 1 x 2. x n 8 (4) 3 4 2

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 1 x 2. x n 8 (4) 3 4 2 MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS SYSTEMS OF EQUATIONS AND MATRICES Representation of a linear system The general system of m equations in n unknowns can be written a x + a 2 x 2 + + a n x n b a

More information

The value of a problem is not so much coming up with the answer as in the ideas and attempted ideas it forces on the would be solver I.N.

The value of a problem is not so much coming up with the answer as in the ideas and attempted ideas it forces on the would be solver I.N. Math 410 Homework Problems In the following pages you will find all of the homework problems for the semester. Homework should be written out neatly and stapled and turned in at the beginning of class

More information

Introduction to Matrices

Introduction to Matrices POLS 704 Introduction to Matrices Introduction to Matrices. The Cast of Characters A matrix is a rectangular array (i.e., a table) of numbers. For example, 2 3 X 4 5 6 (4 3) 7 8 9 0 0 0 Thismatrix,with4rowsand3columns,isoforder

More information

Linear Algebra Homework and Study Guide

Linear Algebra Homework and Study Guide Linear Algebra Homework and Study Guide Phil R. Smith, Ph.D. February 28, 20 Homework Problem Sets Organized by Learning Outcomes Test I: Systems of Linear Equations; Matrices Lesson. Give examples of

More information

Linear Algebra I for Science (NYC)

Linear Algebra I for Science (NYC) Element No. 1: To express concrete problems as linear equations. To solve systems of linear equations using matrices. Topic: MATRICES 1.1 Give the definition of a matrix, identify the elements and the

More information

POLI270 - Linear Algebra

POLI270 - Linear Algebra POLI7 - Linear Algebra Septemer 8th Basics a x + a x +... + a n x n b () is the linear form where a, b are parameters and x n are variables. For a given equation such as x +x you only need a variable and

More information

Equality: Two matrices A and B are equal, i.e., A = B if A and B have the same order and the entries of A and B are the same.

Equality: Two matrices A and B are equal, i.e., A = B if A and B have the same order and the entries of A and B are the same. Introduction Matrix Operations Matrix: An m n matrix A is an m-by-n array of scalars from a field (for example real numbers) of the form a a a n a a a n A a m a m a mn The order (or size) of A is m n (read

More information

Conceptual Questions for Review

Conceptual Questions for Review Conceptual Questions for Review Chapter 1 1.1 Which vectors are linear combinations of v = (3, 1) and w = (4, 3)? 1.2 Compare the dot product of v = (3, 1) and w = (4, 3) to the product of their lengths.

More information

SAMPLE OF THE STUDY MATERIAL PART OF CHAPTER 1 Introduction to Linear Algebra

SAMPLE OF THE STUDY MATERIAL PART OF CHAPTER 1 Introduction to Linear Algebra 1.1. Introduction SAMPLE OF THE STUDY MATERIAL PART OF CHAPTER 1 Introduction to Linear algebra is a specific branch of mathematics dealing with the study of vectors, vector spaces with functions that

More information

CHAPTER 8: Matrices and Determinants

CHAPTER 8: Matrices and Determinants (Exercises for Chapter 8: Matrices and Determinants) E.8.1 CHAPTER 8: Matrices and Determinants (A) means refer to Part A, (B) means refer to Part B, etc. Most of these exercises can be done without a

More information

Review Questions REVIEW QUESTIONS 71

Review Questions REVIEW QUESTIONS 71 REVIEW QUESTIONS 71 MATLAB, is [42]. For a comprehensive treatment of error analysis and perturbation theory for linear systems and many other problems in linear algebra, see [126, 241]. An overview of

More information

SAMPLE OF THE STUDY MATERIAL PART OF CHAPTER 1 Introduction to Linear Algebra

SAMPLE OF THE STUDY MATERIAL PART OF CHAPTER 1 Introduction to Linear Algebra SAMPLE OF THE STUDY MATERIAL PART OF CHAPTER 1 Introduction to 1.1. Introduction Linear algebra is a specific branch of mathematics dealing with the study of vectors, vector spaces with functions that

More information

CHAPTER 7: Systems and Inequalities

CHAPTER 7: Systems and Inequalities (Exercises for Chapter 7: Systems and Inequalities) E.7.1 CHAPTER 7: Systems and Inequalities (A) means refer to Part A, (B) means refer to Part B, etc. (Calculator) means use a calculator. Otherwise,

More information

Extra Problems for Math 2050 Linear Algebra I

Extra Problems for Math 2050 Linear Algebra I Extra Problems for Math 5 Linear Algebra I Find the vector AB and illustrate with a picture if A = (,) and B = (,4) Find B, given A = (,4) and [ AB = A = (,4) and [ AB = 8 If possible, express x = 7 as

More information

Fundamentals of Linear Algebra. Marcel B. Finan Arkansas Tech University c All Rights Reserved

Fundamentals of Linear Algebra. Marcel B. Finan Arkansas Tech University c All Rights Reserved Fundamentals of Linear Algebra Marcel B. Finan Arkansas Tech University c All Rights Reserved 2 PREFACE Linear algebra has evolved as a branch of mathematics with wide range of applications to the natural

More information

Math 302 Outcome Statements Winter 2013

Math 302 Outcome Statements Winter 2013 Math 302 Outcome Statements Winter 2013 1 Rectangular Space Coordinates; Vectors in the Three-Dimensional Space (a) Cartesian coordinates of a point (b) sphere (c) symmetry about a point, a line, and a

More information

Chapter 1: Systems of linear equations and matrices. Section 1.1: Introduction to systems of linear equations

Chapter 1: Systems of linear equations and matrices. Section 1.1: Introduction to systems of linear equations Chapter 1: Systems of linear equations and matrices Section 1.1: Introduction to systems of linear equations Definition: A linear equation in n variables can be expressed in the form a 1 x 1 + a 2 x 2

More information

Systems of Linear Equations and Matrices

Systems of Linear Equations and Matrices Chapter 1 Systems of Linear Equations and Matrices System of linear algebraic equations and their solution constitute one of the major topics studied in the course known as linear algebra. In the first

More information

Vectors and matrices: matrices (Version 2) This is a very brief summary of my lecture notes.

Vectors and matrices: matrices (Version 2) This is a very brief summary of my lecture notes. Vectors and matrices: matrices (Version 2) This is a very brief summary of my lecture notes Matrices and linear equations A matrix is an m-by-n array of numbers A = a 11 a 12 a 13 a 1n a 21 a 22 a 23 a

More information

Linear Algebra. Min Yan

Linear Algebra. Min Yan Linear Algebra Min Yan January 2, 2018 2 Contents 1 Vector Space 7 1.1 Definition................................. 7 1.1.1 Axioms of Vector Space..................... 7 1.1.2 Consequence of Axiom......................

More information

MTH Linear Algebra. Study Guide. Dr. Tony Yee Department of Mathematics and Information Technology The Hong Kong Institute of Education

MTH Linear Algebra. Study Guide. Dr. Tony Yee Department of Mathematics and Information Technology The Hong Kong Institute of Education MTH 3 Linear Algebra Study Guide Dr. Tony Yee Department of Mathematics and Information Technology The Hong Kong Institute of Education June 3, ii Contents Table of Contents iii Matrix Algebra. Real Life

More information

Linear Algebra (part 1) : Matrices and Systems of Linear Equations (by Evan Dummit, 2016, v. 2.02)

Linear Algebra (part 1) : Matrices and Systems of Linear Equations (by Evan Dummit, 2016, v. 2.02) Linear Algebra (part ) : Matrices and Systems of Linear Equations (by Evan Dummit, 206, v 202) Contents 2 Matrices and Systems of Linear Equations 2 Systems of Linear Equations 2 Elimination, Matrix Formulation

More information

Higher Order Linear ODEs

Higher Order Linear ODEs im03.qxd 9/21/05 11:04 AM Page 59 CHAPTER 3 Higher Order Linear ODEs This chapter is new. Its material is a rearranged and somewhat extended version of material previously contained in some of the sections

More information

Elementary Linear Algebra

Elementary Linear Algebra Elementary Linear Algebra Linear algebra is the study of; linear sets of equations and their transformation properties. Linear algebra allows the analysis of; rotations in space, least squares fitting,

More information

Mathematics. EC / EE / IN / ME / CE. for

Mathematics.   EC / EE / IN / ME / CE. for Mathematics for EC / EE / IN / ME / CE By www.thegateacademy.com Syllabus Syllabus for Mathematics Linear Algebra: Matrix Algebra, Systems of Linear Equations, Eigenvalues and Eigenvectors. Probability

More information

1 9/5 Matrices, vectors, and their applications

1 9/5 Matrices, vectors, and their applications 1 9/5 Matrices, vectors, and their applications Algebra: study of objects and operations on them. Linear algebra: object: matrices and vectors. operations: addition, multiplication etc. Algorithms/Geometric

More information

Fundamentals of Engineering Analysis (650163)

Fundamentals of Engineering Analysis (650163) Philadelphia University Faculty of Engineering Communications and Electronics Engineering Fundamentals of Engineering Analysis (6563) Part Dr. Omar R Daoud Matrices: Introduction DEFINITION A matrix is

More information

Linear Algebra. Vector Calculus

Linear Algebra. Vector Calculus PART B Linear Algebra. Vector Calculus CHAPTER 7 Linear Algebra: Matrices, Vectors, Determinants. Linear Systems CHAPTER 8 Linear Algebra: Matrix Eigenvalue Problems CHAPTER 9 Vector Differential Calculus.

More information

MAT Linear Algebra Collection of sample exams

MAT Linear Algebra Collection of sample exams MAT 342 - Linear Algebra Collection of sample exams A-x. (0 pts Give the precise definition of the row echelon form. 2. ( 0 pts After performing row reductions on the augmented matrix for a certain system

More information

ELEMENTARY LINEAR ALGEBRA

ELEMENTARY LINEAR ALGEBRA ELEMENTARY LINEAR ALGEBRA K R MATTHEWS DEPARTMENT OF MATHEMATICS UNIVERSITY OF QUEENSLAND Second Online Version, December 998 Comments to the author at krm@mathsuqeduau All contents copyright c 99 Keith

More information

Systems of Linear Equations and Matrices

Systems of Linear Equations and Matrices Chapter 1 Systems of Linear Equations and Matrices System of linear algebraic equations and their solution constitute one of the major topics studied in the course known as linear algebra. In the first

More information

ELEMENTARY LINEAR ALGEBRA

ELEMENTARY LINEAR ALGEBRA ELEMENTARY LINEAR ALGEBRA K R MATTHEWS DEPARTMENT OF MATHEMATICS UNIVERSITY OF QUEENSLAND First Printing, 99 Chapter LINEAR EQUATIONS Introduction to linear equations A linear equation in n unknowns x,

More information

Chapter 5. Linear Algebra. A linear (algebraic) equation in. unknowns, x 1, x 2,..., x n, is. an equation of the form

Chapter 5. Linear Algebra. A linear (algebraic) equation in. unknowns, x 1, x 2,..., x n, is. an equation of the form Chapter 5. Linear Algebra A linear (algebraic) equation in n unknowns, x 1, x 2,..., x n, is an equation of the form a 1 x 1 + a 2 x 2 + + a n x n = b where a 1, a 2,..., a n and b are real numbers. 1

More information

Linear Algebra: Lecture notes from Kolman and Hill 9th edition.

Linear Algebra: Lecture notes from Kolman and Hill 9th edition. Linear Algebra: Lecture notes from Kolman and Hill 9th edition Taylan Şengül March 20, 2019 Please let me know of any mistakes in these notes Contents Week 1 1 11 Systems of Linear Equations 1 12 Matrices

More information

Introduction to Matrices and Linear Systems Ch. 3

Introduction to Matrices and Linear Systems Ch. 3 Introduction to Matrices and Linear Systems Ch. 3 Doreen De Leon Department of Mathematics, California State University, Fresno June, 5 Basic Matrix Concepts and Operations Section 3.4. Basic Matrix Concepts

More information

Linear Algebra. Ben Woodruff. Compiled July 17, 2010

Linear Algebra. Ben Woodruff. Compiled July 17, 2010 Linear Algebra Ben Woodruff Compiled July 7, i c This work is licensed under the Creative Commons Attribution-Share Alike 3. United States License. You may copy, distribute, display, and perform this copyrighted

More information

Reduction to the associated homogeneous system via a particular solution

Reduction to the associated homogeneous system via a particular solution June PURDUE UNIVERSITY Study Guide for the Credit Exam in (MA 5) Linear Algebra This study guide describes briefly the course materials to be covered in MA 5. In order to be qualified for the credit, one

More information

Chapter 2 Notes, Linear Algebra 5e Lay

Chapter 2 Notes, Linear Algebra 5e Lay Contents.1 Operations with Matrices..................................1.1 Addition and Subtraction.............................1. Multiplication by a scalar............................ 3.1.3 Multiplication

More information

APPENDIX: MATHEMATICAL INDUCTION AND OTHER FORMS OF PROOF

APPENDIX: MATHEMATICAL INDUCTION AND OTHER FORMS OF PROOF ELEMENTARY LINEAR ALGEBRA WORKBOOK/FOR USE WITH RON LARSON S TEXTBOOK ELEMENTARY LINEAR ALGEBRA CREATED BY SHANNON MARTIN MYERS APPENDIX: MATHEMATICAL INDUCTION AND OTHER FORMS OF PROOF When you are done

More information

Fundamentals of Linear Algebra. Marcel B. Finan Arkansas Tech University c All Rights Reserved

Fundamentals of Linear Algebra. Marcel B. Finan Arkansas Tech University c All Rights Reserved Fundamentals of Linear Algebra Marcel B. Finan Arkansas Tech University c All Rights Reserved October 9, 200 2 PREFACE Linear algebra has evolved as a branch of mathematics with wide range of applications

More information

ELEMENTARY LINEAR ALGEBRA

ELEMENTARY LINEAR ALGEBRA ELEMENTARY LINEAR ALGEBRA K. R. MATTHEWS DEPARTMENT OF MATHEMATICS UNIVERSITY OF QUEENSLAND Second Online Version, December 1998 Comments to the author at krm@maths.uq.edu.au Contents 1 LINEAR EQUATIONS

More information

MATH 315 Linear Algebra Homework #1 Assigned: August 20, 2018

MATH 315 Linear Algebra Homework #1 Assigned: August 20, 2018 Homework #1 Assigned: August 20, 2018 Review the following subjects involving systems of equations and matrices from Calculus II. Linear systems of equations Converting systems to matrix form Pivot entry

More information

Lecture Notes in Mathematics. Arkansas Tech University Department of Mathematics. The Basics of Linear Algebra

Lecture Notes in Mathematics. Arkansas Tech University Department of Mathematics. The Basics of Linear Algebra Lecture Notes in Mathematics Arkansas Tech University Department of Mathematics The Basics of Linear Algebra Marcel B. Finan c All Rights Reserved Last Updated November 30, 2015 2 Preface Linear algebra

More information

Glossary of Linear Algebra Terms. Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB

Glossary of Linear Algebra Terms. Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB Glossary of Linear Algebra Terms Basis (for a subspace) A linearly independent set of vectors that spans the space Basic Variable A variable in a linear system that corresponds to a pivot column in the

More information

Methods for Solving Linear Systems Part 2

Methods for Solving Linear Systems Part 2 Methods for Solving Linear Systems Part 2 We have studied the properties of matrices and found out that there are more ways that we can solve Linear Systems. In Section 7.3, we learned that we can use

More information

A Review of Matrix Analysis

A Review of Matrix Analysis Matrix Notation Part Matrix Operations Matrices are simply rectangular arrays of quantities Each quantity in the array is called an element of the matrix and an element can be either a numerical value

More information

Linear Algebra Highlights

Linear Algebra Highlights Linear Algebra Highlights Chapter 1 A linear equation in n variables is of the form a 1 x 1 + a 2 x 2 + + a n x n. We can have m equations in n variables, a system of linear equations, which we want to

More information

Linear Algebra. The analysis of many models in the social sciences reduces to the study of systems of equations.

Linear Algebra. The analysis of many models in the social sciences reduces to the study of systems of equations. POLI 7 - Mathematical and Statistical Foundations Prof S Saiegh Fall Lecture Notes - Class 4 October 4, Linear Algebra The analysis of many models in the social sciences reduces to the study of systems

More information

a s 1.3 Matrix Multiplication. Know how to multiply two matrices and be able to write down the formula

a s 1.3 Matrix Multiplication. Know how to multiply two matrices and be able to write down the formula Syllabus for Math 308, Paul Smith Book: Kolman-Hill Chapter 1. Linear Equations and Matrices 1.1 Systems of Linear Equations Definition of a linear equation and a solution to a linear equations. Meaning

More information

Review for Exam Find all a for which the following linear system has no solutions, one solution, and infinitely many solutions.

Review for Exam Find all a for which the following linear system has no solutions, one solution, and infinitely many solutions. Review for Exam. Find all a for which the following linear system has no solutions, one solution, and infinitely many solutions. x + y z = 2 x + 2y + z = 3 x + y + (a 2 5)z = a 2 The augmented matrix for

More information

Linear Algebra. Matrices Operations. Consider, for example, a system of equations such as x + 2y z + 4w = 0, 3x 4y + 2z 6w = 0, x 3y 2z + w = 0.

Linear Algebra. Matrices Operations. Consider, for example, a system of equations such as x + 2y z + 4w = 0, 3x 4y + 2z 6w = 0, x 3y 2z + w = 0. Matrices Operations Linear Algebra Consider, for example, a system of equations such as x + 2y z + 4w = 0, 3x 4y + 2z 6w = 0, x 3y 2z + w = 0 The rectangular array 1 2 1 4 3 4 2 6 1 3 2 1 in which the

More information

Systems of Linear Equations. By: Tri Atmojo Kusmayadi and Mardiyana Mathematics Education Sebelas Maret University

Systems of Linear Equations. By: Tri Atmojo Kusmayadi and Mardiyana Mathematics Education Sebelas Maret University Systems of Linear Equations By: Tri Atmojo Kusmayadi and Mardiyana Mathematics Education Sebelas Maret University Standard of Competency: Understanding the properties of systems of linear equations, matrices,

More information

1 Matrices and Systems of Linear Equations

1 Matrices and Systems of Linear Equations Linear Algebra (part ) : Matrices and Systems of Linear Equations (by Evan Dummit, 207, v 260) Contents Matrices and Systems of Linear Equations Systems of Linear Equations Elimination, Matrix Formulation

More information

0.1 Rational Canonical Forms

0.1 Rational Canonical Forms We have already seen that it is useful and simpler to study linear systems using matrices. But matrices are themselves cumbersome, as they are stuffed with many entries, and it turns out that it s best

More information

Linear Algebra. Preliminary Lecture Notes

Linear Algebra. Preliminary Lecture Notes Linear Algebra Preliminary Lecture Notes Adolfo J. Rumbos c Draft date May 9, 29 2 Contents 1 Motivation for the course 5 2 Euclidean n dimensional Space 7 2.1 Definition of n Dimensional Euclidean Space...........

More information

Higher Order Linear ODEs

Higher Order Linear ODEs c03.qxd 6/18/11 2:57 PM Page 57 CHAPTER 3 Higher Order Linear ODEs Chapters 1 and 2 demonstrate and illustrate that first- and second-order ODEs are, by far, the most important ones in usual engineering

More information

LS.1 Review of Linear Algebra

LS.1 Review of Linear Algebra LS. LINEAR SYSTEMS LS.1 Review of Linear Algebra In these notes, we will investigate a way of handling a linear system of ODE s directly, instead of using elimination to reduce it to a single higher-order

More information

Math 4A Notes. Written by Victoria Kala Last updated June 11, 2017

Math 4A Notes. Written by Victoria Kala Last updated June 11, 2017 Math 4A Notes Written by Victoria Kala vtkala@math.ucsb.edu Last updated June 11, 2017 Systems of Linear Equations A linear equation is an equation that can be written in the form a 1 x 1 + a 2 x 2 +...

More information

MTH 2032 Semester II

MTH 2032 Semester II MTH 232 Semester II 2-2 Linear Algebra Reference Notes Dr. Tony Yee Department of Mathematics and Information Technology The Hong Kong Institute of Education December 28, 2 ii Contents Table of Contents

More information

MATH 240 Spring, Chapter 1: Linear Equations and Matrices

MATH 240 Spring, Chapter 1: Linear Equations and Matrices MATH 240 Spring, 2006 Chapter Summaries for Kolman / Hill, Elementary Linear Algebra, 8th Ed. Sections 1.1 1.6, 2.1 2.2, 3.2 3.8, 4.3 4.5, 5.1 5.3, 5.5, 6.1 6.5, 7.1 7.2, 7.4 DEFINITIONS Chapter 1: Linear

More information

a 11 x 1 + a 12 x a 1n x n = b 1 a 21 x 1 + a 22 x a 2n x n = b 2.

a 11 x 1 + a 12 x a 1n x n = b 1 a 21 x 1 + a 22 x a 2n x n = b 2. Chapter 1 LINEAR EQUATIONS 11 Introduction to linear equations A linear equation in n unknowns x 1, x,, x n is an equation of the form a 1 x 1 + a x + + a n x n = b, where a 1, a,, a n, b are given real

More information

A matrix over a field F is a rectangular array of elements from F. The symbol

A matrix over a field F is a rectangular array of elements from F. The symbol Chapter MATRICES Matrix arithmetic A matrix over a field F is a rectangular array of elements from F The symbol M m n (F ) denotes the collection of all m n matrices over F Matrices will usually be denoted

More information

1 Determinants. 1.1 Determinant

1 Determinants. 1.1 Determinant 1 Determinants [SB], Chapter 9, p.188-196. [SB], Chapter 26, p.719-739. Bellow w ll study the central question: which additional conditions must satisfy a quadratic matrix A to be invertible, that is to

More information

Digital Workbook for GRA 6035 Mathematics

Digital Workbook for GRA 6035 Mathematics Eivind Eriksen Digital Workbook for GRA 6035 Mathematics November 10, 2014 BI Norwegian Business School Contents Part I Lectures in GRA6035 Mathematics 1 Linear Systems and Gaussian Elimination........................

More information

A CONCISE TREATMENT of LINEAR ALGEBRA. with DIFFERENTIAL EQUATIONS. M. Erol Sezer Bilkent University, Ankara

A CONCISE TREATMENT of LINEAR ALGEBRA. with DIFFERENTIAL EQUATIONS. M. Erol Sezer Bilkent University, Ankara A CONCISE TREATMENT of LINEAR ALGEBRA with DIFFERENTIAL EQUATIONS M. Erol Sezer Bilkent University, Ankara ii Preface Linear algebra is not only a powerful mathematical theory; it is also a useful computational

More information

Linear Algebra. Preliminary Lecture Notes

Linear Algebra. Preliminary Lecture Notes Linear Algebra Preliminary Lecture Notes Adolfo J. Rumbos c Draft date April 29, 23 2 Contents Motivation for the course 5 2 Euclidean n dimensional Space 7 2. Definition of n Dimensional Euclidean Space...........

More information

MAT 2037 LINEAR ALGEBRA I web:

MAT 2037 LINEAR ALGEBRA I web: MAT 237 LINEAR ALGEBRA I 2625 Dokuz Eylül University, Faculty of Science, Department of Mathematics web: Instructor: Engin Mermut http://kisideuedutr/enginmermut/ HOMEWORK 2 MATRIX ALGEBRA Textbook: Linear

More information

CPE 310: Numerical Analysis for Engineers

CPE 310: Numerical Analysis for Engineers CPE 310: Numerical Analysis for Engineers Chapter 2: Solving Sets of Equations Ahmed Tamrawi Copyright notice: care has been taken to use only those web images deemed by the instructor to be in the public

More information

Matrix Algebra. Matrix Algebra. Chapter 8 - S&B

Matrix Algebra. Matrix Algebra. Chapter 8 - S&B Chapter 8 - S&B Algebraic operations Matrix: The size of a matrix is indicated by the number of its rows and the number of its columns. A matrix with k rows and n columns is called a k n matrix. The number

More information

An Introduction To Linear Algebra. Kuttler

An Introduction To Linear Algebra. Kuttler An Introduction To Linear Algebra Kuttler April, 7 Contents Introduction 7 F n 9 Outcomes 9 Algebra in F n Systems Of Equations Outcomes Systems Of Equations, Geometric Interpretations Systems Of Equations,

More information

3.4 Elementary Matrices and Matrix Inverse

3.4 Elementary Matrices and Matrix Inverse Math 220: Summer 2015 3.4 Elementary Matrices and Matrix Inverse A n n elementary matrix is a matrix which is obtained from the n n identity matrix I n n by a single elementary row operation. Elementary

More information

Contents. 1 Vectors, Lines and Planes 1. 2 Gaussian Elimination Matrices Vector Spaces and Subspaces 124

Contents. 1 Vectors, Lines and Planes 1. 2 Gaussian Elimination Matrices Vector Spaces and Subspaces 124 Matrices Math 220 Copyright 2016 Pinaki Das This document is freely redistributable under the terms of the GNU Free Documentation License For more information, visit http://wwwgnuorg/copyleft/fdlhtml Contents

More information

Elementary maths for GMT

Elementary maths for GMT Elementary maths for GMT Linear Algebra Part 2: Matrices, Elimination and Determinant m n matrices The system of m linear equations in n variables x 1, x 2,, x n a 11 x 1 + a 12 x 2 + + a 1n x n = b 1

More information

A Brief Outline of Math 355

A Brief Outline of Math 355 A Brief Outline of Math 355 Lecture 1 The geometry of linear equations; elimination with matrices A system of m linear equations with n unknowns can be thought of geometrically as m hyperplanes intersecting

More information

Finite Mathematics Chapter 2. where a, b, c, d, h, and k are real numbers and neither a and b nor c and d are both zero.

Finite Mathematics Chapter 2. where a, b, c, d, h, and k are real numbers and neither a and b nor c and d are both zero. Finite Mathematics Chapter 2 Section 2.1 Systems of Linear Equations: An Introduction Systems of Equations Recall that a system of two linear equations in two variables may be written in the general form

More information

Math 220: Summer Midterm 1 Questions

Math 220: Summer Midterm 1 Questions Math 220: Summer 2015 Midterm 1 Questions MOST questions will either look a lot like a Homework questions This lists draws your attention to some important types of HW questions. SOME questions will have

More information

ANSWERS (5 points) Let A be a 2 2 matrix such that A =. Compute A. 2

ANSWERS (5 points) Let A be a 2 2 matrix such that A =. Compute A. 2 MATH 7- Final Exam Sample Problems Spring 7 ANSWERS ) ) ). 5 points) Let A be a matrix such that A =. Compute A. ) A = A ) = ) = ). 5 points) State ) the definition of norm, ) the Cauchy-Schwartz inequality

More information

Notes on Mathematics

Notes on Mathematics Notes on Mathematics - 12 1 Peeyush Chandra, A. K. Lal, V. Raghavendra, G. Santhanam 1 Supported by a grant from MHRD 2 Contents I Linear Algebra 7 1 Matrices 9 1.1 Definition of a Matrix......................................

More information

Linear Systems and Matrices

Linear Systems and Matrices Department of Mathematics The Chinese University of Hong Kong 1 System of m linear equations in n unknowns (linear system) a 11 x 1 + a 12 x 2 + + a 1n x n = b 1 a 21 x 1 + a 22 x 2 + + a 2n x n = b 2.......

More information

Basic Concepts in Linear Algebra

Basic Concepts in Linear Algebra Basic Concepts in Linear Algebra Grady B Wright Department of Mathematics Boise State University February 2, 2015 Grady B Wright Linear Algebra Basics February 2, 2015 1 / 39 Numerical Linear Algebra Linear

More information

Math Linear Algebra Final Exam Review Sheet

Math Linear Algebra Final Exam Review Sheet Math 15-1 Linear Algebra Final Exam Review Sheet Vector Operations Vector addition is a component-wise operation. Two vectors v and w may be added together as long as they contain the same number n of

More information

LAKELAND COMMUNITY COLLEGE COURSE OUTLINE FORM

LAKELAND COMMUNITY COLLEGE COURSE OUTLINE FORM LAKELAND COMMUNITY COLLEGE COURSE OUTLINE FORM ORIGINATION DATE: 8/2/99 APPROVAL DATE: 3/22/12 LAST MODIFICATION DATE: 3/28/12 EFFECTIVE TERM/YEAR: FALL/ 12 COURSE ID: COURSE TITLE: MATH2800 Linear Algebra

More information

LINEAR SYSTEMS AND MATRICES

LINEAR SYSTEMS AND MATRICES CHAPTER 3 LINEAR SYSTEMS AND MATRICES SECTION 3. INTRODUCTION TO LINEAR SYSTEMS This initial section takes account of the fact that some students remember only hazily the method of elimination for and

More information

Chapter 4 - MATRIX ALGEBRA. ... a 2j... a 2n. a i1 a i2... a ij... a in

Chapter 4 - MATRIX ALGEBRA. ... a 2j... a 2n. a i1 a i2... a ij... a in Chapter 4 - MATRIX ALGEBRA 4.1. Matrix Operations A a 11 a 12... a 1j... a 1n a 21. a 22.... a 2j... a 2n. a i1 a i2... a ij... a in... a m1 a m2... a mj... a mn The entry in the ith row and the jth column

More information

Matrix & Linear Algebra

Matrix & Linear Algebra Matrix & Linear Algebra Jamie Monogan University of Georgia For more information: http://monogan.myweb.uga.edu/teaching/mm/ Jamie Monogan (UGA) Matrix & Linear Algebra 1 / 84 Vectors Vectors Vector: A

More information

Topic 15 Notes Jeremy Orloff

Topic 15 Notes Jeremy Orloff Topic 5 Notes Jeremy Orloff 5 Transpose, Inverse, Determinant 5. Goals. Know the definition and be able to compute the inverse of any square matrix using row operations. 2. Know the properties of inverses.

More information

Review of Basic Concepts in Linear Algebra

Review of Basic Concepts in Linear Algebra Review of Basic Concepts in Linear Algebra Grady B Wright Department of Mathematics Boise State University September 7, 2017 Math 565 Linear Algebra Review September 7, 2017 1 / 40 Numerical Linear Algebra

More information

Math Camp II. Basic Linear Algebra. Yiqing Xu. Aug 26, 2014 MIT

Math Camp II. Basic Linear Algebra. Yiqing Xu. Aug 26, 2014 MIT Math Camp II Basic Linear Algebra Yiqing Xu MIT Aug 26, 2014 1 Solving Systems of Linear Equations 2 Vectors and Vector Spaces 3 Matrices 4 Least Squares Systems of Linear Equations Definition A linear

More information

Linear Algebra. Linear Equations and Matrices. Copyright 2005, W.R. Winfrey

Linear Algebra. Linear Equations and Matrices. Copyright 2005, W.R. Winfrey Copyright 2005, W.R. Winfrey Topics Preliminaries Systems of Linear Equations Matrices Algebraic Properties of Matrix Operations Special Types of Matrices and Partitioned Matrices Matrix Transformations

More information

Math 3108: Linear Algebra

Math 3108: Linear Algebra Math 3108: Linear Algebra Instructor: Jason Murphy Department of Mathematics and Statistics Missouri University of Science and Technology 1 / 323 Contents. Chapter 1. Slides 3 70 Chapter 2. Slides 71 118

More information

Matrices and systems of linear equations

Matrices and systems of linear equations Matrices and systems of linear equations Samy Tindel Purdue University Differential equations and linear algebra - MA 262 Taken from Differential equations and linear algebra by Goode and Annin Samy T.

More information

NOTES on LINEAR ALGEBRA 1

NOTES on LINEAR ALGEBRA 1 School of Economics, Management and Statistics University of Bologna Academic Year 207/8 NOTES on LINEAR ALGEBRA for the students of Stats and Maths This is a modified version of the notes by Prof Laura

More information

1 - Systems of Linear Equations

1 - Systems of Linear Equations 1 - Systems of Linear Equations 1.1 Introduction to Systems of Linear Equations Almost every problem in linear algebra will involve solving a system of equations. ü LINEAR EQUATIONS IN n VARIABLES We are

More information

Rectangular Systems and Echelon Forms

Rectangular Systems and Echelon Forms CHAPTER 2 Rectangular Systems and Echelon Forms 2.1 ROW ECHELON FORM AND RANK We are now ready to analyze more general linear systems consisting of m linear equations involving n unknowns a 11 x 1 + a

More information

Linear algebra. S. Richard

Linear algebra. S. Richard Linear algebra S. Richard Fall Semester 2014 and Spring Semester 2015 2 Contents Introduction 5 0.1 Motivation.................................. 5 1 Geometric setting 7 1.1 The Euclidean space R n..........................

More information

LINEAR ALGEBRA WITH APPLICATIONS

LINEAR ALGEBRA WITH APPLICATIONS SEVENTH EDITION LINEAR ALGEBRA WITH APPLICATIONS Instructor s Solutions Manual Steven J. Leon PREFACE This solutions manual is designed to accompany the seventh edition of Linear Algebra with Applications

More information

DM559 Linear and Integer Programming. Lecture 2 Systems of Linear Equations. Marco Chiarandini

DM559 Linear and Integer Programming. Lecture 2 Systems of Linear Equations. Marco Chiarandini DM559 Linear and Integer Programming Lecture Marco Chiarandini Department of Mathematics & Computer Science University of Southern Denmark Outline 1. Outline 1. 3 A Motivating Example You are organizing

More information

8-15. Stop by or call (630)

8-15. Stop by or call (630) To review the basics Matrices, what they represent, and how to find sum, scalar product, product, inverse, and determinant of matrices, watch the following set of YouTube videos. They are followed by several

More information