The word Matrices is the plural of the word Matrix. A matrix is a rectangular arrangement (or array) of numbers called elements.

Size: px
Start display at page:

Download "The word Matrices is the plural of the word Matrix. A matrix is a rectangular arrangement (or array) of numbers called elements."

Transcription

1 Numeracy Matrices Definition The word Matrices is the plural of the word Matrix A matrix is a rectangular arrangement (or array) of numbers called elements A x 3 matrix can be represented as below Matrix A Column Column Column Row 3 Row A x 3 matrix has rows and 3 columns In many aspects of matrices the order is rows then columns More generally, the size or order of a matrix is written as m n, indicating it is a matrix of m rows by n columns In textbooks, there appears to be two methods of expressing each element in the matrix The first method uses letters of the alphabet; Matrix a b c A d e f The other method is to use a single letter Because this is Matrix A, the lower case a is used with a double subscript, written in general form as a i,j Matrix a a a A a a a,, 3,,, 3, Remember the order of the subscripts is row, column Centre for Teaching and Learning Academic Practice Academic Skills Digital Resources Page ctl@scueduau wwwscueduau/teachinglearning [last edited on 7 September 07]

2 Example: 3 0 The matrix A 8 3 has size 3 x The location of element 4 can be stated as a 33, The location of element -3 can be stated as a 4, Types of Matrices The purpose of this section is to introduce the reader to language that is often used in mathematics units containing matrices Row matrices A row matrix consists of only one row For example; [ ], [ 0 ] and [ ] 3 are row matrices Row matrices have the general size x n, containing elements a,j Column matrices A column matrix consists of only one column 0 For example; 4, and [ 3 ] are column matrices Column matrices have the general size m x, containing elements a i, Zero or Null matrix A m n 0 0 For example; [ 0 0 ], matrix containing elements of only 0 is called a zero or null matrix and [ 0 ] are zero or null matrices The zero or null matrix can be written as 0 The matrix 0 (written in bold) contains elements of 0 Page

3 Square matrix A square matrix has the same number of rows and columns Their size is expressed as m x m 0 For example; [ 4 ], 5 and are square matrices Diagonal matrix A property of a square matrix is the main diagonal 0 In the matrix A the main diagonal contains the elements 5 A diagonal matrix is a square matrix where elements off the main diagonal are zero Matrix A is not a diagonal matrix The matrix below is a diagonal matrix Matrix 0 0 B Identity matrix A square matrix that has a main diagonal containing all ones () with all other elements 0, is called an Identity matrix 0 0 The matrix A 0 0 is the matrix above would be more correctly written as I identity matrix The identity matrix is denoted using I, so this Page 3

4 Equal Matrices Two matrices are considered equal if they have the same size (or order) and corresponding elements are equal + 6 Matrix A 0 is equal to matrix corresponding elements are equal 3 B 0 4 because they have the same size (or order) and Matrix A is not equal to matrix B [ ] because they do not have the same size a Example: if b evaluate each pronumeral 5c 5 By equating corresponding cells, we know; a 4, b + 3 7, 5c5 b 4 c Transpose of a Matrix The transpose of a m nmatrix A is a n mmatrix denoted as the i th T column in matrix A T A The i th row in matrix A becomes The transpose of matrix first row in T A 5 A is 0 3 A T 0 5 3, that is, the first column in A become the It follows from this that ( A T ) T A Let s consider the transpose of the identity matrix 0 0 T I, then I 0 0 giving the conclusion I T I The identity matrix will be visited again later in this module Page 4

5 Scalar Multiplication A matrix can be multiplied by a number This number is called a scalar Scalar multiplication involves multiplying each element in the matrix by the scalar Example: Example: if matrix A, evaluate 3A A In general c ca, ca, ca 3, A ca ca ca,, 3, Matrix Addition and Subtraction Two or more matrices can be added or subtracted provided they are the same size Example: Given matrix 0 A 3 4, 0 B and C 3 4 It is possible to add and subtract A and B but C is a different size so addition or subtraction with A or B is not possible In the matrices, corresponding elements are added or subtracted A+ B A B Example: Given A , and B C Calculate; A B Page 5

