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

Size: px
Start display at page:

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

Transcription

1 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 a n x n = b where x 1, x 2,... are unknowns (variables) and a 1, a 2,..., b are real constants. 1. 2x = 1 2. x + 2y = x + y z = 3 4. x 2 + y 2 = 1 5. y = cos( x) Definition: A solution of a linear equation is a sequence of numbers s 1,..., s n that satisfy the equation when we substitute x 1 = s 1, x 2 = s 2,..., x n = s n. 1

2 Definition: A system of linear equations (or linear system) is a finite set of linear equations in the variables x 1, x 2,..., x n. Definition: A sequence of numbers s 1,..., s n is a solution of the system if x 1 = s 1, x 2 = s 2,..., x n = s n is a solution of every equation in the system. Definition: The solution set of a linear system is the set of all possible solutions of that system. Definition: A linear system of equations that has at least one solution is called consistent. A linear system that has no solution is called inconsistent. Note: Every system of linear equations has no solutions, exactly one solution, or infinitely many solutions. 2

3 Notation: We can rewrite a linear system as a rectangular array of numbers. Definition: Two or more linear systems are equivalent systems if they have the same solution set. Idea for solving linear systems: replace given system of equations with an equivalent system that is easier to solve. Method 1: Substitution 3

4 Method 2: System reduction Method 3: Matrix row reduction 4

5 Definition: The steps we used in method 3 are called elementary row operations. Specifically, these operations are 1. Scaling (multiply all entries in a row by a nonzero constant) 2. Interchange (interchange two rows) 3. Replacement (add multiple of one row to another row) Example: Solve x 1 + x 3 = 0 2x 1 + x 2 x 3 = 1 x 2 + x 3 = 0 5

6 Section 1.2: Gaussian elimination Definition: A matrix is in row-echelon form if 1. The first nonzero number in the row (starting from the left) is a 1, called the leading 1. Note a row may consist entirely of 0s. 2. If any rows consist entirely of 0s, they are grouped at the bottom of the matrix. 3. For any two nonzero rows, the leading 1 of the lower row is further to the right than the leading 1 of the higher row. Definition: A matrix is in reduced row-echelon form if 1. It is in row-echelon form 2. Each column with a leading 1 has 0s everywhere else in that column Note: Every matrix has a unique reduced row-echelon form but does not have a unique row-echelon form (different elementary matrix operations can lead to different row-echelon forms). Why should we care? By reducing a matrix to a row-echelon of reduced row-echelon form, we make it easier to find a solution to a given system of equations. What kind of matrices are these?

7 Definition: Gaussian elimination is a method used to reduce an arbitrary matrix to row-echelon form. Definition: Gauss-Jordan elimination is a method used to reduce an arbitrary matrix to reduced row-echelon form. Method and example: Reduce the augmented matrix Step 1: locate left-most nonzero column Step 2: if necessary, interchange top row with another row to put a nonzero entry to the top of the column from step 1. Step 3: if the entry at the top of the column from step 1 is a, a 1, multiply the row by 1/a to get a leading 1. Step 4: add multiples of the top row to the rows below so all entries below 7

8 the leading 1 are 0. Step 5: cover top row (pretend it s not there) and repeat from step 1. Continue steps 1-5 until entire matrix is in row echelon form. 8

9 The procedure of steps 1-5 is Gaussian elimination. Adding one more step: Step 6: Beginning with the last nonzero row and working up, add multiples of each row to the row above to introduce 0s above the leading 1. The procedure of steps 1-6 is Gauss-Jordan elimination. We can use Gaussian or Gauss-Jordan elimination to find the solution set of a system of linear equations. Example: 9

10 Terminology: For a system of equations expresses in row-echelon or reduced row-echelon form, the variables corresponding to the leading 1s are called leading variables or pivots. Any variable without a corresponding leading 1 is called a free variable or parameter. Example: 10

11 Sometimes it s easier to use Gaussian elimination to get a row-echelon form then solve by back substitution to find the solution rather than continuing with Gauss-Jordan elimination (especially when solving by hand). Example: Solve 2x 1 4x 2 + 2x 3 = 8 x 1 2x 2 + 2x 3 = 6 x 2 + 6x 3 = 1 11

