System of Linear Equations

Size: px
Start display at page:

Download "System of Linear Equations"

Transcription

1 CHAPTER 2 System of Linear Equations. Introduction Study of a linear system of equations is classical. First let s consider a system having only one equation: 2x+3y +4z = 5 (2.) Indeterminates x,y,z are referred to as unknowns of the equation. Both (,,0) and (,,) satisfy Equation (2.). In fact, assign whatever real numbers you like to x and y and find z from (2.) by substituting the values of x and y (you have assigned). Geometrically, the collection of all the solutions of Equation (2.) is a plane in the (real) space R 3. Suppose a,b,c,d R are fixed. Then, the collection of all (α,γ,β) R 3 satisfying equation ax+by +cz = d (2.2) is geometrically a plane in the space R 3 if at least one of a,b,c is nonzero. More generally, suppose, a,a 2,...,a n,b R. Then, the collection of all (α,α 2,...,α n ) R n satisfying n a i x i = b (2.3) i= is called a hyper plane of R n. Every such point in R n is called a solution. The collection of all the solution is called the solution set of the equation. By a system of linear equations we mean a finite set of linear equations in finitely many indeterminates. For instance, the following is a system of two linear equations: 2x+3y +4z = 5 x+y +z = 2. (2.4) By a solution of this system we mean a solution of the first equation which is also a solution of the second equation. If A i (i =,2) is the set of solutions of the i-th equation, then the set of solutions of the system is A A 2. In this example, we know that for each i, A i is geometrically a plane. Thus the solution of system (2.4) is the intersection of two planes. We had learnt in school that two planes in R 3 intersect

2 2 2. SYSTEM OF LINEAR EQUATIONS in a line unless they are parallel or conincident. Further, we learn certain adhoc methods to solve a linear system of equations (applicable to a restricted situations); for instance, Cramer s rule. Suppose F is a field. While reading for the first time you may assume that F = R. The set of m n matrices with coefficients from F is denoted by M m n (F). A system of m linear equations in n unknowns x,x 2,...,x n written as a x +a 2 x a n x n = b a 2 x + a 22 x a 2n x n = b 2 a m x +a m2 x 2 + +a mn x n = b m (2.5) where a i,j F for ( i m, j n), called coefficients and b,b 2,...,b m F, called constant terms of the system. System (2.5) can be described by the following matrix equation: AX = B (2.6) where a a 2 a n b x A = a 2 a 22 a 2n M m n(f), B = b 2 M m (F), and X = x 2... a m a m2 a mn b m x n is the matrix (or column) of unknowns. A is called the coefficient matrix and B the matrix (or column) of constants. The matrix (A B) M m (n+) (F) obtained by attaching the column B with A, is called the augmented matrix of the system. By a solution of AX = B where A and B are as above, we mean an element Y M n (F) such that AY = B. The collection of all the solutions is called the solution set of AX = B. Thus, the solution set of AX = B is a subset of M n (F). Observe that every element of M n (F) defines an element of F n uniquely and vice versa. Thus, often we express a solution of AX = B as an n-tuple rather than an n-column. 2. Three Types of Solutions and Examples Before we talk more about a general system of linear equations, we look at the following three systems with real coefficients. a) x +x 2 +x 3 = 3, x +2x 2 +3x 3 = 6, x 2 +2x 3 = ; b) x +x 2 +x 3 = 3, x +2x 2 +3x 3 = 6, x +x 2 +2x 3 = 4; c) x +x 2 +x 3 = 3, x +2x 2 +3x 3 = 6, x 2 +2x 3 = 3.

3 2. THREE TYPES OF SOLUTIONS AND EXAMPLES 3 We seek solution of these systems in R 3. It is not difficult to verify that system a) has no solution (subtracting the second equation from the sum of the first and the third equation, we get 0 = 2); system b) has only one solution, namely, (,,) (Cramme s rule applicable) and system c) has infinitely many solutions. Indeed, for any real number λ, the tuple (λ,3 2λ,λ) is a solution of system c). Since Crammer s rule is applicable when the number of unknowns and the number of equations are same, and the determinant of the coefficient matrix is nonzero, we require a method to deal with a system of linear equations. In fact, in general, we have three types of solution set to a system of linear equations; namely, an empty set, a singleton set or an infinite set (if the field is infinite). Here wewrite matrices A, X and B for each system of linear equations above. In a), A = 2 3, B = 3 6, X = x x 2 so that 0 2 x 3 (A B) = In b), A = 2 3, B = 3 6, X = x x 2 so that 2 4 x 3 (A B) = In c), A = 2 3, B = 3 6, X = x x 2 so that x 3 (A B) = If the coefficient matrix A belongs to M m n (F), then the column of unknowns has n components so that a solution of the system is an n-tuple which is geometrically a point in F n. In this case, column B of constants must have m components. If B is the zero column, then the system (namely, AX = 0) of linear equations is called a homogenous system. A system which is not homogenous is called a non-homogenous system. A homogeneous system always has a solution (namely, the zero column, i.e., x i = 0 for each i). When scalars are complex numbers geometric description of the solution set is not what we have when scalars are reals.

