Algebra II Notes Unit Four: Matrices and Determinants

Size: px
Start display at page:

Download "Algebra II Notes Unit Four: Matrices and Determinants"

Transcription

1 Syllabus Objectives: 4. The student will organize data using matrices. 4.2 The student will simplify matrix expressions using the properties of matrices. Matrix: a rectangular arrangement of numbers (called entries) in rows and columns. Plural of matrix: matrices Dimensions (Order) of a Matrix: Number of Rows (by) Number of Columns Square Matrix: a matrix with the same number of rows and columns Organizing Data in a Matrix Ex: Store A sells 550 DVDs, 420 video games, and 90 CDs on average every week. Store B sells 405 DVDs, 300 video games, and 00 CDs on average every week. Use a matrix to organize this information. State the dimensions of this matrix. DVDs VGs CDs Solution: Store A The dimensions (order) of the matrix: 2 3 Store B Adding & Subtracting Matrices: In order to add or subtract matrices, the dimensions must be the same. Ex: Add the matrices: [ 4 3 ] + [ 8 5]. Step One: Determine if the matrices can be added by checking the dimensions. The matrices both have dimensions 3, so they can be added. Step Two: Add the corresponding entries. The sum of the matrices will have the same dimensions as the original matrices. [ 4 3 ] + [ 8 5] = [ ] = [ 2 4 4] Ex: Subtract the matrices: Step One: Determine if the matrices can be added by checking the dimensions. The matrices both have dimensions 2 3, so they can be subtracted Step Two: Change to an addition problem (add the opposite) Step Three: Add the matrices = Page of 3

2 Scalar: another name for a real number Scalar Multiplication Ex: Find the product Multiply every entry in the matrix by the scalar = Equal Matrices: two matrices are equal if their dimensions are the same, and all of the corresponding entries are equal. Ex: Solve the equation for x and y. 4 2x = 8 5y Step One: Add the matrices on the left side of the equation x+ 9 2x+ = 8+ 5y y 3 Step Two: Set the corresponding entries equal to each other and solve for the variables. 2x + = y = 2 2x = 2 5y = 20 x = 6 y = 4 You Try: Perform the indicated operations QOD: Is matrix addition commutative? Explain your answer. Page 2 of 3

3 Syllabus Objective: 4.2 The student will simplify matrix expressions using the properties of matrices. Matrix Multiplication: In order to multiply matrices, the number of columns in the first matrix must equal the number of rows in the second matrix. The product matrix will have the same number of rows of the first matrix and the same number of columns of the second matrix. Let A be an m nmatrix, and B be an n pmatrix. The product A B exists, and will have the dimensions m p. Ex: Find the product AB (if possible). 2 3 A = B = 3 6 Step One: Determine if the product exists. If it does, find its dimensions. Matrix A is a 3 2 matrix. Matrix B is a 2 2 matrix. The number of columns in matrix A equals the number of rows in matrix B. Therefore, the product exists and will be a 3 2matrix. Step Two: Multiply each entry in the rows of matrix A to each entry in the columns of matrix B. Then find the sum of these products. ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) = Ex: Find the product BA (if possible) of the matrices from the previous example. Step One: Determine if the product exists. If it does, find its dimensions. Matrix B is a 2 2 matrix. Matrix A is a 3 2 matrix. The number of columns in Matrix B does not equal the number of rows in matrix A. Therefore, the product BA does not exist. Page 3 of 3

4 Ex: Find the product AC if A = and 6 C = 8 2 (if possible). Matrix A is a 4 3 matrix. Matrix C is a 3 matrix. The number of columns in matrix A equals the number of rows in matrix C. Therefore, the product AC exists, and has the dimensions 4. ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) AC = = = Application Problem Multiplying Matrices Ex: A school is selling tickets to a school play. They sell tickets for $5 for balcony seating and $7 for floor seating. The school sells 60 balcony seats and 25 floor seats to parents and relatives. They also sell 40 balcony seats and 50 floor seats to students. Set up the school s profit as a product of two matrices. Seat Matrix Ticket Price Matrix = Profit Seat Matrix: Non-Student Tickets Student Tickets Ticket Price Matrix: Balcony Price 5 Floor Price 7 Multiply the matrices: ( ) + ( ) ( ) + ( ) Non-Student Profit = = Student Profit 550 You Try: Find the product CA using the matrices 5 6 A = 4 and 4 3 C = QOD: Is matrix multiplication commutative? Explain why or why not. Page 4 of 3