6 Properties of Matrix Addition A + B B + A Commutative ( ) ( ) A+ B + C A + B + C Associative A A A Identity A A 0 These properties are similar to real number properties Video Matrices Scalar Multiplication Matrix Multiplication Matrix multiplication is very different to scalar multiplication With addition and subtraction, matrices had to be the same size With multiplication there is also a limitation on which matrices can be multiplied The condition that must be met is that the number of columns in the first matrix must be equal to the number of rows in the second Matrix A is a x 4 matrix (rows x column), Matrix B is a 4 x matrix, so these can be multiplied [ 3 0 ] A can multiply 4 5 B 3 0 Generalising: a matrix of size m x n can only multiply a matrix of size n x p The resulting matrix will have size m x p must be the same ( m n ) ( n p ) ( m p) gives the size of the resulting matrix Page 6

7 Example: 3 A B B is ( 3) ( 3 ) the resulting vector will be ( ) As A 3 a, a, a 3 0, a, The element a, is calculated using the first row of the first matrix multiplied by the first column of the second matrix ( ) + ( 5) + ( 3 3) The element a, is calculated using the first row of the first matrix multiplied by the second column of the second matrix ( ) + ( ) + ( 3 0) The element a, is calculated using the second row of the first matrix multiplied by the first column of the second matrix ( 0 ) + ( 5) + ( 4 3) The element a, is calculated using the second row of the first matrix multiplied by the first column of the second matrix Page 7

8 ( 0 ) + ( ) + ( 4 0) Example: 3 5 ( 3) + ( ) + ( 5 0) + ( ) ( 0 3) + ( ) + ( 0 0) + ( 3 ) 4 Example: The system of linear equations 4x+ y x y 3 has the solution x,y The coefficients can make a matrix 4 and the solutions form the matrix 4 Now multiply these two matrices together as 4 ( 4 ) + ( ) ( ) + ( ) 3, This matrix contains the constant values from the original equations More on this later Example: This example is multiplying a square matrix by an equal sized square matrix A B 3 ( 3 ) ( 5 ) ( 3 5) ( 5 3) ( ) + ( ) ( 5) + ( 3) In this example, the two matrices multiplied to give the Identity Matrix When two matrices multiply to give the identity matrix, then one matrix is called the inverse of the other Page 8

9 Example: In this example, the matrix A is multiplied by the identity matrix Square matrices 3 x 3 are used AI A 3 0 I ( ) + ( 0) + ( 4 0) ( 0) + ( ) + ( 4 0) ( 0) + ( 0) + ( 4 ) ( ) + ( 3 0) + ( 0 0) ( 0) + ( 3 ) + ( 0 0) ( 0) + ( 3 0) + ( 0 ) ( 0 ) + ( 0) + ( 5 0) ( 0 0) + ( ) + ( 5 0) ( 0 0) + ( 0) + ( 5 ) A This example demonstrates the general result that a matrix multiplied by the Identity matrix gives the original matrix as a result, or A I A Video Matrix Multiplication Page 9

10 Inverse Matrices In an earlier example, two matrices multiplied to give the Identity Matrix From the result above, it is possible to say that the inverse of is 5 3 is or the inverse of The inverse can only be found for square matrices because of the nature of Identity Matrices Finding the inverse matrix of a x matrix There are two methods for finding the inverse of a x matrix The first method requires knowledge of determinants If a matrix Example: a b A c d then the inverse of matrix A ( A ) 4 3 Find the inverse of A The value of det ( A) ad bc ( ) d b det ( A ) c a Where det ( A ) written as a b ad bc c d d b 3 A det ( A ) c a 4 Remembering that a matrix multiplied by its inverse should give the identity matrix, the inverse matrix can be checked AA The inverse of 3 3 ( 4 ) + ( 3 ) 4 ( 3 ) ( ) ( ) ( + + ) A is A The matrix is not always invertible We know that the inverse is found using d b A det ( A ) c a Page 0

11 If the value of det ( A ) is 0 then the fraction ( ) 0 det A or ad bc 0 det ( A) is undefined A matrix is not invertible when Another method used to calculate the inverse of a matrix is to use a partitioned matrix and through a process of row operations or row reductions The original partitioned matrix is the matrix A and the identity matrix Through the process of row operations, this is reduced to the identity matrix and the inverse matrix A I I A ie: [ ] Using the previous example The partitioned matrix becomes 4 3 A [ A I ] The three row operations that are possible are: Two rows can be interchanged A row can be multiplied by a non-zero constant 3 Multiply a row by a constant then add this to another row Overall, the end result of row reductions should give 0 or 0 I A???? Page