4 4 2. SYSTEM OF LINEAR EQUATIONS Warning: Before we write the matrix equation we should arrange the unknowns in the same order in every equation of the system. If an unkown is missing from an equation the corresponding coefficient is assumed to be zero. 3. Preliminaries related to Matrices Recall that the collection R of all the real numbers is not just a set. There are two binary operations (namely, addition and multiplications) along with certain nice properties (namely, commutativity, associativity, distributivity of multiplication over addition, difference of numbers and division by nonzero real numbers.) If you are used to the concept of a field then you may assume that F is an arbitrary field. Otherwise, FcanbeassumedtobeRorC(complexnumbers)orQ(rationalnumbers). However, mostly we will use R. We will not deal with the question of finding integer solutions of a system of linear equations. During the process of finding solution of a system of linear equations, we require to perform difference operation, division by nonzero number other than addition; so we always assume that the coefficients are from a field (you may assume F = R or C). To have a geometric idea we consider R as a straight line and R 2 as plane and R 3 as the (3-dimensional) space. If x = (x,x 2,...,x n ),ȳ = (y,y 2,...,y n ) R n and a R, define x+ȳ = (x +y,x 2 +y 2,...,x n +y n ) and a x = (ax,ax 2,...,ax n ). Recall that M m n (F) is the collection of all matrices having m rows and n columns with coefficients from F. Matrices A,B of same size can be added component-wise and the sum is denoted by A+B. Matrix A can be premultiplied to B if number of columns of A is equal to the number of rows of B; in fact, the coefficient in the i-th row and the j-th column of AB is given by n a ik b kj k= if (i,k)-th coefficient of A M m n (F) is a ik and (k,j)-th coefficient of B M n p is b kj, and AB M m p (F). Recall that addition of matrices is commutative, but multiplication is not. A matrix having equal number of rows and column is called a square matrix. Suppose A M m m is a square matrix. Then tr(a) is denotes the sum of the coefficient in the pricipal diagonal (top-left corner to the bottom-right corner); symbolically, tr(a) = m a i,i. (2.7) Definition of det(a) is by induction. If m = (i.e., A is an matrix), then det(a) = A. Induction hypothesis is that we know the definition for square matrices i=

5 4. ROW REDUCED ECHELON (RRE) MATRIX 5 of sizer n n for n m. Define for any j ( j m), det(a) = n a ij b ij (2.8) i= where b ij = ( ) i+j det(a i,j ) and A i,j is the matrix obtained from A by simply removing the i-th row and j-th column. Quantity det(a) is independent of choice of i in the definition. Since we assume readers to have studied the concept of determinant, we will not justify this statement. Another fact is that in the definition of determinant, role of i and j can be interchanged. For instance, a b det = ad bc c d det a, a,2 a,3 a2, a 2,2 a 2,3 a 3, a 3,2 a 3,3 ) a2,2 a = a, det( 2,3 a a 3,2 a,2 det 3,3 a2, a a,3 det 2,2 a 3, a 3,2 a2, a 2,3 + a 3, a 3,3 = a, (a 2,2 a 3,3 a 2,3 a 3,2 ) a,2 (a 2, a 3,3 a,3 a 3,2 )+ a,3 (a 2, a 3,2 a 2,2 a 3, ) Reader can try to verify the following identities: () tr(a+b) = tr(a)+trb; (2) tr(ab) = tr(ba); (3) det(ab) = deta detb. It is hard to verify the last identity. 4. Row Reduced Echelon (RRE) Matrix A matrix is called row reduced echelon (in short RRE) if the following properties hold: () Every zero row is below every nonzero row. (2) The leading coefficient of every nonzero row is. (3) A column which contains leading nonzero entry (which is ) of a row has all other coefficients equal to zero. (4) Suppose the matrix has r nonzero rows (and remaining m r rows are zero). If leading nonzero entry of i-th row ( i r) occurs in the k i -th column, then k < k 2 < < k r.

6 6 2. SYSTEM OF LINEAR EQUATIONS Consider the following matrices: a) is not RRE since it has a zero row 0 0 (namely, 2-nd row) preceding a nonzero row (namely, 3-rd row), b) is notrre since the second row is nonzero but its leading non zero entry is 2 ( ), c) 2 0 is not RRE since the leading nonzero coefficient of the second row is in the secondcolumn but the second column has another nonzero coefficien (in the first row), d) is not RRE since the leading nonzero coefficient of the third 0 0 row is in the third column and the third column has another nonzero coefficients, e) is RRE, f) is not RRE since in this there are two nonzero 0 0 rows (so that r = 2) and k = 2 and k 2 = violating k < k Preliminaries related to Equivalence Relation Goes to apprendix If a reader is aware of the concept of an equivalence relation on a set, then they can either skip this section or continue to read to revisit the same. Let A be a nonempty set. A subset R of A A (the two fold cartesian product of A) is called a relation on A. If (x,y) R, then we write xry and read it as x is related to y. For instance, < is a relation on R. We write x < y for x,y R if x is less than y. Define relation = n in Z: x = n y if n divides x y. () A relation R on A is called reflexive if xrx for every x A. E.g., Equality on C, on R, on R, = n on Z. (2) A relation R on A is called symmetric if xry yrx for any x,y A. E.g. Equality on C, on C, = n on Z. (3) A relation R is called transitive if xry,yrz = xrz for any x,y,z A. E.g., < on R, > on R, Equality on C, = n on Z. A relation on A which is reflexive, symmetric and transitive is called an equivalence relation on A. We are going to describe an equivalence relation (namely, equivalence) on M n (F), n n matrices with coefficients from F.