12 Definition: A system of linear equations is homogeneous if the constant terms are all zero. Homogeneous or not? x x 2 2x 3 = 0 811x 1 118x 2 + 0x 3 = 0 14x 2 + πx 3 = Note: All homogeneous linear systems are consistent since they all have at least the solution x 1 = 0, x 2 = 0,... which is called the trivial solution. If the system has any other solutions they are called nontrivial solutions (recall the example of the lines from earlier). Example: Solve the homogeneous linear system x 1 + x 2 2x 3 = 0 3x 1 + 2x 2 + 4x 3 = 0 4x 1 + 3x 2 + 2x 3 = 0 12

13 Note: Elementary row operations do not change the column of zeros so the corresponding equations to a reduced row-echelon form will also be homogeneous. Theorem 1.2.1: A homogeneous system of linear equations with more unknowns than equations has infinitely many solutions. In other words, if there are enough zero rows in the reduced row-echelon form to reduce the number of equations to less than the number of unknowns, or we start out with less equations than unknowns, the best we can do for a reduced row-echelon matrix looks like a 1 a b 1 b c 1 c d 1 d 2 0 Note: The applies only to homogeneous systems. 13

14 Section 1.3: Matrices and matrix operations Definition: A matrix is a rectangular array of numbers. The numbers in the array are called the entries in the matrix. Note: We ve been using matrices to represent systems of linear equations but matrices can be used to represent many different types of data. Definition: The size of a matrix is determined by the number of columns x number of rows it contains, so a matrix with m rows and n columns has size m n. An m 1 matrix is called a column matrix (or column vector) and a 1 n matrix is called a row matrix (or row vector). Notation: Capital letters are used to denote matrices (eg A) and lower case letters are used to denote entries. General entries often have numerical subscripts with the first number representing the row and the second number representing the column (eg a ij ). Row or column matrices are usually represented by a lower case letter with an arrow (eg r, the book represents them as bold letters). 14

15 Note: The letter is usually the same to denote the matrix and the entries. We often write (A) ij = a ij to denote an entry and A = [a ij ] to denote a matrix. Definition: A matrix with n rows and n columns is called a square matrix of order n. The main diagonal of a square matrix are the entries a 11, a 22,..., a nn. Example: Definition: Two matrices are equal if they have the same size and the corresponding entries are equal. Definition: If A and B are matrices of the same size, then the sum A+B is the matrix obtained by adding the entries of B to the corresponding entries of A. The difference A B is the matrix obtained by subtracting the entries of B from the corresponding entries of A. That is, (A + B) ij = (A) ij + (B) ij = a ij + b ij (A B) ij = (A) ij (B) ij = a ij b ij 15

16 Definition: If A is any matrix and c is any scalar (real or complex number), then the scalar product ca is the matrix obtained by multiplying each entry of the matrix A by c. That is, Example: (ca) ij = c(a) ij = ca ij Definition: A linear combination of matrices A 1, A 2,.., A n, all A i the same size, with coefficients c 1, c 2,.., c n, all c i scalars, is an expression of the form c 1 A 1 + c 2 A c n A n Example: Definition: If A is an m n matrix and B is an n p matrix, then the 16

17 product AB is the m p matrix obtained with the following entries (AB) ij = for i = 1,...,m, j = 1,...,n. Example: n n (A) ik (B) kj = a ik b kj k=1 k=1 17

18 Alternate Definition 1: If A is an m n matrix and B is an n p matrix, then the product AB has entries (AB) ij found by multiplying entries in the ith row of A with the corresponding entries in the jth column of B and then taking the sum of those products. Example: Note: For the product AB to be defined, the number of columns in A must be the same as the number of rows in B. The product has the same number of rows as A and the same number of columns as B. Example: Note: In general, AB BA! 18

19 Definition: Any matrix can be partitioned into smaller submatrices by inserting vertical/horizontal rules between columns/rows. Alternate Definition 2: If A is an m n matrix and B is an n p matrix, then the ith row matrix of the product AB = [ith row matrix of A]B and the jth column matrix of AB = A[jth column matrix of B]. Note: We can use this method to find particular row or column of AB without calculating the entire product. Now we can use matrix multiplication to rewrite our linear system of equations 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 n1 x 1 + a n2 x a nn x n = b n 19