12 The first step is to obtain a for the element a This can be performed by dividing the, first row by 4 The next step is to get a 0 for the element a This is performed by multiplying row, 3 by, giving 0 and then adding this to Row Now the first column is finished The next step is to get a in cell a, and then use this to get a 0 for element a, Row is multiplied by Multiply Row by 3 / 4, giving 0 and add to Row Now this is in the form of I A, so 3 A This process is called the Gauss Jordan method Example: Find the inverse of 3 6 A 4 The value of det ( A) ad bc This matrix does not have an inverse Page

13 Example: 5 4 Find the inverse of A 4 3 The value of det ( A) ad bc using both methods d b A det ( A ) c a The first step is to obtain a for the element a, This can be performed by dividing the first row by 5 The next step is to get a 0 for the element, This is performed by multiplying row by -4, giving and then adding this to Row 5 5 The next step is to get a in cell a, and then use this to get a 0 for element a, Row is multiplied by -5 Multiply Row by - 4 / 5 and add to Row Now this is in the form of a I A, so 3 4 A 4 5 Page 3

14 Example: Find the inverse of A The value of det ( A) ad bc ( ) ( ) A using both methods d b det ( A ) c a The first step is to obtain a for the element a, This can be performed by dividing the first row by The next step is to get a 0 for the element a, There is already a 0, so no calculation is required The next step is to get a in cell a, and then use this to get a 0 for element a, Row is multiplied by - / 6 Multiply Row by - 9 / 4 and add to Row Now this is in the form of I A, so A 0 6 Video Inverse of a Matrix Page 4

15 Using Matrices to solve systems of linear equations Find the solution to the system of linear equations (previously mentioned) 4x+ y x y 3 From this system there are 3 matrices that can be formed The first matrix is formed from the coefficients of the variables The second matrix contains the unknown variables and the third matrix contains the constants 4 x A X B y 3 Which can be written as AX B The solution to the system of linear equations is X A B provided that A is invertible A Using the determinant method of finding inverses d b 5 5 det ( A ) c a ( 4 ) ( ) X X A B Another method is to set up an augmented coefficient matrix For the question above this would be; 4 3 Using row reduction, this is reduced to 0 0 x y Page 5

16 The first step is to obtain a for the element a, This can be performed by dividing the first row by 4 The next step is to get a 0 for the element a, Multiply Row by - and add to Row The next step is to get a in cell a, and then use this to get a 0 for element a, Row is multiplied by -4 / Multiply Row by - / 4 and add to Row Now this is in the form of [ ] I B, so B Example: Find the solution to the system of linear equations given below 6x+ 5y x+ y x The three matrices are: A X B y 3 The solution to the system of linear equations is X A B (A is invertible) d b X A B det ( A ) c a ( ) + ( 5 3) ( ) + ( 6 3) 7 0 Page 6

17 Example: The cost of a musical is $ for adults and $ for children 5 people made up of adults and children paid a total of $34 to attend the show From this information determine how many adults and how many children attended the show Let x be the number of adults and y be the number of children Then x+ y 5 and, based on the amount paid, x+ y 34 x+ y 5 x+ y 34 The three matrices are: x 5 A X B y 34 X A B (A is invertible) The solution to the system of linear equations is d b 5 X A B det ( A ) c a ( 5) + ( 34) ( 5) + ( 34) There were 6 adults and 9 children attending the show Page 7

18 Example: 9Ω i -i 3Ω i i V Ω Using Kirchhoff s Law and your knowledge of matrices, solve for i and i Moving clockwise around loop - 3i i 0 or i+ 3i Moving clockwise around loop - ( ) 9 i i 3i 0 or 9i i 0 The three matrices are: 3 i A X B 9 i 0 The values for i and i are d b X A B det ( A ) c a ( ) + ( 3 0) ( 9 ) + ( 0) and amperes, (approx 83 and amp) 7 7 Video Matrices System of Linear Equations Page 8

19 Activity The matrices below are used in the questions below: 3 A B [ 0 4] C [ 0] D E F 0 0 G H J State the size of each matrix Which of the matrices are row matrices? 3 Which of the matrices are column matrices? 4 Which of the matrices are zero matrices? 5 Which of the matrices are square matrices? 6 Which of the matrices is an identity matrix? 7 If a b c 0 d 0 0 determine the values of a, b, c and d 8 Determine T T T A, E and J 9 Compute the following using the matrices above; (i) 3E (ii) A + G (iii) G J 0 Perform the following multiplications if it is possible (i) GH (ii) GD (iii) AJ (iv) DG The solution to the system of linear equations below is x6 and y4 x+ y 0 x y Obtain the matrices A, X and B Verify that AXB You are told that the inverse of performing a multiplication is Confirm this is correct or otherwise by Page 9