5 Syllabus Objective: 4.3 The student will find the determinant of a matrix with and without technology. 4.5 The student will solve systems of equations using matrices. Determinant of a Matrix Notation: Determinant of Matrix A = det A = A Evaluating the Determinant of a a b ad bc c d = 2 2Matrix Ex: What is the determinant of the matrix A? 3 A = 7 9 det A = ( 3)( 9) ( )( 7) = 27 7 = 20 Evaluating the Determinant of a 3 3 Matrix a b c a b c a b det d e f = d e f d e = ( a e i + b f g + c d h) ( b d i + a f h + c e g ) g h i g h i g h (Sum of the products of (Sum of the products of the diagonals left to right) the diagonals right to left) Ex: Evaluate the following: ( ) ( ) = =( ) ( ) = 26 ( 86) = = 2 Application: Finding the Area of a Triangle Using Determinants The area of a triangle with vertices (, ),(, ), and (, ) x y x y x y is x y ± x2 y2. 2 x y 3 3 Note: The ± sign indicates that we need to choose which sign will make this a positive number. Page 5 of 3

6 Ex: Find the area of a triangle whose vertices are the points (,2 ),( 3, 4 ), and ( 0,6). Area = ± 3 4 = ± =± ( ) ( ) =± ( ) ( ) =± ( 22 0) =± ( 22) = Solution: Because the determinant is positive, we will use the positive answer for the area of the triangle, sq. units. Solving a Linear System Using Cramer s Rule Linear System: ax + by = e cx + dy = f Coefficient Matrix: a c b d Constant Matrix: e f Cramer s Rule Solution of a Linear System: e b a e f d c f a b x = and y =, if 0 a b a b c d c d c d Note: Constant matrix replaces the column of the coefficients of the variable being solved for. Ex: Solve the system of equations using Cramer s Rule. x+ 7y = 3 3x 5y = ( 3 5) ( 7 7) ( ) ( ) x = = = = = ( 7) ( 33) y = = = = = x+ 7y = 3: ( 4) + 7( ) = 3 3= 3 Check: Solution: ( 4, ) 3x 5y = 7 : 3( 4) 5( ) = = 7 7 = 7 Page 6 of 3

7 Solving a System of Three Equations and Three Unknowns with Cramer s Rule Ex: Solve the system using Cramer s Rule. x+ 3y z = 2x 6y+ z = 3 3x+ 5y 2z = 4 Note: We will need the determinant of the coefficient matrix to find the value of each variable, so we will calculate this first ( ) ( ) 2 6 = = = 3 35 = To find x, replace the x-column of the coefficient matrix with the constant matrix ( ) ( ) x = = = = = = To find y, replace the y-column of the coefficient matrix with the constant matrix ( ) ( ) y = = = = = = To find z, replace the z-column of the coefficient matrix with the constant matrix ( ) ( ) ( ) z = = = = = = Solution: (2,0,) (Check this on your own in the original three equations.) Note: We could also use Cramer s Rule to find x and y, then substitute these values into one of the original equations to find z. Page 7 of 3