20 So we compact the notation to write our system of equations as A x = b and the augmented matrix is the partitioned matrix [A b]. We will see much more about this later... Definition: If A is an m n matrix then the transpose of A, written A T, is the n m matrix obtained by interchanging the rows and columns of A. That is, (A T ) ij = (A) ji 20

21 Note: For a square matrix, the transpose can be obtained by interchanging entries symmetrically positioned across the main diagonal. Definition: If A is a square matrix of order n, the trace of A, written tr(a), is the sum of the entries on the main diagonal of A. That is,. n tr(a) = a 11 + a a nn = a kk k=1 21

22 Section 1.4: Inverses; Rules of matrix arithmetic Theorem 1.4.1: Assuming that the sizes of the matrices are such that the indicated operations can be performed, the following rules are valid. 1. A + B = B + A 2. A + (B + C) = (A + B) + C 3. A(BC) = (AB)C 4. A(B + C) = AB + AC 5. (A + B)C = AC + BC 6. A(B C) = AB AC 7. (A B)C = AC BC 8. a(b + C) = ab + ac 9. a(b C) = ab ac 10. (a + b)c = ac + bc 11. (a b)c = ac bc 12. a(bc) = (ab)c 13. a(bc) = (ab)c = B(aC) Proof: See the text for the general method for proving these rules. Note: Many (but not all!!) of the same properties of real numbers are also valid for matrices. 22

23 Definition: An m n matrix whose entries are all zero is called a zero matrix, denoted 0 or 0 m n. Theorem 1.4.2: Assuming that the sizes of the matrices are such that the indicated operations can be performed, the following rules are valid. 1. A + 0 = 0 + A = A 2. A A = A = A 4. A0 = 0; 0A = 0 Definition: A square matrix of order n whose entries are only 1 on the main diagonal and 0 everywhere else is called the identity matrix, denoted I or I n. Note: The identity matrix behaves like the number 1 when it multiplies another matrix. That is, if A is an m n matrix then I m A = A and AI n = A. Theorem 1.4.3: If R is the reduced row-echelon form of an n n matrix A, then either R has a row of zeros or R is the identity matrix I n. 23

24 Proof: See the text. Definition: If A is a square matrix of order n and there exists a matrix B of the same size such that AB = BA = I, then A is invertible and B is the inverse of A, denoted A 1. If no such matrix B can be found, then A is said to be singular. Theorem 1.4.4: If B and C are both inverses of the matrix A, then B = C. Note: This means that any invertible matrix A has only one inverse, so we can talk about the inverse of a matrix. [ ] a b Theorem 1.4.5: The matrix A = is invertible if ad bc 0, c d in which case the inverse is given by the formula Example: [ ] A 1 1 d b = ad bc c a 24