20 3 Using the first method, find the inverse of each of the matrices below, if possible; (i) 3 (ii) 0 (iii) 4 4 Using the Gauss Jordan Method, find the inverse of each of the matrices below, if possible; (i) 4 (ii) 4 0 (iii) 5 Solve the system of linear equations below by using Matrices x 3y 4x+ 3y 9 6 Solve the system of linear equations below by using Matrices x 5y 8x 0y 4 7 Using the matrices given at the beginning, calculate the matrix A and J 8 In Algebra, the difference of squares identity is ( a b)( a+ b) a b 4 3 Using the Matrices P and Q 0 determine if the same relationship may exist for matrices, ie: ( P Q)( P+ Q) P Q Page 0

21 Answers to Activity questions The matrices below are used in the questions below: 3 A B [ 0 4] C [ 0] D E F 0 0 G H J State the size of each matrix A: B: 4 C: D: E:3 F:3 3 G: H: 3 J: Which of the matrices are row matrices? B, C 3 Which of the matrices are column matrices? C, D 4 Which of the matrices are zero matrices? C 5 Which of the matrices are square matrices? A, C, F, G, J 6 Which of the matrices is an identity matrix? F 7 If a b c 0 d 0 0 determine the values of a, b, c and d a, b + 3 b, 3c c 4, d 0 d 8 Determine T T T A, E and J T 3 A A T 3 0 E 0 E T 4 3 J J 3 Page

22 9 Compute the following using the matrices above; (i) 3E E (ii) A + G A+ G (iii) G J G J Perform the following multiplications if it is possible (i) GH GH ( 3) + ( 0 ) ( 0) + ( 0 ) ( ) + ( 0 5) ( 0 3) + ( 8 ) ( 0 0) + ( 8 ) ( 0 ) + ( 8 5) (ii) GD 0 ( ) + ( 0 6) GD ( 0 ) + ( 8 6 ) 48 (iii) AJ AJ ( 4) + ( 3) ( ) + ( ) ( 3 4) + ( 4 3) ( 3 ) + ( 4 ) (iv) DG this multiplication cannot be performed The solution to the system of linear equations below is x6 and y4 x+ y 0 x y Obtain the matrices A, X and B Verify that AXB 6 0 A X B AX B You are told that the inverse of 3 is 3 8 Confirm this is correct or otherwise by performing a multiplication I The matrices are inverses 3 Using the first method, find the inverse of each of the matrices below, if possible; Page

23 (i) (ii) 5 3 A det ( A) 4 0 A det ( A) 3 5 d b 3 5 c a 3 5 d b 4 c a 0 0 (iii) 6 4 det ( A ) ( ) ( 6 4) It is not possible to find the inverse 4 Using the Gauss Jordan Method, find the inverse of each of the matrices below, if possible; 5 (i) 4 The first step is to obtain a for the element a, This can be performed by dividing the first row by - The next step is to get a 0 for the element a, Multiply Row by - and add to Row The next step is to get a in cell a, and then use this to get a 0 for element a, As there is a already, nothing is required Multiply Row by 5 / and add to Row Now this is in the form of I A, so 5 A (ii) The first step is to obtain a for the element a, This can be performed by multiplying the first row by - The next step is to get a 0 for the element a, Multiply Row by -4 and add to Row The next step is to get a in cell a, and then use this to get a 0 for element a, Row is divided by Page 3

24 Multiply Row by -5 and add to Row Now this is in the form of I A, so A 5 0 (iii) 5 The first step is to obtain a for the element a, This can be performed by dividing the first row by The next step is to get a 0 for the element a, Multiply Row by and add to Row The next step is to get a in cell a, and then use this to get a 0 for element a, Row is multiplied by / Multiply Row by - 5 / and add to Row Now this is in the form of I A, so A Solve the system of linear equations below by using Matrices x 3y 4x+ 3y 9 3 x A X B 4 3 y 9 Page 4

25 X d b A B det ( A ) c a Solve the system of linear equations below by using Matrices x 5y 8x 0y 4 5 x A X B 8 0 y 4 det A no inverse can be found You will notice that one equation is a constant multiple of the ( ) 0 other Graphically they result in the same line Any solution from the line will solve both equations, so there are an infinite number of solutions 7 Using the matrices given at the beginning, calculate the matrix A and A 7 0 A A J J J In Algebra, the difference of squares identity is ( a b)( a+ b) a b 4 3 Using the Matrices P and Q 0 determine if the same relationship may exist for matrices, ie: ( P Q)( P+ Q) P Q J P Q P+ Q P Q P+ Q 0 0 ( )( ) P Page 5