7 6. ELEMENTARY ROW OPERATIONS 7 6. Elementary row operations An elementary row operation is a map from M m n (F) to itself which is any one of the following three types: () Multiplying the i-th row by a nonzero scalar λ denoted by R i λr i. (2) Interchanging the i-th row and the j-th row denoted by R i R j. (3) For i j, replacing the i-th row by the sum of the i-th row and µ multiple of the j-th row denoted by R i R i +µr j. A row operation is a map from M m n (F) to itself which is a composition of finitely many elementary row operations. a b Example. Let A =. Then, for λ 0 in F, R c d λr produces λa λb c d, R c d R 2 produces and, for µ F, R a b R + µr 2 produces a+λc b+λd. c d Every elementary row operation is invertible. Indeed, () inverse of R i λr i is R i /λr i ; (2) inverse of R i R j is R i R j (self inverse, i.e., inverse of itself). (3) inverse of R i R i +µr j is R i R i µr j. Let ρ be an elementary row operation. Then we have det(a) 0 det(ρ(a)) 0. Indeed, if ρ is R i λr i, then det(ρ(a)) = λdet(a); if ρ is R i R j (i j), then det(ρ(a)) = deta; if ρ is R i R i +µr j (i j), then det(ρ(a)) = det(a). Proposition 6.. Denote an elementary row operation by ρ. If A M m n (R) then where I is the m m identity matrix. ρ(a) = ρ(i) A Thus, if you know the effect of ρ on the identity matrix, then you know its effect on A (namely, by simply premultiplying A by ρ(i)). Readers are suggested to verify this fact in each case. AsquarematrixE ofsizeniscalledanelementary matrixifthereisanelementary row operation ρ such that E = ρ(i n ), where I n is the identity matrix of size n. UsetheaboverulesuccessivelyonamatrixAandgetthefollowingtwostatements for finitely many elementary row operations ρ,ρ 2,...,ρ s (by induction): () (ρ s ρ 2 ρ )(A) = ρ s (I) ρ 2 (I)ρ (I)A. (2) (ρ s ρ 2 ρ )(A) = (ρ s ρ 2 ρ )(I)A.

8 8 2. SYSTEM OF LINEAR EQUATIONS 7. Row Equivalence and Row Equivalent Matrices A matrix A is said to be row equivalent to the matrix B if there are finitely many elementary row operations ρ,ρ 2,...,ρ s such that B = (ρ s ρ 2 ρ )(A). Proposition 7.. Row equivalence is an equivalence relation. () A is row equivalent to itself. Recall that the identity map is composition of two elementary row operations (for instance, composition of R i R j with itself) or R R. (2) A is row equivalent to B if and only if B is row equivalent to A. If B = (ρ s ρ 2 ρ )(A), then A = (ρ ρ s ρ s )(B) and inverse of an elementary row operation is an elementary row operation. (3) If A is row equivalent to B and B is row equivalent to C then A is row equivalenttoc. IfB = (ρ s ρ 2 ρ )(A)andC = (ρ s+t ρ s+2 ρ s+ )(B) then C = (ρ s+t ρ 2 ρ )(A). If A is row equivalent to B we will often write A B. Theorem 7.2. Every matrix is row equivalent to a unique row reduced echelon matrix. Corollary Every equivalence class of row equivalent matrices contains a unique row reduced echelon matrix. Proof. One write an algorithm to find the RRE row equivalent to the given matrix: Step : Appy interchange of rows to push down the zero rows to the end of the matrix so that no zero row is before a nonzero row. Step 2: Find the first nonzero column (from left) (suppose it is k ). Step 3: Again apply interchange of rows to push up a row whose leading nonzero coefficient occurs in the first nonzero column (i.e. in the k -th column), to the first row. Divide the first row by the leading nonzero coefficient so that the leading nonzero coefficient becomes. Step 4. Next apply apply R i R i µr for suitable values of i and µ so that the first nonzero column has nonzero coefficient only in the first row. Step5: Findthefirstnonzerocolumn(fromleft)whenweignorethefirstrow(suppose itisk 2 ). Applyinterchangeofrowstopushuparowwhoseleadingnonzerocoefficient occurs in column k 2, to the second row. Divide the second the second row by the leading nonzero coefficient. Step 6: Apply R i µr 2 for suitable values of i and µ so that k 2 column has nonzero coefficients only in the second row. Step 7: Find the first nonzero row when we ignore the first two rows. continue. When there is no nonzero rows left, stop. Reader can try to show that two distince RRE matrices cannot be row equivalent. This will prove uniqueness part of the statment.

9 8. APPLICATION-I OF ROW REDUCTION: INVERSE OF A MATRIX 9 The RRE matrix row equivalent to A is called row reduced echelon form of A Example 2. We find the RRE form of Apply R 3 R 4. Get Apply R R 2. Get /3 Next apply R /3R. Get Apply R 3 R 3 4R, get 0 0 /3 0 0 / /3. Appy R 2 /4R 2, get 0 0 / /3. Apply R 3 R R 2, get 0 0 / /6. Apply, R 3 6/R 3, get 0 0 / Apply R R R 3 and R 2 R 2 /4R 3 get , which is RRE. Remark. There are more than one ways of getting the row reduced echelon form of a matrix. 8. Application-I of Row Reduction: Inverse of a Matrix Algorithm to find the row reduced echelon form of a matrix, also determines whether a square matrix is invertible and if it is invertible, finds its inverse. Theorem 8.. () Suppose R is row reduced echelon and row equivalent to A. Then A is invertible if and only if R is invertible. (2) An n n RRE matrix is invertible if and only if it is the identity matrix I n. (3) Suppose (A I) is row equivalent to (R B) and R is row reduced echelon. Then A is invertible if and only if R = I and in this case B = A. Proof. Proofs of the first two statements are left to the reader. Suppose ρ is a composition of finitely many elementary row operations such that ρ(a) = R. Then