25 Theorem 1.4.6: If A and B are invertible matrices of the same size, then AB is invertible and Proof: (AB) 1 = B 1 A 1 Note: This can be extended to any number of factors: the product of any number of invertible matrices is invertible, and the inverse of the product is the product of the inverses in reverse order. That is, (A 1 A 2 A n ) 1 = A 1 n A 1 2 A 1 1 Definition: If A is a square matrix of order n, we define nonnegative integer powers of A to be A 0 = I A n = AA }{{ A}, (n > 0) n factors = (A 1 ) n A n = A} 1 A 1 {{ A 1 }, if A is invertible n factors Theorem 1.4.7: If A is a square matrix of order n, r,s are integers, then A r A s = A r+s, (A r ) s = A rs Theorem If A is an invertible matrix, then 1. A 1 is invertible and (A 1 ) 1 = A 2. A n is invertible and (A n ) 1 = (A 1 ) n for n = 0, 1, 2, For any nonzero scalar k, the matrix ka is invertible and (ka) 1 = 1 k A 1 25

26 then Proof: See text Definition: If A is a square matrix of order n and p(x) is the polynomial p(x) = a 0 + a 1 x + a n x n p(a) = a 0 I n + a 1 A + + a n A n. That is, p(a) is the n n matrix found by substituting A for x. Recall the transpose of a matrix... Theorem 1.4.9: Assuming that the sizes of the matrices are such that the indicated operations can be performed, the following rules are valid. 1. (A T ) T + A 2. (A + B) T = A T + B T and (A B) T = A T B T 3. (ka) T = ka T, k is a scalar 4. (AB) T = B T A T Proof: See text Note: Property 4 can be extended to the product of any number of matrices. That is, (A 1 A 2 A n ) T = A T n A T 2 A T 1. Note the similarity to the inverse of the product of matrices. Theorem : If A is an invertible matrix, then A T is also invertible and (A T ) 1 = (A 1 ) T. Proof: 26

27 Example: Section 1.5: Elementary matrices and a method for finding A 1 Definition: A square matrix of order n is an elementary matrix if it can be obtained from the identity matrix I n by performing a single elementary row operation. Theorem 1.5.1: If the elementary matrix E results from performing a specific row operation in I m. and if A is an m n matrix, then the product EA is the matrix that results from performing the same row operation in A. Note: This theorem is more of theoretical interest (and we will use it later in the course) and it is much easier to simply perform the row operation on A rather than computing the product. Theorem 1.5.2: Every elementary matrix is invertible and the inverse is also an elementary matrix. 27

28 Theorem 1.5.3: If A is an n n matrix, then the following are equivalent (that is, if we know one statement is true/false then the rest must be true/false) 1. A is invertible 2. A x = 0 has only the trivial solution 3. The reduced row echelon form of A is I n 4. A is expressible as a product of elementary matrices Proof: See text Definition: If a matrix B can be obtained from a matrix A by a finite sequence of elementary row operations (and conversely we can get A from B by applying the inverse row operations in reverse order) then A and B are row equivalent. Consequence of theorem 1.5.3: If A is an n n matrix and we can find a sequence of row operations to reduce it to I n (eg A and I n are row equivalent), then applying those same operations in the same order to I n will yield A 1. That is, to find A 1, we use the augment matrix [A I n ] and perform row operations until we get [I n A 1 ]. Example: 28

29 Note: If A is not invertible then it can t be reduced to I n by elementary row operations and must contain at least one row of zeros. If we are using the above method to find A 1 and we get a row of zeros on the left hand side of the augmented matrix, then we can stop since we know A is not invertible. Section 1.6: Further results on systems of equations and invertibility Theorem 1.6.2: If A is an invertible n n matrix, then for each n 1 matrix b, the system of equations A x = b has exactly one solution, Example: Solve x = A 1 b 2x 1 x 2 = 1 3x 1 + 2x 2 = 1 Note: This method for finding x only works when you have as many equations as unknowns and the coefficient matrix A is invertible. 29

30 Suppose you want to solve a sequence of systems A x = b 1, A x = b 2,...A x = b n with a common coefficient matrix A. If A is invertible, we can find A 1 then multiply by b i to find the solution x i. Or, we can use the augmented matrix [A b 1 b 1 b n ] then apply row operations to find the reduced row echelon form of A. the corresponding columns now have the solutions x 1, x 2,...x n. a) Example: Solve x 1 + x 2 = 1 x 1 + 2x 2 = 0 3x 1 + x 2 = 5 b) x 1 + x 2 = 2 x 1 + 2x 2 = 1 3x 1 + x 2 = 8 Note: This method works even when A is not invertible. 30

31 Theorem 1.6.3: Let A be a square matrix 1. If B is a square matrix satisfying BA = I, then B = A 1 2. If B is a square matrix satisfying AB = I, then B = A 1 Now we have two more statements about invertible matrices (see theorem 1.5.3): Theorem 1.6.4: If A is an n n matrix, then the following are equivalent (that is, if we know one statement is true/false then the rest must be true/false) 1. A is invertible 2. A x = 0 has only the trivial solution 3. The reduced row echelon form of A is I n 4. A is expressible as a product of elementary matrices 5. A x = b is consistent for every n 1 matrix b 6. A x = b has exactly one solution for every n 1 matrix b Proof: See text Theorem 1.6.5: Let A and B be square matrices of order n. If AB is invertible then A and B must also be invertible. We are often interested in determining the conditions under which a system of equations is consistent. That is, given an m n matrix A, find all m 1 matrices b such that A x = b is consistent. Example and method: Find conditions on b 1, b 2, and b 3 to ensure the following system of equations is consistent. x 1 x 2 2x 3 = b 1 2x 1 + x 3 = b 2 3x 1 + x 2 + 4x 3 = b 3 31

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

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

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

Math 313 Chapter 1 Review