26 3 3 Q P Q This shows that ( P Q)( P+ Q) P Q Page 6

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

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

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

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

7.6 The Inverse of a Square Matrix

7.6 The Inverse of a Square Matrix 7.6 The Inverse of a Square Matrix Copyright Cengage Learning. All rights reserved. What You Should Learn Verify that two matrices are inverses of each other. Use Gauss-Jordan elimination to find inverses

More information

Definition of Equality of Matrices. Example 1: Equality of Matrices. Consider the four matrices

Definition of Equality of Matrices. Example 1: Equality of Matrices. Consider the four matrices IT 131: Mathematics for Science Lecture Notes 3 Source: Larson, Edwards, Falvo (2009): Elementary Linear Algebra, Sixth Edition. Matrices 2.1 Operations with Matrices This section and the next introduce

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

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

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

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

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

n n matrices The system of m linear equations in n variables x 1, x 2,..., x n can be written as a matrix equation by Ax = b, or in full

n n matrices The system of m linear equations in n variables x 1, x 2,..., x n can be written as a matrix equation by Ax = b, or in full n n matrices Matrices Definitions Diagonal, Identity, and zero matrices Addition Multiplication Transpose and inverse The system of m linear equations in n variables x 1, x 2,..., x n a 11 x 1 + a 12 x

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

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 notation. A nm : n m : size of the matrix. m : no of columns, n: no of rows. Row matrix n=1 [b 1, b 2, b 3,. b m ] Column matrix m=1

Matrix notation. A nm : n m : size of the matrix. m : no of columns, n: no of rows. Row matrix n=1 [b 1, b 2, b 3,. b m ] Column matrix m=1 Matrix notation A nm : n m : size of the matrix m : no of columns, n: no of rows Row matrix n=1 [b 1, b 2, b 3,. b m ] Column matrix m=1 n = m square matrix Symmetric matrix Upper triangular matrix: matrix

More information

LINEAR SYSTEMS, MATRICES, AND VECTORS

LINEAR SYSTEMS, MATRICES, AND VECTORS ELEMENTARY LINEAR ALGEBRA WORKBOOK CREATED BY SHANNON MARTIN MYERS LINEAR SYSTEMS, MATRICES, AND VECTORS Now that I ve been teaching Linear Algebra for a few years, I thought it would be great to integrate

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

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

Introduction to Matrices

Introduction to Matrices 214 Analysis and Design of Feedback Control Systems Introduction to Matrices Derek Rowell October 2002 Modern system dynamics is based upon a matrix representation of the dynamic equations governing the

More information

MAC Module 3 Determinants. Learning Objectives. Upon completing this module, you should be able to:

MAC Module 3 Determinants. Learning Objectives. Upon completing this module, you should be able to: MAC 2 Module Determinants Learning Objectives Upon completing this module, you should be able to:. Determine the minor, cofactor, and adjoint of a matrix. 2. Evaluate the determinant of a matrix by cofactor

More information

4 Elementary matrices, continued

4 Elementary matrices, continued 4 Elementary matrices, continued We have identified 3 types of row operations and their corresponding elementary matrices. To repeat the recipe: These matrices are constructed by performing the given row

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

Review of Vectors and Matrices

Review of Vectors and Matrices A P P E N D I X D Review of Vectors and Matrices D. VECTORS D.. Definition of a Vector Let p, p, Á, p n be any n real numbers and P an ordered set of these real numbers that is, P = p, p, Á, p n Then P

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

MAC Learning Objectives. Learning Objectives (Cont.) Module 10 System of Equations and Inequalities II

MAC Learning Objectives. Learning Objectives (Cont.) Module 10 System of Equations and Inequalities II MAC 1140 Module 10 System of Equations and Inequalities II Learning Objectives Upon completing this module, you should be able to 1. represent systems of linear equations with matrices. 2. transform a

More information

MATRICES The numbers or letters in any given matrix are called its entries or elements

MATRICES The numbers or letters in any given matrix are called its entries or elements MATRICES A matrix is defined as a rectangular array of numbers. Examples are: 1 2 4 a b 1 4 5 A : B : C 0 1 3 c b 1 6 2 2 5 8 The numbers or letters in any given matrix are called its entries or elements