10 20 2. SYSTEM OF LINEAR EQUATIONS ρ(i) = B. Since R is an RRE, R and hence A is invertible if and only if R = I. Thus ρ(i) A = I so that A = ρ(i) = B. Example 3. Suppose A = 2. Apply elementary row operations on the 2 3 matrix (A I) to find (R B) where R is the RRE matrix row equivalent to A. Apply R 2 R 2 R and then R 3 R on and get Then apply R R R 2 and R 3 R 3 R and get Then apply R 3 /3R 3 and then R R R 3 and /2 /2 get Conclude that that A is invertible and A = /2 /2 2 /2 / /2 /2 9. Application-II of Row Reduction: Rank of a Matrix Suppose A is an n n matrix with coefficients from F. A matrix obtained from A by deleting certain numbers of rows and columns is called a submatrix of A. An integer r 0 but r n is called the rank of A if there is an invertible submatrix of A of size r r but there is no invertible submatrix of A of size (r +) (r +). If A is invertible A has full rank n. The rank of A is zero if and only if A = 0. The rank of a matrix can be found by using the process of row reduction. We record a theorem charcterizing the rank of a matrix whose proof involves only the concept of RRE matrix (or it follows in the section on row rank of Chaper 3). Theorem 9.. () If A and B are row equivalent, then they have the same rank. (2) If A is an RRE matrix, then the rank of A is the number of nonzero rows. (3) The rank of a matrix is the number of nonzero rows of the RRE form of the matrix.

11 0. APPLICATION-III OF ROW REDUCTION: SOLVING SYSTEMS OF EQUATIONS Example 4. The rank of is 3. The Rank of is two. Student must show that this matrix is row equivalent to which is row reduced echelon (so that the rank of the given matrix is 2). Remark 2. The rank of a matrix is a very important parameter. We will see its use in several places in the remainder of the book. 0. Application-III of Row Reduction: Solving Systems of Equations A homogeneous system of linear equations, AX = 0, always has a solution (for instance, x i = 0 i). Suppose we have the following system of linear equations: AX = B. Observe the following statements: Theorem 0.. If (A B) is row equivalent to (A B ), then the two systems AX = B and A X = B have the same solutions. Proof. Observe, ρ(pq) = ρ(i)(pq) = (ρ(i)p)q = ρ(p)q. Thus, we have AX = B if and only ρ(a)x = ρ(b) for any composition ρ of finitely many elementary row operations. Remark 3. If A is a row reduced echelon matrix then one can determine whether AX = B has a solution and when there is a solution, can find all solutions just by inspection. Theorem 0.2. The system of linear equations AX = B has a solution if and only if rank(a) = rank(a B). This system has a unique solution if and only if rank(a) is equal to the number of unknowns. Proof. By Theorem 0., we may assume, A is a row reduced echelon matrix. If the i-th row of A is zero but i-th row of B is nonzero (i.e., b i 0), then AX = B has no solution because the i-th equation of AX = B is 0 = b i which is absurd. Thus we have, rank(a) < rank(a B) = AX = B has no solution. Next suppose rank(a) = rank(a B). Assume that A has r nonzero rows and the leadingnonzerocoefficientofthei-throwisinthek i -thcolumn. Thenbyassumption, b i = 0 for i > r. Let S = {,2,...,n} \{k,k 2,...,k r }. Assign arbitrary values to each x i for i S and find x kj from j-th equation ( j r). Call x k,...x kr dependent unknowns and x i with i S as free unknowns or independent unknowns.

12 22 2. SYSTEM OF LINEAR EQUATIONS If rank(a) = number of unknowns, then there are no free unknowns so that AX = B has a unique solution. Conversely, assume that AX = B has a unique solution. In particular, there are no free unknowns. Thus, n r = 0 = r = n. Now we discuss the three system of equations in Section 2 of the Chapter. Example 5. In a), A = 2 3, B = 3 6, X = x x 2 and (A B) = 0 2 x Applyelementaryrowoperationson(A B)tofindtherowreducedechelonformofthe firstblock. (A B) R 2 R 2 R R R R 2,R 3 R 3 R Since the third row of the first block is zero but the third entry of the second column is nonzero the system has no solution. Example 6. In b), A = 2 3, B = 3 6, X = x x 2 and(a B) = 2 4 x In this case, (A B) R 2 R 2 R,R 3 R 3 R R R R R R +R 3,R 2 R 2 2R 3 Thus, r = 3 = n = m, k i = i for each i =,2,3 so that there is no independent unknown. In fact the solution is x = x 2 = x 3 = (unique).

13 0. APPLICATION-III OF ROW REDUCTION: SOLVING SYSTEMS OF EQUATIONS 23 Example 7. In c), A = 2 3, B = 3 6, X = x x 2 and x 3 (A B) = R 2 R 2 R R R R 2,R 3 R 3 R In this case, n = m = 3, r = 2, k =,k 2 = 2. Thus, x 3 is the independent unknown so assign any arbitrary value to it, say x 3 = λ. Then x λ = 0 and x 2 + 2λ = 3. Thus the general solution of the system is (λ,3 2λ,λ). Thus, there are infinitely many solutions. Example 8. Find λ R and µ R such that the following system of two equations in two unknowns has (i) a solution, and (ii) has a unique solution. x+λy =, 2x+y = µ. λ The augmented matrix of the system is. ApplyingR 2 µ 2 R 2 2R wehave λ. Thus, the system has no solution if 2λ = 0 and µ λ µ 2 In other words, the system is consistent (i.e., there is a solution) when either λ /2 or µ = 2. If λ /2, then there is no free unknown and hence there is a unique solution (for every µ R). Finally, when λ = /2 and µ = 2, the system has an infinitely many solution. Remark 4. If a linear system of equations has more than one solutions then it has infinitely many solutions. (However, this is not valid over a finite field.)

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

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

Math 240 Calculus III

Math 240 Calculus III The Calculus III Summer 2015, Session II Wednesday, July 8, 2015 Agenda 1. of the determinant 2. determinants 3. of determinants What is the determinant? Yesterday: Ax = b has a unique solution when A

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

Chapter 1: Systems of Linear Equations

Chapter 1: Systems of Linear Equations Chapter : Systems of Linear Equations February, 9 Systems of linear equations Linear systems Lecture A linear equation in variables x, x,, x n is an equation of the form a x + a x + + a n x n = b, where