Math 313 Chapter 1 Review Math 313 Chapter 1 Review Howard Anton, 9th Edition May 2010 Do NOT write on me! Contents 1 1.1 Introduction to Systems of Linear Equations 2 2 1.2 Gaussian Elimination 3 3 1.3 Matrices and Matrix Operations

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

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

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

Chapter Contents. A 1.6 Further Results on Systems of Equations and Invertibility 1.7 Diagonal, Triangular, and Symmetric Matrices

Chapter Contents. A 1.6 Further Results on Systems of Equations and Invertibility 1.7 Diagonal, Triangular, and Symmetric Matrices Chapter Contents. Introduction to System of Linear Equations. Gaussian Elimination.3 Matrices and Matri Operations.4 Inverses; Rules of Matri Arithmetic.5 Elementary Matrices and a Method for Finding A.6

More information

MAC Module 1 Systems of Linear Equations and Matrices I

MAC Module 1 Systems of Linear Equations and Matrices I MAC 2103 Module 1 Systems of Linear Equations and Matrices I 1 Learning Objectives Upon completing this module, you should be able to: 1. Represent a system of linear equations as an augmented matrix.

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

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

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

Section 9.2: Matrices.. a m1 a m2 a mn

Section 9.2: Matrices.. a m1 a m2 a mn Section 9.2: Matrices Definition: A matrix is a rectangular array of numbers: a 11 a 12 a 1n a 21 a 22 a 2n A =...... a m1 a m2 a mn In general, a ij denotes the (i, j) entry of A. That is, the entry in

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

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

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

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

Matrix operations Linear Algebra with Computer Science Application

Matrix operations Linear Algebra with Computer Science Application Linear Algebra with Computer Science Application February 14, 2018 1 Matrix operations 11 Matrix operations If A is an m n matrix that is, a matrix with m rows and n columns then the scalar entry in the

More information

MATRICES. a m,1 a m,n A =

MATRICES. a m,1 a m,n A = MATRICES Matrices are rectangular arrays of real or complex numbers With them, we define arithmetic operations that are generalizations of those for real and complex numbers The general form a matrix of

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

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

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

MAC Module 2 Systems of Linear Equations and Matrices II. Learning Objectives. Upon completing this module, you should be able to :

MAC Module 2 Systems of Linear Equations and Matrices II. Learning Objectives. Upon completing this module, you should be able to : MAC 0 Module Systems of Linear Equations and Matrices II Learning Objectives Upon completing this module, you should be able to :. Find the inverse of a square matrix.. Determine whether a matrix is invertible..

More information

Chapter 1 Matrices and Systems of Equations

Chapter 1 Matrices and Systems of Equations Chapter 1 Matrices and Systems of Equations System of Linear Equations 1. A linear equation in n unknowns is an equation of the form n i=1 a i x i = b where a 1,..., a n, b R and x 1,..., x n are variables.

More information

Section Gaussian Elimination

Section Gaussian Elimination Section. - Gaussian Elimination A matrix is said to be in row echelon form (REF) if it has the following properties:. The first nonzero entry in any row is a. We call this a leading one or pivot one..

More information

Extra Problems: Chapter 1

Extra Problems: Chapter 1 MA131 (Section 750002): Prepared by Asst.Prof.Dr.Archara Pacheenburawana 1 Extra Problems: Chapter 1 1. In each of the following answer true if the statement is always true and false otherwise in the space

More information

1300 Linear Algebra and Vector Geometry

1300 Linear Algebra and Vector Geometry 1300 Linear Algebra and Vector Geometry R. Craigen Office: MH 523 Email: craigenr@umanitoba.ca May-June 2017 Introduction: linear equations Read 1.1 (in the text that is!) Go to course, class webpages.

More information

Math 1314 Week #14 Notes

Math 1314 Week #14 Notes Math 3 Week # Notes Section 5.: A system of equations consists of two or more equations. A solution to a system of equations is a point that satisfies all the equations in the system. In this chapter,

More information

Matrices and Matrix Algebra.

Matrices and Matrix Algebra. Matrices and Matrix Algebra 3.1. Operations on Matrices Matrix Notation and Terminology Matrix: a rectangular array of numbers, called entries. A matrix with m rows and n columns m n A n n matrix : a square

More information

1300 Linear Algebra and Vector Geometry Week 2: Jan , Gauss-Jordan, homogeneous matrices, intro matrix arithmetic