More information

Lesson 3. Inverse of Matrices by Determinants and Gauss-Jordan Method

Lesson 3. Inverse of Matrices by Determinants and Gauss-Jordan Method Module 1: Matrices and Linear Algebra Lesson 3 Inverse of Matrices by Determinants and Gauss-Jordan Method 3.1 Introduction In lecture 1 we have seen addition and multiplication of matrices. Here we shall

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

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

CHAPTER 8: Matrices and Determinants

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

More information

Algebra & Trig. I. For example, the system. x y 2 z. may be represented by the augmented matrix

Algebra & Trig. I. For example, the system. x y 2 z. may be represented by the augmented matrix Algebra & Trig. I 8.1 Matrix Solutions to Linear Systems A matrix is a rectangular array of elements. o An array is a systematic arrangement of numbers or symbols in rows and columns. Matrices (the plural

More information

Linear Algebra V = T = ( 4 3 ).

Linear Algebra V = T = ( 4 3 ). Linear Algebra Vectors A column vector is a list of numbers stored vertically The dimension of a column vector is the number of values in the vector W is a -dimensional column vector and V is a 5-dimensional

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

Mathematics SKE: STRAND J. UNIT J4 Matrices: Introduction

Mathematics SKE: STRAND J. UNIT J4 Matrices: Introduction UNIT : Learning objectives This unit introduces the important topic of matrix algebra. After completing Unit J4 you should be able to add and subtract matrices of the same dimensions (order) understand

More information

Pre-Calculus I. For example, the system. x y 2 z. may be represented by the augmented matrix

Pre-Calculus I. For example, the system. x y 2 z. may be represented by the augmented matrix Pre-Calculus I 8.1 Matrix Solutions to Linear Systems A matrix is a rectangular array of elements. o An array is a systematic arrangement of numbers or symbols in rows and columns. Matrices (the plural

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

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

4 Elementary matrices, continued

4 Elementary matrices, continued 4 Elementary matrices, continued We have identified 3 types of row operations and their corresponding elementary matrices. If you check the previous examples, you ll find that these matrices are constructed

More information

Matrix Algebra. Learning Objectives. Size of Matrix

Matrix Algebra. Learning Objectives. Size of Matrix Matrix Algebra 1 Learning Objectives 1. Find the sum and difference of two matrices 2. Find scalar multiples of a matrix 3. Find the product of two matrices 4. Find the inverse of a matrix 5. Solve a system

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

2.1 Matrices. 3 5 Solve for the variables in the following matrix equation.

2.1 Matrices. 3 5 Solve for the variables in the following matrix equation. 2.1 Matrices Reminder: A matrix with m rows and n columns has size m x n. (This is also sometimes referred to as the order of the matrix.) The entry in the ith row and jth column of a matrix A is denoted

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

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

Calculus II - Basic Matrix Operations

Calculus II - Basic Matrix Operations Calculus II - Basic Matrix Operations Ryan C Daileda Terminology A matrix is a rectangular array of numbers, for example 7,, 7 7 9, or / / /4 / / /4 / / /4 / /6 The numbers in any matrix are called its

More information

7.4. The Inverse of a Matrix. Introduction. Prerequisites. Learning Outcomes

7.4. The Inverse of a Matrix. Introduction. Prerequisites. Learning Outcomes The Inverse of a Matrix 7.4 Introduction In number arithmetic every number a 0has a reciprocal b written as a or such that a ba = ab =. Similarly a square matrix A may have an inverse B = A where AB =

More information

Arrays: Vectors and Matrices

Arrays: Vectors and Matrices Arrays: Vectors and Matrices Vectors Vectors are an efficient notational method for representing lists of numbers. They are equivalent to the arrays in the programming language "C. A typical vector might

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

[ 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

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

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

More information

Linear Algebra review Powers of a diagonalizable matrix Spectral decomposition

Linear Algebra review Powers of a diagonalizable matrix Spectral decomposition Linear Algebra review Powers of a diagonalizable matrix Spectral decomposition Prof. Tesler Math 283 Fall 2018 Also see the separate version of this with Matlab and R commands. Prof. Tesler Diagonalizing

More information

Linear Algebra review Powers of a diagonalizable matrix Spectral decomposition

Linear Algebra review Powers of a diagonalizable matrix Spectral decomposition Linear Algebra review Powers of a diagonalizable matrix Spectral decomposition Prof. Tesler Math 283 Fall 2016 Also see the separate version of this with Matlab and R commands. Prof. Tesler Diagonalizing

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

Review of Linear Algebra

Review of Linear Algebra Review of Linear Algebra Definitions An m n (read "m by n") matrix, is a rectangular array of entries, where m is the number of rows and n the number of columns. 2 Definitions (Con t) A is square if m=

More information

Matrices BUSINESS MATHEMATICS

Matrices BUSINESS MATHEMATICS Matrices BUSINESS MATHEMATICS 1 CONTENTS Matrices Special matrices Operations with matrices Matrix multipication More operations with matrices Matrix transposition Symmetric matrices Old exam question

More information

a11 a A = : a 21 a 22

a11 a A = : a 21 a 22 Matrices The study of linear systems is facilitated by introducing matrices. Matrix theory provides a convenient language and notation to express many of the ideas concisely, and complicated formulas are

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

Lecture 7: Vectors and Matrices II Introduction to Matrices (See Sections, 3.3, 3.6, 3.7 and 3.9 in Boas)

Lecture 7: Vectors and Matrices II Introduction to Matrices (See Sections, 3.3, 3.6, 3.7 and 3.9 in Boas) Lecture 7: Vectors and Matrices II Introduction to Matrices (See Sections 3.3 3.6 3.7 and 3.9 in Boas) Here we will continue our discussion of vectors and their transformations. In Lecture 6 we gained

More information

Recall, we solved the system below in a previous section. Here, we learn another method. x + 4y = 14 5x + 3y = 2

Recall, we solved the system below in a previous section. Here, we learn another method. x + 4y = 14 5x + 3y = 2 We will learn how to use a matrix to solve a system of equations. College algebra Class notes Matrices and Systems of Equations (section 6.) Recall, we solved the system below in a previous section. Here,

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

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

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

CLASS 12 ALGEBRA OF MATRICES

CLASS 12 ALGEBRA OF MATRICES CLASS 12 ALGEBRA OF MATRICES Deepak Sir 9811291604 SHRI SAI MASTERS TUITION CENTER CLASS 12 A matrix is an ordered rectangular array of numbers or functions. The numbers or functions are called the elements

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

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

Review from Bootcamp: Linear Algebra

Review from Bootcamp: Linear Algebra Review from Bootcamp: Linear Algebra D. Alex Hughes October 27, 2014 1 Properties of Estimators 2 Linear Algebra Addition and Subtraction Transpose Multiplication Cross Product Trace 3 Special Matrices

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

CS100: DISCRETE STRUCTURES. Lecture 3 Matrices Ch 3 Pages:

CS100: DISCRETE STRUCTURES. Lecture 3 Matrices Ch 3 Pages: CS100: DISCRETE STRUCTURES Lecture 3 Matrices Ch 3 Pages: 246-262 Matrices 2 Introduction DEFINITION 1: A matrix is a rectangular array of numbers. A matrix with m rows and n columns is called an m x n

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

Appendix C Vector and matrix algebra

Appendix C Vector and matrix algebra Appendix C Vector and matrix algebra Concepts Scalars Vectors, rows and columns, matrices Adding and subtracting vectors and matrices Multiplying them by scalars Products of vectors and matrices, scalar

More information

Matrix Basic Concepts

Matrix Basic Concepts Matrix Basic Concepts Topics: What is a matrix? Matrix terminology Elements or entries Diagonal entries Address/location of entries Rows and columns Size of a matrix A column matrix; vectors Special types

More information

Presentation by: H. Sarper. Chapter 2 - Learning Objectives

Presentation by: H. Sarper. Chapter 2 - Learning Objectives Chapter Basic Linear lgebra to accompany Introduction to Mathematical Programming Operations Research, Volume, th edition, by Wayne L. Winston and Munirpallam Venkataramanan Presentation by: H. Sarper

More information

Linear Algebra I Lecture 8

Linear Algebra I Lecture 8 Linear Algebra I Lecture 8 Xi Chen 1 1 University of Alberta January 25, 2019 Outline 1 2 Gauss-Jordan Elimination Given a system of linear equations f 1 (x 1, x 2,..., x n ) = 0 f 2 (x 1, x 2,..., x n

More information

1 4 3 A Scalar Multiplication

1 4 3 A Scalar Multiplication 1 Matrices A matrix is a rectangular array of variables or constants in horizontal rows and vertical columns, usually enclosed in brackets. In a matrix, the numbers or data are organized so that each position

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

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

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

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

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

More information

MATH 2331 Linear Algebra. Section 2.1 Matrix Operations. Definition: A : m n, B : n p. Example: Compute AB, if possible.

MATH 2331 Linear Algebra. Section 2.1 Matrix Operations. Definition: A : m n, B : n p. Example: Compute AB, if possible. MATH 2331 Linear Algebra Section 2.1 Matrix Operations Definition: A : m n, B : n p ( 1 2 p ) ( 1 2 p ) AB = A b b b = Ab Ab Ab Example: Compute AB, if possible. 1 Row-column rule: i-j-th entry of AB:

More information

Elementary matrices, continued. To summarize, we have identified 3 types of row operations and their corresponding

Elementary matrices, continued. To summarize, we have identified 3 types of row operations and their corresponding Elementary matrices, continued To summarize, we have identified 3 types of row operations and their corresponding elementary matrices. If you check the previous examples, you ll find that these matrices

More information

OR MSc Maths Revision Course

OR MSc Maths Revision Course OR MSc Maths Revision Course Tom Byrne School of Mathematics University of Edinburgh t.m.byrne@sms.ed.ac.uk 15 September 2017 General Information Today JCMB Lecture Theatre A, 09:30-12:30 Mathematics revision

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

CS123 INTRODUCTION TO COMPUTER GRAPHICS. Linear Algebra 1/33

CS123 INTRODUCTION TO COMPUTER GRAPHICS. Linear Algebra 1/33 Linear Algebra 1/33 Vectors A vector is a magnitude and a direction Magnitude = v Direction Also known as norm, length Represented by unit vectors (vectors with a length of 1 that point along distinct

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

If A is a 4 6 matrix and B is a 6 3 matrix then the dimension of AB is A. 4 6 B. 6 6 C. 4 3 D. 3 4 E. Undefined

If A is a 4 6 matrix and B is a 6 3 matrix then the dimension of AB is A. 4 6 B. 6 6 C. 4 3 D. 3 4 E. Undefined Question 1 If A is a 4 6 matrix and B is a 6 3 matrix then the dimension of AB is A. 4 6 B. 6 6 C. 4 3 D. 3 4 E. Undefined Quang T. Bach Math 18 October 18, 2017 1 / 17 Question 2 1 2 Let A = 3 4 1 2 3

More information

LS.1 Review of Linear Algebra

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

More information

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

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

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

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

More information

CHAPTER 6. Direct Methods for Solving Linear Systems

CHAPTER 6. Direct Methods for Solving Linear Systems CHAPTER 6 Direct Methods for Solving Linear Systems. Introduction A direct method for approximating the solution of a system of n linear equations in n unknowns is one that gives the exact solution to

More information

Lesson U2.1 Study Guide

Lesson U2.1 Study Guide Lesson U2.1 Study Guide Sunday, June 3, 2018 2:05 PM Matrix operations, The Inverse of a Matrix and Matrix Factorization Reading: Lay, Sections 2.1, 2.2, 2.3 and 2.5 (about 24 pages). MyMathLab: Lesson

More information

7.3. Determinants. Introduction. Prerequisites. Learning Outcomes

7.3. Determinants. Introduction. Prerequisites. Learning Outcomes Determinants 7.3 Introduction Among other uses, determinants allow us to determine whether a system of linear equations has a unique solution or not. The evaluation of a determinant is a key skill in engineering

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

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

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

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

Review of linear algebra

Review of linear algebra Review of linear algebra 1 Vectors and matrices We will just touch very briefly on certain aspects of linear algebra, most of which should be familiar. Recall that we deal with vectors, i.e. elements of

More information

Getting Started with Communications Engineering. Rows first, columns second. Remember that. R then C. 1

Getting Started with Communications Engineering. Rows first, columns second. Remember that. R then C. 1 1 Rows first, columns second. Remember that. R then C. 1 A matrix is a set of real or complex numbers arranged in a rectangular array. They can be any size and shape (provided they are rectangular). A

More information

The matrix will only be consistent if the last entry of row three is 0, meaning 2b 3 + b 2 b 1 = 0.

The matrix will only be consistent if the last entry of row three is 0, meaning 2b 3 + b 2 b 1 = 0. ) Find all solutions of the linear system. Express the answer in vector form. x + 2x + x + x 5 = 2 2x 2 + 2x + 2x + x 5 = 8 x + 2x + x + 9x 5 = 2 2 Solution: Reduce the augmented matrix [ 2 2 2 8 ] to

More information