More information

Matrices. In this chapter: matrices, determinants. inverse matrix

Matrices. In this chapter: matrices, determinants. inverse matrix Matrices In this chapter: matrices, determinants inverse matrix 1 1.1 Matrices A matrix is a retangular array of numbers. Rows: horizontal lines. A = a 11 a 12 a 13 a 21 a 22 a 23 a 31 a 32 a 33 a 41 a

More information

Matrices. Chapter Definitions and Notations

Matrices. Chapter Definitions and Notations Chapter 3 Matrices 3. Definitions and Notations Matrices are yet another mathematical object. Learning about matrices means learning what they are, how they are represented, the types of operations which

More information

Linear Algebra M1 - FIB. Contents: 5. Matrices, systems of linear equations and determinants 6. Vector space 7. Linear maps 8.

Linear Algebra M1 - FIB. Contents: 5. Matrices, systems of linear equations and determinants 6. Vector space 7. Linear maps 8. Linear Algebra M1 - FIB Contents: 5 Matrices, systems of linear equations and determinants 6 Vector space 7 Linear maps 8 Diagonalization Anna de Mier Montserrat Maureso Dept Matemàtica Aplicada II Translation:

More information

Notes on Row Reduction

Notes on Row Reduction Notes on Row Reduction Francis J. Narcowich Department of Mathematics Texas A&M University September The Row-Reduction Algorithm The row-reduced form of a matrix contains a great deal of information, both

More information

Relationships Between Planes

Relationships Between Planes Relationships Between Planes Definition: consistent (system of equations) A system of equations is consistent if there exists one (or more than one) solution that satisfies the system. System 1: {, System

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. 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

Graduate Mathematical Economics Lecture 1

Graduate Mathematical Economics Lecture 1 Graduate Mathematical Economics Lecture 1 Yu Ren WISE, Xiamen University September 23, 2012 Outline 1 2 Course Outline ematical techniques used in graduate level economics courses Mathematics for Economists

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

1 Matrices and Systems of Linear Equations. a 1n a 2n

1 Matrices and Systems of Linear Equations. a 1n a 2n March 31, 2013 16-1 16. Systems of Linear Equations 1 Matrices and Systems of Linear Equations An m n matrix is an array A = (a ij ) of the form a 11 a 21 a m1 a 1n a 2n... a mn where each a ij is a real

More information

MATH 213 Linear Algebra and ODEs Spring 2015 Study Sheet for Midterm Exam. Topics

MATH 213 Linear Algebra and ODEs Spring 2015 Study Sheet for Midterm Exam. Topics MATH 213 Linear Algebra and ODEs Spring 2015 Study Sheet for Midterm Exam This study sheet will not be allowed during the test Books and notes will not be allowed during the test Calculators and cell phones

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

Math 320, spring 2011 before the first midterm

Math 320, spring 2011 before the first midterm Math 320, spring 2011 before the first midterm Typical Exam Problems 1 Consider the linear system of equations 2x 1 + 3x 2 2x 3 + x 4 = y 1 x 1 + 3x 2 2x 3 + 2x 4 = y 2 x 1 + 2x 3 x 4 = y 3 where x 1,,

More information

Math Camp Lecture 4: Linear Algebra. Xiao Yu Wang. Aug 2010 MIT. Xiao Yu Wang (MIT) Math Camp /10 1 / 88

Math Camp Lecture 4: Linear Algebra. Xiao Yu Wang. Aug 2010 MIT. Xiao Yu Wang (MIT) Math Camp /10 1 / 88 Math Camp 2010 Lecture 4: Linear Algebra Xiao Yu Wang MIT Aug 2010 Xiao Yu Wang (MIT) Math Camp 2010 08/10 1 / 88 Linear Algebra Game Plan Vector Spaces Linear Transformations and Matrices Determinant

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

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

Matrices and Linear Algebra

Matrices and Linear Algebra Contents Quantitative methods for Economics and Business University of Ferrara Academic year 2017-2018 Contents 1 Basics 2 3 4 5 Contents 1 Basics 2 3 4 5 Contents 1 Basics 2 3 4 5 Contents 1 Basics 2

More information

Matrices and RRE Form

Matrices and RRE Form Matrices and RRE Form Notation R is the real numbers, C is the complex numbers (we will only consider complex numbers towards the end of the course) is read as an element of For instance, x R means that

More information

MATH 1210 Assignment 4 Solutions 16R-T1

MATH 1210 Assignment 4 Solutions 16R-T1 MATH 1210 Assignment 4 Solutions 16R-T1 Attempt all questions and show all your work. Due November 13, 2015. 1. Prove using mathematical induction that for any n 2, and collection of n m m matrices A 1,

More information

Undergraduate Mathematical Economics Lecture 1

Undergraduate Mathematical Economics Lecture 1 Undergraduate Mathematical Economics Lecture 1 Yu Ren WISE, Xiamen University September 15, 2014 Outline 1 Courses Description and Requirement 2 Course Outline ematical techniques used in economics courses

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

Topics. Vectors (column matrices): Vector addition and scalar multiplication The matrix of a linear function y Ax The elements of a matrix A : A ij

Topics. Vectors (column matrices): Vector addition and scalar multiplication The matrix of a linear function y Ax The elements of a matrix A : A ij Topics Vectors (column matrices): Vector addition and scalar multiplication The matrix of a linear function y Ax The elements of a matrix A : A ij or a ij lives in row i and column j Definition of a matrix

More information

MTH 102A - Linear Algebra II Semester

MTH 102A - Linear Algebra II Semester MTH 0A - Linear Algebra - 05-6-II Semester Arbind Kumar Lal P Field A field F is a set from which we choose our coefficients and scalars Expected properties are ) a+b and a b should be defined in it )

More information