1300 Linear Algebra and Vector Geometry Week 2: Jan , Gauss-Jordan, homogeneous matrices, intro matrix arithmetic 1300 Linear Algebra and Vector Geometry Week 2: Jan 14 18 1.2, 1.3... Gauss-Jordan, homogeneous matrices, intro matrix arithmetic R. Craigen Office: MH 523 Email: craigenr@umanitoba.ca Winter 2019 What

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

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

GAUSSIAN ELIMINATION AND LU DECOMPOSITION (SUPPLEMENT FOR MA511)

GAUSSIAN ELIMINATION AND LU DECOMPOSITION (SUPPLEMENT FOR MA511) GAUSSIAN ELIMINATION AND LU DECOMPOSITION (SUPPLEMENT FOR MA511) D. ARAPURA Gaussian elimination is the go to method for all basic linear classes including this one. We go summarize the main ideas. 1.

More information

Linear Equations in Linear Algebra

Linear Equations in Linear Algebra 1 Linear Equations in Linear Algebra 1.1 SYSTEMS OF LINEAR EQUATIONS LINEAR EQUATION x 1,, x n A linear equation in the variables equation that can be written in the form a 1 x 1 + a 2 x 2 + + a n x n

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

Inverting Matrices. 1 Properties of Transpose. 2 Matrix Algebra. P. Danziger 3.2, 3.3