8 Graphing Calculator Evaluating Determinants Ex: Evaluate det Step One: Entering in a Matrix In the Matrix Menu, choose Edit, then Matrix A. Our matrix is a 3 3, so enter in the dimensions. Then enter in the entries of the matrix. Keystrokes: Step Two: Evaluating the Determinant In the Home Screen, go to the Matrix Menu, then MATH, and choose det(. Then go back to the Matrix Menu and choose Matrix A under NAMES. Keystrokes: Note: You can perform all operations with matrices on the graphing calculator. You Try:. Use Cramer s Rule to solve the system 2x+ 5y+ 3z = 0 3x y+ 4z = 8. 5x 2y+ 7z = 2 2. Find the area of the triangle with vertices shown in the coordinate grid. Use your graphing calculator. y x -5-0 QOD: In order to use Cramer s Rule, what must be true about the determinant of the coefficient matrix, and why? Page 8 of 3

9 Syllabus Objective: 4.4 The student will find inverse matrices with or without technology. Recall (let a be a real number): Identity of Multiplication = a = a = a ( ) Identity Matrix 2 2 = 0 = I 0 a b 0 a + b 0 a 0+ b a b c d 0 = = c + d 0 c 0+ d c d Now verify on your own that 0 a b a b 0 = c d c d ( ) Identity Matrix 3 3 = = I 0 0 Recall: The product of a number and its multiplicative inverse is the identity. a = a The inverse of matrix A is denoted by A, and A A A A I = =. Ex: Verify that if 3 A =, then 4 2 A 2 = Find the product: = 4 2 = = A A Now verify on your own that the product 0 A A= 0. Finding the Inverse of a 2 2. a b If A =, then c d d b A = ad bc c a Note: ( ad bc 0) Ex: Find the inverse of 5 4 A = 4 4. A = ( 54) ( 4 4 ) = 4 =.25 Page 9 of 3

10 Solving a Matrix Equation Recall: To solve the equation ax = b, we multiply both sides by the multiplicative inverse of a to isolate b the variable. ax = b x = a a a To solve the matrix equation equation by the inverse of A. AX = B for X, where A and B are matrices, multiply both sides of the A AX = A B X = A B Ex: Solve the equation AX = B if A and B = = Step One: Write the equation X = Step Two: To solve for X, multiply both sides of the equation by the inverse of A. A AX = A B A = = ( ) ( ) = X = X = = Finding Inverse Matrices on the Graphing Calculator Ex: Find the inverse of the matrix Step One: Enter the matrix into Matrix A. Step Two: On the Home Screen, bring up Matrix A. Then use the key to find the inverse. To make the entries fractions, go to the MATH Menu and choose Frac. Keystrokes: Page 0 of 3

11 Solving a Two-Step Matrix Equation Ex: Solve the equation X + = for X. Step One: Isolate the X term by subtracting the matrix from both sides X = X = 2 3 Step Two: Isolate X by multiplying both sides by the inverse of Inverse of = = = ( ) ( ) X = X = = You Try: Solve the matrix equation X. 4 3 = QOD: What is the special relationship between a matrix and its inverse? Page of 3

12 Syllabus Objective: 4.5 The student will solve systems of equations using matrices. Solving Systems of Equations Using Inverse Matrices Ex: Solve the system 2x+ 7y = 3 3x 8y = 23 using an inverse matrix. Step One: Rewrite the system of equations as a matrix equation AX matrix, X is the variable matrix, and B is the matrix of constants. = B, where A is the coefficient 2 7 x 3 = 3 8 y 23 Note: Use matrix multiplication to show that this represents the original system. Step Two: Find the inverse of Matrix A. 2 7 A = A = = ( 2 8) ( 7 3 ) Note: Do not multiply by the scalar. Step Three: Multiply both sides of the equation by A x y = x 5 Therefore, x y = = = = y Solution: ( 5,) Check the solution in the original equations. 3 2( ) ( ) = 23 3( ) ( ) 2x+ 7y = = = 3 3= 3 3x 8y 5 8 = = = 23 Now try the same problem on the graphing calculator: Enter the coefficient matrix into Matrix A and the constant matrix into matrix B. Find the product A Bon the home screen. Page 2 of 3

13 Application Problem System of Three Equations Ex: Lawrence has $25 to spend on picking 2 pounds of three different types of apples in an orchard. Empire apples cost $.40 per pound, Red Delicious apples cost $.0 per pound, and Golden Delicious apples cost $.30 per pound. He wants twice as many Red Delicious apples as the other two kinds combined. How many pounds of each type of apple should Lawrence pick? Let E = # of pounds of Empire apples, R = # of pounds of Red Delicious apples, and G = # of pounds of Golden Delicious apples Total Pounds: E+ R+ G = 2 Total Cost:.4 E+.R+.3G = 25 Other Information: ( ) E R = G 0 R = 2 E+ G 2E R+ 2G =0 Now we have a system of three equations with three variables. Rewrite the system as a matrix equation. Enter the coefficient matrix as Matrix A and the constant matrix as Matrix B in the graphing calculator. On the Home Screen, multiply the Inverse of Matrix A by Matrix B. Solution: Lawrence should pick 5 pounds of Empire apples, 4 pounds of Red Delicious apples, and 2 pounds of Golden Delicious apples. You Try: Solve the system the graphing calculator. x+ y = 2x 3y = 2 using an inverse matrix (by hand). Check your answer using QOD: Explain why the solution of AX = B is not X = BA. Page 3 of 3

Algebra II Notes Matrices and Determinants Unit 04

Algebra II Notes Matrices and Determinants Unit 04 Matrix Addition Big Idea: Matrices are used to organize, display, interpret, and analyze data. Algebraic operations are performed with matrices to solve real world problems. Matrices can be added and subtracted

More information

7.1 Solving Systems of Equations

7.1 Solving Systems of Equations Date: Precalculus Notes: Unit 7 Systems of Equations and Matrices 7.1 Solving Systems of Equations Syllabus Objectives: 8.1 The student will solve a given system of equations or system of inequalities.

More information

Algebra 2 Notes Systems of Equations and Inequalities Unit 03d. Operations with Matrices

Algebra 2 Notes Systems of Equations and Inequalities Unit 03d. Operations with Matrices Operations with Matrices Big Idea Organizing data into a matrix can make analysis and interpretation much easier. Operations such as addition, subtraction, and scalar multiplication can be performed on

More information

Unit 1 Matrices Notes Packet Period: Matrices

Unit 1 Matrices Notes Packet Period: Matrices Algebra 2/Trig Unit 1 Matrices Notes Packet Name: Period: # Matrices (1) Page 203 204 #11 35 Odd (2) Page 203 204 #12 36 Even (3) Page 211 212 #4 6, 17 33 Odd (4) Page 211 212 #12 34 Even (5) Page 218

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

September 23, Chp 3.notebook. 3Linear Systems. and Matrices. 3.1 Solve Linear Systems by Graphing

September 23, Chp 3.notebook. 3Linear Systems. and Matrices. 3.1 Solve Linear Systems by Graphing 3Linear Systems and Matrices 3.1 Solve Linear Systems by Graphing 1 Find the solution of the systems by looking at the graphs 2 Decide whether the ordered pair is a solution of the system of linear equations:

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

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

Perform Basic Matrix Operations

Perform Basic Matrix Operations TEKS 3.5 a.1, a. Perform Basic Matrix Operations Before You performed operations with real numbers. Now You will perform operations with matrices. Why? So you can organize sports data, as in Ex. 34. Key

More information

Sections 6.1 and 6.2: Systems of Linear Equations

Sections 6.1 and 6.2: Systems of Linear Equations What is a linear equation? Sections 6.1 and 6.2: Systems of Linear Equations We are now going to discuss solving systems of two or more linear equations with two variables. Recall that solving an equation

More information

courses involve systems of equations in one way or another.

courses involve systems of equations in one way or another. Another Tool in the Toolbox Solving Matrix Equations.4 Learning Goals In this lesson you will: Determine the inverse of a matrix. Use matrices to solve systems of equations. Key Terms multiplicative identity

More information

Lesson 1: Inverses of Functions Lesson 2: Graphs of Polynomial Functions Lesson 3: 3-Dimensional Space

Lesson 1: Inverses of Functions Lesson 2: Graphs of Polynomial Functions Lesson 3: 3-Dimensional Space Table of Contents Introduction.............................................................. v Unit 1: Modeling with Matrices... 1 Lesson 2: Solving Problems Using Matrices.................................

More information

4-2 Multiplying Matrices

4-2 Multiplying Matrices 4-2 Multiplying Matrices Warm Up Lesson Presentation Lesson Quiz 2 Warm Up State the dimensions of each matrix. 1. [3 1 4 6] 2. 3 2 1 4 Calculate. 3. 3( 4) + ( 2)(5) + 4(7) 4. ( 3)3 + 2(5) + ( 1)(12) 6

More information

Chapter 9: Systems of Equations and Inequalities

Chapter 9: Systems of Equations and Inequalities Chapter 9: Systems of Equations and Inequalities 9. Systems of Equations Solve the system of equations below. By this we mean, find pair(s) of numbers (x, y) (if possible) that satisfy both equations.

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

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

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

Matrix Operations (Adding, Subtracting, and Multiplying) Ch. 3.5, 6 Finding the Determinant and Inverse of a Matrix Ch. 3.7, 8

Matrix Operations (Adding, Subtracting, and Multiplying) Ch. 3.5, 6 Finding the Determinant and Inverse of a Matrix Ch. 3.7, 8 Matrix Operations (Adding, Subtracting, and Multiplying) Ch. 3.5, 6 Finding the Determinant and Inverse of a Matrix Ch. 3.7, 8 Objectives: Add, subtract, and multiply matrices. Find the determinant and

More information

4.1 Matrix Operations

4.1 Matrix Operations MATRICES 4.1 Matrix Operations Always read a matrix ROW by COLUMN 6 2 1 2 0 5 # Rows: Dimension: # Columns: Numbers in the matrix are called entries. What is the entry in the 2 nd row and 3 rd column for

More information

CPS Mathematics Benchmark Assessment

CPS Mathematics Benchmark Assessment Student Name Date 1. What is the solution to the equation? A. x = B. x = C. x = D. x = 5 2. What value for n makes the equation true? A. -6 B. -3 C. 3 D. 6 ( ) 3. How many solutions does the equation have?

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

Algebra II Notes Unit One. Syllabus Objective 1.1 The student will differentiate among subsets of the real number system.

Algebra II Notes Unit One. Syllabus Objective 1.1 The student will differentiate among subsets of the real number system. Syllabus Objective 1.1 The student will differentiate among subsets of the real number system. Real Numbers: Numbers that can be graphed on the number line Ex:,!10, 2, 8,4.2," Put the numbers in order

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

8.4. Systems of Equations in Three Variables. Identifying Solutions 2/20/2018. Example. Identifying Solutions. Solving Systems in Three Variables

8.4. Systems of Equations in Three Variables. Identifying Solutions 2/20/2018. Example. Identifying Solutions. Solving Systems in Three Variables 8.4 Systems of Equations in Three Variables Copyright 2010 Pearson Education, Inc. Publishing as Pearson Addison- Wesley Identifying Solutions Solving Systems in Three Variables Dependency, Inconsistency,

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

8-15. Stop by or call (630)

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

More information

Systems of Linear Equations in Two Variables. Break Even. Example. 240x x This is when total cost equals total revenue.

Systems of Linear Equations in Two Variables. Break Even. Example. 240x x This is when total cost equals total revenue. Systems of Linear Equations in Two Variables 1 Break Even This is when total cost equals total revenue C(x) = R(x) A company breaks even when the profit is zero P(x) = R(x) C(x) = 0 2 R x 565x C x 6000

More information

Chapter 4: Systems of Equations and Inequalities

Chapter 4: Systems of Equations and Inequalities Chapter 4: Systems of Equations and Inequalities 4.1 Systems of Equations A system of two linear equations in two variables x and y consist of two equations of the following form: Equation 1: ax + by =

More information

Dependent ( ) Independent (1 or Ø) These lines coincide so they are a.k.a coincident.

Dependent ( ) Independent (1 or Ø) These lines coincide so they are a.k.a coincident. Notes #3- Date: 7.1 Solving Systems of Two Equations (568) The solution to a system of linear equations is the ordered pair (x, y) where the lines intersect! A solution can be substituted into both equations

More information

STRAND J: TRANSFORMATIONS, VECTORS and MATRICES

STRAND J: TRANSFORMATIONS, VECTORS and MATRICES Mathematics SKE, Strand J STRAND J: TRANSFORMATIONS, VECTORS and MATRICES J4 Matrices Text Contents * * * * Section J4. Matrices: Addition and Subtraction J4.2 Matrices: Multiplication J4.3 Inverse Matrices:

More information

Matrix Operations and Equations

Matrix Operations and Equations C H A P T ER Matrix Operations and Equations 200 Carnegie Learning, Inc. Shoe stores stock various sizes and widths of each style to accommodate buyers with different shaped feet. You will use matrix operations

More information

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

The word Matrices is the plural of the word Matrix. A matrix is a rectangular arrangement (or array) of numbers called elements. 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

More information

Math Studio College Algebra

Math Studio College Algebra Math 100 - Studio College Algebra Rekha Natarajan Kansas State University November 19, 2014 Systems of Equations Systems of Equations A system of equations consists of Systems of Equations A system of

More information

Section 5.5: Matrices and Matrix Operations

Section 5.5: Matrices and Matrix Operations Section 5.5 Matrices and Matrix Operations 359 Section 5.5: Matrices and Matrix Operations Two club soccer teams, the Wildcats and the Mud Cats, are hoping to obtain new equipment for an upcoming season.

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

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

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

4016 MATHEMATICS TOPIC 1: NUMBERS AND ALGEBRA SUB-TOPIC 1.11 MATRICES

4016 MATHEMATICS TOPIC 1: NUMBERS AND ALGEBRA SUB-TOPIC 1.11 MATRICES MATHEMATICS TOPIC : NUMBERS AND ALGEBRA SUB-TOPIC. MATRICES CONTENT OUTLINE. Display of information in the form of a matrix of any order. Interpreting the data in a given matrix. Product of a scalar quantity

More information

Math for Structures I

Math for Structures I RH 1 Note Set. Su014abn Math for Structures I 1. Parallel lines never intersect.. Two lines are perpendicular (or normal) when they intersect at a right angle = 90.. Intersecting (or concurrent) lines

More information

General Mathematics 2018 Chapter 5 - Matrices

General Mathematics 2018 Chapter 5 - Matrices General Mathematics 2018 Chapter 5 - Matrices Key knowledge The concept of a matrix and its use to store, display and manipulate information. Types of matrices (row, column, square, zero, identity) and

More information

Definition. A matrix is a rectangular array of numbers enclosed by brackets (plural: matrices).

Definition. A matrix is a rectangular array of numbers enclosed by brackets (plural: matrices). Matrices (general theory). Definition. A matrix is a rectangular array of numbers enclosed by brackets (plural: matrices). Examples. 1 2 1 1 0 2 A= 0 0 7 B= 0 1 3 4 5 0 Terminology and Notations. Each

More information

CHAPTER 7: Systems and Inequalities

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

More information

Honors Advanced Mathematics Determinants page 1

Honors Advanced Mathematics Determinants page 1 Determinants page 1 Determinants For every square matrix A, there is a number called the determinant of the matrix, denoted as det(a) or A. Sometimes the bars are written just around the numbers of the

More information

System of Linear Equations. Slide for MA1203 Business Mathematics II Week 1 & 2

System of Linear Equations. Slide for MA1203 Business Mathematics II Week 1 & 2 System of Linear Equations Slide for MA1203 Business Mathematics II Week 1 & 2 Function A manufacturer would like to know how his company s profit is related to its production level. How does one quantity

More information

Mathematics 1104B. Systems of Equations and Inequalities, and Matrices. Study Guide. Text: Mathematics 11. Alexander and Kelly; Addison-Wesley, 1998.

Mathematics 1104B. Systems of Equations and Inequalities, and Matrices. Study Guide. Text: Mathematics 11. Alexander and Kelly; Addison-Wesley, 1998. Adult Basic Education Mathematics Systems of Equations and Inequalities, and Matrices Prerequisites: Mathematics 1104A, Mathematics 1104B Credit Value: 1 Text: Mathematics 11. Alexander and Kelly; Addison-Wesley,

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

4-1 Matrices and Data

4-1 Matrices and Data 4-1 Matrices and Data Warm Up Lesson Presentation Lesson Quiz 2 The table shows the top scores for girls in barrel racing at the 2004 National High School Rodeo finals. The data can be presented in a table

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

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

Section 12.4 Algebra of Matrices

Section 12.4 Algebra of Matrices 244 Section 2.4 Algebra of Matrices Before we can discuss Matrix Algebra, we need to have a clear idea what it means to say that two matrices are equal. Let's start a definition. Equal Matrices Two matrices

More information

Systems of Equations and Inequalities

Systems of Equations and Inequalities 1 Systems of Equations and Inequalities 2015 03 24 2 Table of Contents Solving Systems by Graphing Solving Systems by Substitution Solve Systems by Elimination Choosing your Strategy Solving Systems of

More information

Math 147 Section 3.4. Application Example

Math 147 Section 3.4. Application Example Math 147 Section 3.4 Inverse of a Square Matrix Matrix Equations Determinants of Matrices 1 Application Example Set up the system of equations and then solve it by using an inverse matrix. One safe investment

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

Systems of Equations and Inequalities

Systems of Equations and Inequalities 7 Systems of Equations and Inequalities CHAPTER OUTLINE Introduction Figure 1 Enigma machines like this one, once owned by Italian dictator Benito Mussolini, were used by government and military officials

More information

Note: A file Algebra Unit 09 Practice X Patterns can be useful to prepare students to quickly find sum and product.

Note: A file Algebra Unit 09 Practice X Patterns can be useful to prepare students to quickly find sum and product. Note: This unit can be used as needed (review or introductory) to practice operations on polynomials. Math Background Previously, you Identified monomials and their characteristics Applied the laws of

More information

Algebra I Notes Unit Thirteen: Rational Expressions and Equations

Algebra I Notes Unit Thirteen: Rational Expressions and Equations Algebra I Notes Unit Thirteen: Rational Epressions and Equations Syllabus Objective: 10. The student will solve rational equations. (proportions and percents) Ratio: the relationship a b of two quantities,

More information

Name Class Date. Simplifying Algebraic Expressions Going Deeper. Combining Expressions

Name Class Date. Simplifying Algebraic Expressions Going Deeper. Combining Expressions Name Class Date 1-5 1 Simplifying Algebraic Expressions Going Deeper Essential question: How do you add, subtract, factor, and multiply algebraic expressions? CC.7.EE.1 EXPLORE Combining Expressions video

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

Basics. A VECTOR is a quantity with a specified magnitude and direction. A MATRIX is a rectangular array of quantities

Basics. A VECTOR is a quantity with a specified magnitude and direction. A MATRIX is a rectangular array of quantities Some Linear Algebra Basics A VECTOR is a quantity with a specified magnitude and direction Vectors can exist in multidimensional space, with each element of the vector representing a quantity in a different

More information

Math 313 (Linear Algebra) Exam 2 - Practice Exam

Math 313 (Linear Algebra) Exam 2 - Practice Exam Name: Student ID: Section: Instructor: Math 313 (Linear Algebra) Exam 2 - Practice Exam Instructions: For questions which require a written answer, show all your work. Full credit will be given only if

More information

Think about systems of linear equations, their solutions, and how they might be represented with matrices.

Think about systems of linear equations, their solutions, and how they might be represented with matrices. Think About This Situation Unit 4 Lesson 3 Investigation 1 Name: Think about systems of linear equations, their solutions, and how they might be represented with matrices. a Consider a system of two linear

More information

MATH Mathematics for Agriculture II

MATH Mathematics for Agriculture II MATH 10240 Mathematics for Agriculture II Academic year 2018 2019 UCD School of Mathematics and Statistics Contents Chapter 1. Linear Algebra 1 1. Introduction to Matrices 1 2. Matrix Multiplication 3

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

Linear Algebra Section 2.6 : LU Decomposition Section 2.7 : Permutations and transposes Wednesday, February 13th Math 301 Week #4

Linear Algebra Section 2.6 : LU Decomposition Section 2.7 : Permutations and transposes Wednesday, February 13th Math 301 Week #4 Linear Algebra Section. : LU Decomposition Section. : Permutations and transposes Wednesday, February 1th Math 01 Week # 1 The LU Decomposition We learned last time that we can factor a invertible matrix

More information

6-1 Study Guide and Intervention Multivariable Linear Systems and Row Operations

6-1 Study Guide and Intervention Multivariable Linear Systems and Row Operations 6-1 Study Guide and Intervention Multivariable Linear Systems and Row Operations Gaussian Elimination You can solve a system of linear equations using matrices. Solving a system by transforming it into

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

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

and Transitional Comprehensive Curriculum. Algebra I Unit 5: Systems of Equations and Inequalities

and Transitional Comprehensive Curriculum. Algebra I Unit 5: Systems of Equations and Inequalities Algebra I Unit 5: Systems of Equations and Inequalities Time Frame: Approximately five weeks Unit Description In this unit, linear equations are considered in tandem. Solutions to systems of two linear

More information

Algebra I Notes Unit Five: Linear Inequalities in One Variable and Absolute Value Equations & Inequalities

Algebra I Notes Unit Five: Linear Inequalities in One Variable and Absolute Value Equations & Inequalities Syllabus Objective 4.4 The student will solve linear inequalities and represent the solution graphically on a number line and algebraically. Inequality Symbols: < less than less than or equal to > greater

More information

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

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

More information

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

Unit 7 Systems and Linear Programming

Unit 7 Systems and Linear Programming Unit 7 Systems and Linear Programming PREREQUISITE SKILLS: students should be able to solve linear equations students should be able to graph linear equations students should be able to create linear equations

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

MATH150-E01 Test #2 Summer 2016 Show all work. Name 1. Find an equation in slope-intercept form for the line through (4, 2) and (1, 3).

MATH150-E01 Test #2 Summer 2016 Show all work. Name 1. Find an equation in slope-intercept form for the line through (4, 2) and (1, 3). 1. Find an equation in slope-intercept form for the line through (4, 2) and (1, 3). 2. Let the supply and demand functions for sugar be given by p = S(q) = 1.4q 0.6 and p = D(q) = 2q + 3.2 where p is the

More information

Order of Operations. Real numbers

Order of Operations. Real numbers Order of Operations When simplifying algebraic expressions we use the following order: 1. Perform operations within a parenthesis. 2. Evaluate exponents. 3. Multiply and divide from left to right. 4. Add

More information

y in both equations.

y in both equations. Syllabus Objective: 3.1 The student will solve systems of linear equations in two or three variables using graphing, substitution, and linear combinations. System of Two Linear Equations: a set of two

More information

LESSON 13.1 NONLINEAR EQUATIONS

LESSON 13.1 NONLINEAR EQUATIONS LESSON. NONLINEAR EQUATIONS LESSON. NONLINEAR EQUATIONS 58 OVERVIEW Here's what you'll learn in this lesson: Solving Equations a. Solving polynomial equations by factoring b. Solving quadratic type equations

More information

Name Class Date. t = = 10m. n + 19 = = 2f + 9

Name Class Date. t = = 10m. n + 19 = = 2f + 9 1-4 Reteaching Solving Equations To solve an equation that contains a variable, find all of the values of the variable that make the equation true. Use the equality properties of real numbers and inverse

More information

x n -2.5 Definition A list is a list of objects, where multiplicity is allowed, and order matters. For example, as lists

x n -2.5 Definition A list is a list of objects, where multiplicity is allowed, and order matters. For example, as lists Vectors, Linear Combinations, and Matrix-Vector Mulitiplication In this section, we introduce vectors, linear combinations, and matrix-vector multiplication The rest of the class will involve vectors,

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

H.Alg 2 Notes: Day1: Solving Systems of Equations (Sections ) Activity: Text p. 116

H.Alg 2 Notes: Day1: Solving Systems of Equations (Sections ) Activity: Text p. 116 H.Alg 2 Notes: Day: Solving Systems of Equations (Sections 3.-3.3) Activity: Text p. 6 Systems of Equations: A set of or more equations using the same. The graph of each equation is a line. Solutions of

More information

Graduate Mathematical Economics Lecture 1

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

More information

STA Summer Review for Students Entering Algebra 3

STA Summer Review for Students Entering Algebra 3 Alg Summer Review STA Summer Review for Students Entering Algebra This packet will be collected and graded the first week of school. There will also be a test over this material the first week of school.

More information

MTH 2032 Semester II

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

More information

Evaluate and Simplify Algebraic Expressions

Evaluate and Simplify Algebraic Expressions TEKS 1.2 a.1, a.2, 2A.2.A, A.4.B Evaluate and Simplify Algebraic Expressions Before You studied properties of real numbers. Now You will evaluate and simplify expressions involving real numbers. Why? So

More information

BETHLEHEM CATHOLIC HIGH SCHOOL

BETHLEHEM CATHOLIC HIGH SCHOOL BETHLEHEM CATHOLIC HIGH SCHOOL ALGEBRA SUMMER ASSIGNMENT NAME: - Variables and Expressions For Exercises, choose the correct letter.. The word minus corresponds to which symbol? A. B. C. D.. The phrase

More information

We could express the left side as a sum of vectors and obtain the Vector Form of a Linear System: a 12 a x n. a m2

We could express the left side as a sum of vectors and obtain the Vector Form of a Linear System: a 12 a x n. a m2 Week 22 Equations, Matrices and Transformations Coefficient Matrix and Vector Forms of a Linear System Suppose we have a system of m linear equations in n unknowns a 11 x 1 + a 12 x 2 + + a 1n x n b 1

More information

A2H Assignment #8 Cramer s Rule Unit 2: Matrices and Systems. DUE Date: Friday 12/2 as a Packet. 3x 2y = 10 5x + 3y = 4. determinant.

A2H Assignment #8 Cramer s Rule Unit 2: Matrices and Systems. DUE Date: Friday 12/2 as a Packet. 3x 2y = 10 5x + 3y = 4. determinant. A2H Assignment #8 Cramer s Rule Unit 2: Matrices and Systems Name: DUE Date: Friday 12/2 as a Packet What is the Cramer s Rule used for? à Another method to solve systems that uses matrices and determinants.

More information

Matrices A matrix is a rectangular array of numbers. For example, the following rectangular arrays of numbers are matrices: 2 1 2

Matrices A matrix is a rectangular array of numbers. For example, the following rectangular arrays of numbers are matrices: 2 1 2 Matrices A matrix is a rectangular array of numbers For example, the following rectangular arrays of numbers are matrices: 7 A = B = C = 3 6 5 8 0 6 D = [ 3 5 7 9 E = 8 7653 0 Matrices vary in size An

More information

Math 54 HW 4 solutions

Math 54 HW 4 solutions Math 54 HW 4 solutions 2.2. Section 2.2 (a) False: Recall that performing a series of elementary row operations A is equivalent to multiplying A by a series of elementary matrices. Suppose that E,...,

More information

FOR STUDENTS WHO HAVE COMPLETED ALGEBRA 1 (Students entering Geometry)

FOR STUDENTS WHO HAVE COMPLETED ALGEBRA 1 (Students entering Geometry) FOR STUDENTS WHO HAVE COMPLETED ALGEBRA (Students entering Geometry) Dear Parent/Guardian and Student, Name: Date: Period: Attached you will find a review packet of skills which each student is expected

More information

Algebra I Calculator Activities

Algebra I Calculator Activities First Nine Weeks SOL Objectives Calculating Measures of Central Tendency SOL A.17 Organize a set of data Calculate the mean, median, mode, and range of a set of data Describe the relationships between

More information

Math & Physics in Architectural Structures

Math & Physics in Architectural Structures RH 614 Note Set 1.1 S015abn Math & Physics in rchitectural Structures 1. Parallel lines never intersect.. Two lines are perpendicular (or normal) when they intersect at a right angle = 90. 3. Intersecting

More information

5. LECTURE 5. Objectives

5. LECTURE 5. Objectives 5. LETURE 5 Objectives For two or more linear equations, I can find that solution (if one exists). I can determine the meaning of a solution to a system of linear equations. I can rewrite a system of linear

More information

Math 3C Lecture 20. John Douglas Moore

Math 3C Lecture 20. John Douglas Moore Math 3C Lecture 20 John Douglas Moore May 18, 2009 TENTATIVE FORMULA I Midterm I: 20% Midterm II: 20% Homework: 10% Quizzes: 10% Final: 40% TENTATIVE FORMULA II Higher of two midterms: 30% Homework: 10%

More information

Algebra II Notes Polynomial Functions Unit Introduction to Polynomials. Math Background

Algebra II Notes Polynomial Functions Unit Introduction to Polynomials. Math Background Introduction to Polynomials Math Background Previously, you Identified the components in an algebraic epression Factored quadratic epressions using special patterns, grouping method and the ac method Worked

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

How can you use linear functions of two independent variables to represent problem situations?

How can you use linear functions of two independent variables to represent problem situations? Problems that occur in business situations often require expressing income as a linear function of one variable like time worked or number of sales. For example, if an employee earns $7.25 per hour, then

More information

All work must be shown or no credit will be awarded. Box all answers!! Order of Operations

All work must be shown or no credit will be awarded. Box all answers!! Order of Operations Steps: All work must be shown or no credit will be awarded. Box all answers!! Order of Operations 1. Do operations that occur within grouping symbols. If there is more than one set of symbols, work from

More information