MATH Topics in Applied Mathematics Lecture 12: Evaluation of determinants. Cross product.

MATH Topics in Applied Mathematics Lecture 12: Evaluation of determinants. Cross product. MATH 311-504 Topics in Applied Mathematics Lecture 12: Evaluation of determinants. Cross product. Determinant is a scalar assigned to each square matrix. Notation. The determinant of a matrix A = (a ij

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

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

Lecture Notes in Linear Algebra

Lecture Notes in Linear Algebra Lecture Notes in Linear Algebra Dr. Abdullah Al-Azemi Mathematics Department Kuwait University February 4, 2017 Contents 1 Linear Equations and Matrices 1 1.2 Matrices............................................

More information

Matrix Arithmetic. j=1

Matrix Arithmetic. j=1 An m n matrix is an array A = Matrix Arithmetic a 11 a 12 a 1n a 21 a 22 a 2n a m1 a m2 a mn of real numbers a ij An m n matrix has m rows and n columns a ij is the entry in the i-th row and j-th column

More information

A matrix is a rectangular array of. objects arranged in rows and columns. The objects are called the entries. is called the size of the matrix, and

A matrix is a rectangular array of. objects arranged in rows and columns. The objects are called the entries. is called the size of the matrix, and Section 5.5. Matrices and Vectors A matrix is a rectangular array of objects arranged in rows and columns. The objects are called the entries. A matrix with m rows and n columns is called an m n matrix.

More information

MATH 106 LINEAR ALGEBRA LECTURE NOTES

MATH 106 LINEAR ALGEBRA LECTURE NOTES MATH 6 LINEAR ALGEBRA LECTURE NOTES FALL - These Lecture Notes are not in a final form being still subject of improvement Contents Systems of linear equations and matrices 5 Introduction to systems of

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

A matrix is a rectangular array of. objects arranged in rows and columns. The objects are called the entries. is called the size of the matrix, and

A matrix is a rectangular array of. objects arranged in rows and columns. The objects are called the entries. is called the size of the matrix, and Section 5.5. Matrices and Vectors A matrix is a rectangular array of objects arranged in rows and columns. The objects are called the entries. A matrix with m rows and n columns is called an m n matrix.

More information

Lecture Summaries for Linear Algebra M51A

Lecture Summaries for Linear Algebra M51A These lecture summaries may also be viewed online by clicking the L icon at the top right of any lecture screen. Lecture Summaries for Linear Algebra M51A refers to the section in the textbook. Lecture

More information

2. Every linear system with the same number of equations as unknowns has a unique solution.

2. Every linear system with the same number of equations as unknowns has a unique solution. 1. For matrices A, B, C, A + B = A + C if and only if A = B. 2. Every linear system with the same number of equations as unknowns has a unique solution. 3. Every linear system with the same number of equations

More information

Definition 2.3. We define addition and multiplication of matrices as follows.

Definition 2.3. We define addition and multiplication of matrices as follows. 14 Chapter 2 Matrices In this chapter, we review matrix algebra from Linear Algebra I, consider row and column operations on matrices, and define the rank of a matrix. Along the way prove that the row

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

3 Matrix Algebra. 3.1 Operations on matrices

3 Matrix Algebra. 3.1 Operations on matrices 3 Matrix Algebra A matrix is a rectangular array of numbers; it is of size m n if it has m rows and n columns. A 1 n matrix is a row vector; an m 1 matrix is a column vector. For example: 1 5 3 5 3 5 8

More information

Determinants Chapter 3 of Lay

Determinants Chapter 3 of Lay Determinants Chapter of Lay Dr. Doreen De Leon Math 152, Fall 201 1 Introduction to Determinants Section.1 of Lay Given a square matrix A = [a ij, the determinant of A is denoted by det A or a 11 a 1j

More information

LINEAR ALGEBRA REVIEW

LINEAR ALGEBRA REVIEW LINEAR ALGEBRA REVIEW SPENCER BECKER-KAHN Basic Definitions Domain and Codomain. Let f : X Y be any function. This notation means that X is the domain of f and Y is the codomain of f. This means that for

More information

Introduction. Vectors and Matrices. Vectors [1] Vectors [2]

Introduction. Vectors and Matrices. Vectors [1] Vectors [2] Introduction Vectors and Matrices Dr. TGI Fernando 1 2 Data is frequently arranged in arrays, that is, sets whose elements are indexed by one or more subscripts. Vector - one dimensional array Matrix -

More information

EXERCISE SET 5.1. = (kx + kx + k, ky + ky + k ) = (kx + kx + 1, ky + ky + 1) = ((k + )x + 1, (k + )y + 1)

EXERCISE SET 5.1. = (kx + kx + k, ky + ky + k ) = (kx + kx + 1, ky + ky + 1) = ((k + )x + 1, (k + )y + 1) EXERCISE SET 5. 6. The pair (, 2) is in the set but the pair ( )(, 2) = (, 2) is not because the first component is negative; hence Axiom 6 fails. Axiom 5 also fails. 8. Axioms, 2, 3, 6, 9, and are easily

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

A FIRST COURSE IN LINEAR ALGEBRA. An Open Text by Ken Kuttler. Matrix Arithmetic

A FIRST COURSE IN LINEAR ALGEBRA. An Open Text by Ken Kuttler. Matrix Arithmetic A FIRST COURSE IN LINEAR ALGEBRA An Open Text by Ken Kuttler Matrix Arithmetic Lecture Notes by Karen Seyffarth Adapted by LYRYX SERVICE COURSE SOLUTION Attribution-NonCommercial-ShareAlike (CC BY-NC-SA)

More information

Chapter 5: Matrices. Daniel Chan. Semester UNSW. Daniel Chan (UNSW) Chapter 5: Matrices Semester / 33

Chapter 5: Matrices. Daniel Chan. Semester UNSW. Daniel Chan (UNSW) Chapter 5: Matrices Semester / 33 Chapter 5: Matrices Daniel Chan UNSW Semester 1 2018 Daniel Chan (UNSW) Chapter 5: Matrices Semester 1 2018 1 / 33 In this chapter Matrices were first introduced in the Chinese Nine Chapters on the Mathematical

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

Linear Algebra 1 Exam 1 Solutions 6/12/3

Linear Algebra 1 Exam 1 Solutions 6/12/3 Linear Algebra 1 Exam 1 Solutions 6/12/3 Question 1 Consider the linear system in the variables (x, y, z, t, u), given by the following matrix, in echelon form: 1 2 1 3 1 2 0 1 1 3 1 4 0 0 0 1 2 3 Reduce

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

Linear Algebra March 16, 2019

Linear Algebra March 16, 2019 Linear Algebra March 16, 2019 2 Contents 0.1 Notation................................ 4 1 Systems of linear equations, and matrices 5 1.1 Systems of linear equations..................... 5 1.2 Augmented

More information

Chapter 2:Determinants. Section 2.1: Determinants by cofactor expansion

Chapter 2:Determinants. Section 2.1: Determinants by cofactor expansion Chapter 2:Determinants Section 2.1: Determinants by cofactor expansion [ ] a b Recall: The 2 2 matrix is invertible if ad bc 0. The c d ([ ]) a b function f = ad bc is called the determinant and it associates

More information

1 Matrices and Systems of Linear Equations

1 Matrices and Systems of Linear Equations March 3, 203 6-6. Systems of Linear Equations Matrices and Systems of Linear Equations An m n matrix is an array A = a ij of the form a a n a 2 a 2n... a m a mn where each a ij is a real or complex number.

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

Math113: Linear Algebra. Beifang Chen

Math113: Linear Algebra. Beifang Chen Math3: Linear Algebra Beifang Chen Spring 26 Contents Systems of Linear Equations 3 Systems of Linear Equations 3 Linear Systems 3 2 Geometric Interpretation 3 3 Matrices of Linear Systems 4 4 Elementary

More information

Prelims Linear Algebra I Michaelmas Term 2014

Prelims Linear Algebra I Michaelmas Term 2014 Prelims Linear Algebra I Michaelmas Term 2014 1 Systems of linear equations and matrices Let m,n be positive integers. An m n matrix is a rectangular array, with nm numbers, arranged in m rows and n columns.

More information

Determinants - Uniqueness and Properties

Determinants - Uniqueness and Properties Determinants - Uniqueness and Properties 2-2-2008 In order to show that there s only one determinant function on M(n, R), I m going to derive another formula for the determinant It involves permutations

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

Linear Algebra II. 2 Matrices. Notes 2 21st October Matrix algebra

Linear Algebra II. 2 Matrices. Notes 2 21st October Matrix algebra MTH6140 Linear Algebra II Notes 2 21st October 2010 2 Matrices You have certainly seen matrices before; indeed, we met some in the first chapter of the notes Here we revise matrix algebra, consider row

More information

[ Here 21 is the dot product of (3, 1, 2, 5) with (2, 3, 1, 2), and 31 is the dot product of

[ Here 21 is the dot product of (3, 1, 2, 5) with (2, 3, 1, 2), and 31 is the dot product of . Matrices A matrix is any rectangular array of numbers. For example 3 5 6 4 8 3 3 is 3 4 matrix, i.e. a rectangular array of numbers with three rows four columns. We usually use capital letters for matrices,

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

MATH2210 Notebook 2 Spring 2018

MATH2210 Notebook 2 Spring 2018 MATH2210 Notebook 2 Spring 2018 prepared by Professor Jenny Baglivo c Copyright 2009 2018 by Jenny A. Baglivo. All Rights Reserved. 2 MATH2210 Notebook 2 3 2.1 Matrices and Their Operations................................

More information

and let s calculate the image of some vectors under the transformation T.

and let s calculate the image of some vectors under the transformation T. Chapter 5 Eigenvalues and Eigenvectors 5. Eigenvalues and Eigenvectors Let T : R n R n be a linear transformation. Then T can be represented by a matrix (the standard matrix), and we can write T ( v) =

More information

0 Sets and Induction. Sets

0 Sets and Induction. Sets 0 Sets and Induction Sets A set is an unordered collection of objects, called elements or members of the set. A set is said to contain its elements. We write a A to denote that a is an element of the set

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

Linear Algebra MAT 331. Wai Yan Pong

Linear Algebra MAT 331. Wai Yan Pong Linear Algebra MAT 33 Wai Yan Pong August 7, 8 Contents Linear Equations 4. Systems of Linear Equations..................... 4. Gauss-Jordan Elimination...................... 6 Linear Independence. Vector

More information

Introduction to Quantitative Techniques for MSc Programmes SCHOOL OF ECONOMICS, MATHEMATICS AND STATISTICS MALET STREET LONDON WC1E 7HX

Introduction to Quantitative Techniques for MSc Programmes SCHOOL OF ECONOMICS, MATHEMATICS AND STATISTICS MALET STREET LONDON WC1E 7HX Introduction to Quantitative Techniques for MSc Programmes SCHOOL OF ECONOMICS, MATHEMATICS AND STATISTICS MALET STREET LONDON WC1E 7HX September 2007 MSc Sep Intro QT 1 Who are these course for? The September

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

Foundations of Matrix Analysis

Foundations of Matrix Analysis 1 Foundations of Matrix Analysis In this chapter we recall the basic elements of linear algebra which will be employed in the remainder of the text For most of the proofs as well as for the details, the

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

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

Name: MATH 3195 :: Fall 2011 :: Exam 2. No document, no calculator, 1h00. Explanations and justifications are expected for full credit.

Name: MATH 3195 :: Fall 2011 :: Exam 2. No document, no calculator, 1h00. Explanations and justifications are expected for full credit. Name: MATH 3195 :: Fall 2011 :: Exam 2 No document, no calculator, 1h00. Explanations and justifications are expected for full credit. 1. ( 4 pts) Say which matrix is in row echelon form and which is not.

More information

ANALYTICAL MATHEMATICS FOR APPLICATIONS 2018 LECTURE NOTES 3

ANALYTICAL MATHEMATICS FOR APPLICATIONS 2018 LECTURE NOTES 3 ANALYTICAL MATHEMATICS FOR APPLICATIONS 2018 LECTURE NOTES 3 ISSUED 24 FEBRUARY 2018 1 Gaussian elimination Let A be an (m n)-matrix Consider the following row operations on A (1) Swap the positions any

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

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

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

EBG # 3 Using Gaussian Elimination (Echelon Form) Gaussian Elimination: 0s below the main diagonal

EBG # 3 Using Gaussian Elimination (Echelon Form) Gaussian Elimination: 0s below the main diagonal EBG # 3 Using Gaussian Elimination (Echelon Form) Gaussian Elimination: 0s below the main diagonal [ x y Augmented matrix: 1 1 17 4 2 48 (Replacement) Replace a row by the sum of itself and a multiple

More information

Algorithms to Compute Bases and the Rank of a Matrix

Algorithms to Compute Bases and the Rank of a Matrix Algorithms to Compute Bases and the Rank of a Matrix Subspaces associated to a matrix Suppose that A is an m n matrix The row space of A is the subspace of R n spanned by the rows of A The column space

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

Elementary Linear Algebra

Elementary Linear Algebra Matrices J MUSCAT Elementary Linear Algebra Matrices Definition Dr J Muscat 2002 A matrix is a rectangular array of numbers, arranged in rows and columns a a 2 a 3 a n a 2 a 22 a 23 a 2n A = a m a mn We

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

GEOMETRY OF MATRICES x 1

GEOMETRY OF MATRICES x 1 GEOMETRY OF MATRICES. SPACES OF VECTORS.. Definition of R n. The space R n consists of all column vectors with n components. The components are real numbers... Representation of Vectors in R n.... R. The

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

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

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

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

Linear Algebra and Matrix Inversion

Linear Algebra and Matrix Inversion Jim Lambers MAT 46/56 Spring Semester 29- Lecture 2 Notes These notes correspond to Section 63 in the text Linear Algebra and Matrix Inversion Vector Spaces and Linear Transformations Matrices are much

More information

Phys 201. Matrices and Determinants

Phys 201. Matrices and Determinants Phys 201 Matrices and Determinants 1 1.1 Matrices 1.2 Operations of matrices 1.3 Types of matrices 1.4 Properties of matrices 1.5 Determinants 1.6 Inverse of a 3 3 matrix 2 1.1 Matrices A 2 3 7 =! " 1

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

Matrices Gaussian elimination Determinants. Graphics 2009/2010, period 1. Lecture 4: matrices

Matrices Gaussian elimination Determinants. Graphics 2009/2010, period 1. Lecture 4: matrices Graphics 2009/2010, period 1 Lecture 4 Matrices m n matrices Matrices Definitions Diagonal, Identity, and zero matrices Addition Multiplication Transpose and inverse The system of m linear equations in

More information

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

Chapter 5. Linear Algebra. Sections A linear (algebraic) equation in. unknowns, x 1, x 2,..., x n, is. an equation of the form Chapter 5. Linear Algebra Sections 5.1 5.3 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

More information

Math Camp Notes: Linear Algebra I

Math Camp Notes: Linear Algebra I Math Camp Notes: Linear Algebra I Basic Matrix Operations and Properties Consider two n m matrices: a a m A = a n a nm Then the basic matrix operations are as follows: a + b a m + b m A + B = a n + b n

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

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

Section 1.1 System of Linear Equations. Dr. Abdulla Eid. College of Science. MATHS 211: Linear Algebra

Section 1.1 System of Linear Equations. Dr. Abdulla Eid. College of Science. MATHS 211: Linear Algebra Section 1.1 System of Linear Equations College of Science MATHS 211: Linear Algebra (University of Bahrain) Linear System 1 / 33 Goals:. 1 Define system of linear equations and their solutions. 2 To represent

More information

Matrix Algebra Determinant, Inverse matrix. Matrices. A. Fabretti. Mathematics 2 A.Y. 2015/2016. A. Fabretti Matrices

Matrix Algebra Determinant, Inverse matrix. Matrices. A. Fabretti. Mathematics 2 A.Y. 2015/2016. A. Fabretti Matrices Matrices A. Fabretti Mathematics 2 A.Y. 2015/2016 Table of contents Matrix Algebra Determinant Inverse Matrix Introduction A matrix is a rectangular array of numbers. The size of a matrix is indicated

More information

Quiz ) Locate your 1 st order neighbors. 1) Simplify. Name Hometown. Name Hometown. Name Hometown.

Quiz ) Locate your 1 st order neighbors. 1) Simplify. Name Hometown. Name Hometown. Name Hometown. Quiz 1) Simplify 9999 999 9999 998 9999 998 2) Locate your 1 st order neighbors Name Hometown Me Name Hometown Name Hometown Name Hometown Solving Linear Algebraic Equa3ons Basic Concepts Here only real

More information

1 Last time: determinants

1 Last time: determinants 1 Last time: determinants Let n be a positive integer If A is an n n matrix, then its determinant is the number det A = Π(X, A)( 1) inv(x) X S n where S n is the set of n n permutation matrices Π(X, A)

More information