Inverting Matrices. 1 Properties of Transpose. 2 Matrix Algebra. P. Danziger 3.2, 3.3 3., 3.3 Inverting Matrices P. Danziger 1 Properties of Transpose Transpose has higher precedence than multiplication and addition, so AB T A ( B T and A + B T A + ( B T As opposed to the bracketed expressions

More information

Elementary Row Operations on Matrices

Elementary Row Operations on Matrices King Saud University September 17, 018 Table of contents 1 Definition A real matrix is a rectangular array whose entries are real numbers. These numbers are organized on rows and columns. An m n matrix

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

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

Section 9.2: Matrices. Definition: A matrix A consists of a rectangular array of numbers, or elements, arranged in m rows and n columns.

Section 9.2: Matrices. Definition: A matrix A consists of a rectangular array of numbers, or elements, arranged in m rows and n columns. Section 9.2: Matrices Definition: A matrix A consists of a rectangular array of numbers, or elements, arranged in m rows and n columns. That is, a 11 a 12 a 1n a 21 a 22 a 2n A =...... a m1 a m2 a mn A

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

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

10. Linear Systems of ODEs, Matrix multiplication, superposition principle (parts of sections )

10. Linear Systems of ODEs, Matrix multiplication, superposition principle (parts of sections ) c Dr. Igor Zelenko, Fall 2017 1 10. Linear Systems of ODEs, Matrix multiplication, superposition principle (parts of sections 7.2-7.4) 1. When each of the functions F 1, F 2,..., F n in right-hand side

More information

MAC1105-College Algebra. Chapter 5-Systems of Equations & Matrices

MAC1105-College Algebra. Chapter 5-Systems of Equations & Matrices MAC05-College Algebra Chapter 5-Systems of Equations & Matrices 5. Systems of Equations in Two Variables Solving Systems of Two Linear Equations/ Two-Variable Linear Equations A system of equations is

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

3. Replace any row by the sum of that row and a constant multiple of any other row.

3. Replace any row by the sum of that row and a constant multiple of any other row. Section. Solution of Linear Systems by Gauss-Jordan Method A matrix is an ordered rectangular array of numbers, letters, symbols or algebraic expressions. A matrix with m rows and n columns has size or

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

Chapter 1. Vectors, Matrices, and Linear Spaces

Chapter 1. Vectors, Matrices, and Linear Spaces 1.4 Solving Systems of Linear Equations 1 Chapter 1. Vectors, Matrices, and Linear Spaces 1.4. Solving Systems of Linear Equations Note. We give an algorithm for solving a system of linear equations (called

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

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

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

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

Fall Inverse of a matrix. Institute: UC San Diego. Authors: Alexander Knop

Fall Inverse of a matrix. Institute: UC San Diego. Authors: Alexander Knop Fall 2017 Inverse of a matrix Authors: Alexander Knop Institute: UC San Diego Row-Column Rule If the product AB is defined, then the entry in row i and column j of AB is the sum of the products of corresponding

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

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

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

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

7.5 Operations with Matrices. Copyright Cengage Learning. All rights reserved.

7.5 Operations with Matrices. Copyright Cengage Learning. All rights reserved. 7.5 Operations with Matrices Copyright Cengage Learning. All rights reserved. What You Should Learn Decide whether two matrices are equal. Add and subtract matrices and multiply matrices by scalars. Multiply

More information

Linear Algebra. Solving Linear Systems. Copyright 2005, W.R. Winfrey

Linear Algebra. Solving Linear Systems. Copyright 2005, W.R. Winfrey Copyright 2005, W.R. Winfrey Topics Preliminaries Echelon Form of a Matrix Elementary Matrices; Finding A -1 Equivalent Matrices LU-Factorization Topics Preliminaries Echelon Form of a Matrix Elementary

More information

Lecture 12: Solving Systems of Linear Equations by Gaussian Elimination

Lecture 12: Solving Systems of Linear Equations by Gaussian Elimination Lecture 12: Solving Systems of Linear Equations by Gaussian Elimination Winfried Just, Ohio University September 22, 2017 Review: The coefficient matrix Consider a system of m linear equations in n variables.

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

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

is a 3 4 matrix. It has 3 rows and 4 columns. The first row is the horizontal row [ ]

is a 3 4 matrix. It has 3 rows and 4 columns. The first row is the horizontal row [ ] Matrices: Definition: An m n matrix, A m n is a rectangular array of numbers with m rows and n columns: a, a, a,n a, a, a,n A m,n =...... a m, a m, a m,n Each a i,j is the entry at the i th row, j th column.

More information

Linear Equations in Linear Algebra

Linear Equations in Linear Algebra 1 Linear Equations in Linear Algebra 1.7 LINEAR INDEPENDENCE LINEAR INDEPENDENCE Definition: An indexed set of vectors {v 1,, v p } in n is said to be linearly independent if the vector equation x x x

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

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

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

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

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

Linear equations in linear algebra

Linear equations in linear algebra Linear equations in linear algebra Samy Tindel Purdue University Differential equations and linear algebra - MA 262 Taken from Differential equations and linear algebra Pearson Collections Samy T. Linear

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

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

22A-2 SUMMER 2014 LECTURE 5

22A-2 SUMMER 2014 LECTURE 5 A- SUMMER 0 LECTURE 5 NATHANIEL GALLUP Agenda Elimination to the identity matrix Inverse matrices LU factorization Elimination to the identity matrix Previously, we have used elimination to get a system

More information

System of Linear Equations

System of Linear Equations Chapter 7 - S&B Gaussian and Gauss-Jordan Elimination We will study systems of linear equations by describing techniques for solving such systems. The preferred solution technique- Gaussian elimination-

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

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

PH1105 Lecture Notes on Linear Algebra.

PH1105 Lecture Notes on Linear Algebra. PH05 Lecture Notes on Linear Algebra Joe Ó hógáin E-mail: johog@mathstcdie Main Text: Calculus for the Life Sciences by Bittenger, Brand and Quintanilla Other Text: Linear Algebra by Anton and Rorres Matrices

More information

Prepared by: M. S. KumarSwamy, TGT(Maths) Page

Prepared by: M. S. KumarSwamy, TGT(Maths) Page Prepared by: M. S. KumarSwamy, TGT(Maths) Page - 50 - CHAPTER 3: MATRICES QUICK REVISION (Important Concepts & Formulae) MARKS WEIGHTAGE 03 marks Matrix A matrix is an ordered rectangular array of numbers

More information

1 Matrices and matrix algebra

1 Matrices and matrix algebra 1 Matrices and matrix algebra 1.1 Examples of matrices A matrix is a rectangular array of numbers and/or variables. For instance 4 2 0 3 1 A = 5 1.2 0.7 x 3 π 3 4 6 27 is a matrix with 3 rows and 5 columns

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 Tutorial for Math3315/CSE3365 Daniel R. Reynolds

Linear Algebra Tutorial for Math3315/CSE3365 Daniel R. Reynolds Linear Algebra Tutorial for Math3315/CSE3365 Daniel R. Reynolds These notes are meant to provide a brief introduction to the topics from Linear Algebra that will be useful in Math3315/CSE3365, Introduction

More information

Finite Math - J-term Section Systems of Linear Equations in Two Variables Example 1. Solve the system

Finite Math - J-term Section Systems of Linear Equations in Two Variables Example 1. Solve the system Finite Math - J-term 07 Lecture Notes - //07 Homework Section 4. - 9, 0, 5, 6, 9, 0,, 4, 6, 0, 50, 5, 54, 55, 56, 6, 65 Section 4. - Systems of Linear Equations in Two Variables Example. Solve the system

More information

Midterm 1 Review. Written by Victoria Kala SH 6432u Office Hours: R 12:30 1:30 pm Last updated 10/10/2015

Midterm 1 Review. Written by Victoria Kala SH 6432u Office Hours: R 12:30 1:30 pm Last updated 10/10/2015 Midterm 1 Review Written by Victoria Kala vtkala@math.ucsb.edu SH 6432u Office Hours: R 12:30 1:30 pm Last updated 10/10/2015 Summary This Midterm Review contains notes on sections 1.1 1.5 and 1.7 in your

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

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

Problem Sheet 1 with Solutions GRA 6035 Mathematics

Problem Sheet 1 with Solutions GRA 6035 Mathematics Problem Sheet 1 with Solutions GRA 6035 Mathematics BI Norwegian Business School 2 Problems 1. From linear system to augmented matrix Write down the coefficient matrix and the augmented matrix of the following

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

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 Equations and Matrix

Linear Equations and Matrix 1/60 Chia-Ping Chen Professor Department of Computer Science and Engineering National Sun Yat-sen University Linear Algebra Gaussian Elimination 2/60 Alpha Go Linear algebra begins with a system of linear

More information

Elementary Linear Algebra. Howard Anton & Chris Rorres

Elementary Linear Algebra. Howard Anton & Chris Rorres Elementary Linear Algebra Howard Anton & Chris Rorres 1.4 Inverses; Rules of Matrix Arithmetic Properties of Matrix Operations For real numbers a and b,we always have ab=ba, which is called the commutative

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

1 Multiply Eq. E i by λ 0: (λe i ) (E i ) 2 Multiply Eq. E j by λ and add to Eq. E i : (E i + λe j ) (E i )

1 Multiply Eq. E i by λ 0: (λe i ) (E i ) 2 Multiply Eq. E j by λ and add to Eq. E i : (E i + λe j ) (E i ) Direct Methods for Linear Systems Chapter Direct Methods for Solving Linear Systems Per-Olof Persson persson@berkeleyedu Department of Mathematics University of California, Berkeley Math 18A Numerical

More information

Review Let A, B, and C be matrices of the same size, and let r and s be scalars. Then

Review Let A, B, and C be matrices of the same size, and let r and s be scalars. Then 1 Sec 21 Matrix Operations Review Let A, B, and C be matrices of the same size, and let r and s be scalars Then (i) A + B = B + A (iv) r(a + B) = ra + rb (ii) (A + B) + C = A + (B + C) (v) (r + s)a = ra

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

MTH501- Linear Algebra MCQS MIDTERM EXAMINATION ~ LIBRIANSMINE ~

MTH501- Linear Algebra MCQS MIDTERM EXAMINATION ~ LIBRIANSMINE ~ MTH501- Linear Algebra MCQS MIDTERM EXAMINATION ~ LIBRIANSMINE ~ Question No: 1 (Marks: 1) If for a linear transformation the equation T(x) =0 has only the trivial solution then T is One-to-one Onto Question

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

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

MTH 464: Computational Linear Algebra

MTH 464: Computational Linear Algebra MTH 464: Computational Linear Algebra Lecture Outlines Exam 2 Material Prof. M. Beauregard Department of Mathematics & Statistics Stephen F. Austin State University February 6, 2018 Linear Algebra (MTH

More information

ELEMENTARY LINEAR ALGEBRA

ELEMENTARY LINEAR ALGEBRA ELEMENTARY LINEAR ALGEBRA K. R. MATTHEWS DEPARTMENT OF MATHEMATICS UNIVERSITY OF QUEENSLAND Corrected Version, 7th April 013 Comments to the author at keithmatt@gmail.com Chapter 1 LINEAR EQUATIONS 1.1

More information