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

Size: px
Start display at page:

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

Transcription

1 3Linear Systems and Matrices 3.1 Solve Linear Systems by Graphing 1

2 Find the solution of the systems by looking at the graphs 2

3 Decide whether the ordered pair is a solution of the system of linear equations: 1. 5x + y = 19 x 7y = 3 ( 2,1) 2. x + 3y = 15 4x + y = 6 (3, 6) 3

4 Solving System of Equations by Graphing 4

5 Example 1: ex: x + y = 3 y = 2x 6 5

6 Example 2: y = 2x 4 y = ½x + 1 6

7 Example 3: y = 2x + 2 4x y = 6 7

8 Special Type of Linear Systems A system that has at least one solution is consistent. If the system has exactly one solution it is consistent and independent, while a system that has infinitely many solutions is dependent A system that has no solution is inconsistent. Lines Intersect at 1 pt ONE SOLUTION Independent Consistent Lines are parallel (same slope) never intersect! NO SOLUTION Inconsistent Same Line Infinitely many solutions Dependent Consistent 8

9 Example 1: 2x + y = 5 6x 3y = 15 9

10 Example 2: 6x + 2y = 4 9x + 3y = 12 10

11 Example 3: 2x + y = 7 3x y = 2 11

12 You Try! 1. x + y = 7 2x 2y = x + y = 8 12x + 3y = x + y = 8 2x 2y = 14 12

13 3.2 Solve Linear Systems by Algebraically Solving Systems Using Substitution 3x + y = 7 x = 2 5x 2y = 8 y = 6 13

14 Basic Examples: y = x 4 4x + y = 26 y = x + 4 2x + y = 19 14

15 More Challenging Examples: 15

16 Solving Using Elimination: x + y = 1 x y = 2 x+y = 2 x y = 0 16

17 More Challenging Examples: 17

18 Special Types of Solutions: 18

19 Word Problems: Ms. Hamilton tells you that next weeks test is worth 100 points and contains 38 problems. Each problem is worth either 5 points or 2 points. Because you are studying system of linear equations your teacher says that for extra credit you can figure out how many problems of each value are on the test. How many of each value are there? 19

20 Word Problems: Last year you mowed grass and shoveled snow for 10 households. You earned $200 per household mowing for the entire season and $180 per household shoveling the entire season. If you earned a total of $1880 last year, how many households did you mow and shovel for? 20

21 Word Problems: A travel agency offers two Boston outing plans. Plan A includes hotel accommodations for three nights and two pairs of Red Sox Tickets worth $518. Plan B includes hotel accommodations for five nights and four pairs of Red Sox Tickets worth $907. Write a system of equations that determines how much one night at a hotel and one pair of tickets cost. 21

22 3.3 Graph Systems of Linear Inequalities System of linear inequalities A solution of a system of inequalities is an ordered pair that is a solution of each inequality in the system 22

23 Example of system of linear inequalities with NO SOLUTION 23

24 Graph a system with an abolute value inequality 24

25 Example 1: 25

26 Example 2: 26

27 Example 3: 27

28 Example 4: 28

29 3.4 Solve System of Linear Equations in Three Variables A linear equation in three variables x, y, and z is an equation of the form ax +by + cz = d where a, b, and c are all not zero. The following is an example of a system of three linear equations in three variables. equation 1 equation 2 equation 3 A solution of such a system is an ordered triple (x, y, z) whose coordinates make each equation true. 29

30 Example 1: Use elimination method 30

31 Example 2: Solve a three variable system with no solution 31

32 Example 3: Solve a three variable system with no solution 32

33 3.5 Perform Basic Matrix Operations A matrix is a rectangular arrangement of numbers in rows and columns. The dimensions of a matrix with m rows and n columns are m x n (read: m by n). The numbers in a matrix are it's elements. A = the element in the first row and third column is 5 } 2 rows } 3 columns 33

34 Adding Matrices Key Concept: Adding and Subtracting Matrices Subtracting Matrices Key Concept: Properties of Matrix Operations Let A, B and C be matrices with the same dimensions, and let k be a scalar (a real number) Associative Property of Addition (A + B) + C = A + (B + C) Commutative Property of Addition Distributive Property of Addition Distributive Property of Subtraction A + B = B + A k(a + B) = ka + kb k(a B) = ka kb 34

35 Example 1: 35

36 Example 2: 36

37 Example 3: 37

38 Example 4: 38

39 Solve the matrix equation for x and y: 39

40 3.6 Multiply Matrices The product of two matrices A and B is defined provided the number of columns in A is equal to the number of rows in B. If A is an m x n matrix and B is an n x p matrix. Then the product of AB is an m x p matrix m x n n x p mx p equal dimensions of AB Examle: Describe matrix products. a) A: 4 x 3, B: 3 x 2 b) A: 3 x 4; B: 3 x 2 40

41 Key Concept: Multiplying Matrices Words To find the element of the ith row and jth column of the product matrix AB, multiply each element in the ith row of A by the corresponding element in the jth column of B, then add the products Algebra Properties of Matrix Multiplication let A, B, and C be matrices and let k be a scalar Associative Property: Left Distributive Property: Right Distributive Property: Associative Property of Scalar Multiplication: 41

42 Example 1: Find the product of two matrices 42

43 Example 2: Use matrix operations 1. 3AB 2. AB + AC 3. AB BA 43

44 Example 3: Matrix Multiplication in the Calculator 44

45 3.7 Evaluate Determinants Key Concept: The Determinant of a Matrix Determinant of a 2 x 2 Matrix Determinant of a 3 x 3 Matrix The determinant of a 2 x 2 matrix is the difference of the products of the elements on the diagonals. 3 x 3: Repeat first two columns to the rightof the determinant then subtract the red products from the sum of the blue products 45

46 Example 1: Find determinant of 2 x 2 matrix 46

47 Example 2: Find determinant of 3 x 3 matrix 47

48 Example 3: Area of a Triangle You can use a determinant to find the area of a triangle whose vertices are points in a coordinate plane The area of a triangle with vertices (x 1, y 1 ), (x 2, y 2 ), and (x 3, y 3 ) is given by: example: Find the area of the triangle with vertices A(5,11) B(9,2) and C(1,3) 48

49 3.8 Use Inverse Matrices and Solve Linear Systems The n x n identity matrix is a matrix with 1's on the main diagonal and 0's elsewhere. If A is any n x n matrix and I is the n x n Identity matrix. Then AI = A and IA = A 2 X 2 Identity Matrix 3 X 3 Identity Matrix Two n xn matrices A and B are inverses of each other if their product (in both orders) is the n x n identity matrix. That is AB = I and BA = I. An n x n matrix A has an inverse if det A 0. The symbol for the inverse of A is A 1 49

50 Key Concept: The Inverse of a 2 x 2 Matrix The inverse of the matrix is. Provided ad cb 0 50

51 Example 1: Find the inverse of 2 x 2 matrix 51

52 Example 2: Solve a Matrix equation AX = B 52

53 Example 3: Use a calculator to find the inverse of a 3 x 3 matrix 53

54 Key Concept: Using an inverse matrix to solve a linear system Step 1: Write the system as a matrix equation AX = B. The matrix A is the coefficient matrix. X is the matrix of variables, and B is the matrix of constants. Step 2: Find the inverse of matrix A. Step 3: Multiply each side of AX = B by A 1 on the left to find the solution X = A 1 B 54

55 Example 4: Solve a linear system 55

56 Gifts: A company sells three types of movie gift baskets. A basic basket with 2 movie passes and 2 package of microwave popcorn costs $ A medium basket with 2 movie passes, 2 packages of popcorn, and 1 DVD costs $37. A super basket with 4 movie passes, 3 packages of popcorn, and 2 DVDs costs $ Find the cost of each item in the gift basket. 56

57 Attachments systems video linear comb.notebook

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

Essential Question How can you represent algebraic expressions using a coefficient matrix? A = [ 4 0

Essential Question How can you represent algebraic expressions using a coefficient matrix? A = [ 4 0 .6 Solving Linear Systems Using Technology Essential Question How can you represent algebraic expressions using a coefficient matrix? A matrix is a rectangular arrangement of numbers. The dimensions of

More information

Algebra II Notes Unit Four: Matrices and Determinants

Algebra II Notes Unit Four: Matrices and Determinants 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

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

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

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

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

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

3. Vector spaces 3.1 Linear dependence and independence 3.2 Basis and dimension. 5. Extreme points and basic feasible solutions

3. Vector spaces 3.1 Linear dependence and independence 3.2 Basis and dimension. 5. Extreme points and basic feasible solutions A. LINEAR ALGEBRA. CONVEX SETS 1. Matrices and vectors 1.1 Matrix operations 1.2 The rank of a matrix 2. Systems of linear equations 2.1 Basic solutions 3. Vector spaces 3.1 Linear dependence and independence

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

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

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

Linear Algebra: Lecture Notes. Dr Rachel Quinlan School of Mathematics, Statistics and Applied Mathematics NUI Galway

Linear Algebra: Lecture Notes. Dr Rachel Quinlan School of Mathematics, Statistics and Applied Mathematics NUI Galway Linear Algebra: Lecture Notes Dr Rachel Quinlan School of Mathematics, Statistics and Applied Mathematics NUI Galway November 6, 23 Contents Systems of Linear Equations 2 Introduction 2 2 Elementary Row

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

Systems of Linear Equations in two variables (4.1)

Systems of Linear Equations in two variables (4.1) Systems of Linear Equations in two variables (4.1) 1. Solve by graphing 2. Solve using substitution 3. Solve by elimination by addition 4. Applications Opening example A restaurant serves two types of

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

Graphical Solutions of Linear Systems

Graphical Solutions of Linear Systems Graphical Solutions of Linear Systems Consistent System (At least one solution) Inconsistent System (No Solution) Independent (One solution) Dependent (Infinite many solutions) Parallel Lines Equations

More information

Matrices. A matrix is a method of writing a set of numbers using rows and columns. Cells in a matrix can be referenced in the form.

Matrices. A matrix is a method of writing a set of numbers using rows and columns. Cells in a matrix can be referenced in the form. Matrices A matrix is a method of writing a set of numbers using rows and columns. 1 2 3 4 3 2 1 5 7 2 5 4 2 0 5 10 12 8 4 9 25 30 1 1 Reading Information from a Matrix Cells in a matrix can be referenced

More information

Basic Concepts in Linear Algebra

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

More information

Chapter 1-2 Add and Subtract Integers

Chapter 1-2 Add and Subtract Integers Chapter 1-2 Add and Subtract Integers Absolute Value of a number is its distance from zero on the number line. 5 = 5 and 5 = 5 Adding Numbers with the Same Sign: Add the absolute values and use the sign

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

Review of Basic Concepts in Linear Algebra

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

More information

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

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

Name Class Date. What is the solution to the system? Solve by graphing. Check. x + y = 4. You have a second point (4, 0), which is the x-intercept.

Name Class Date. What is the solution to the system? Solve by graphing. Check. x + y = 4. You have a second point (4, 0), which is the x-intercept. 6-1 Reteaching Graphing is useful for solving a system of equations. Graph both equations and look for a point of intersection, which is the solution of that system. If there is no point of intersection,

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

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

Problem Set # 1 Solution, 18.06

Problem Set # 1 Solution, 18.06 Problem Set # 1 Solution, 1.06 For grading: Each problem worths 10 points, and there is points of extra credit in problem. The total maximum is 100. 1. (10pts) In Lecture 1, Prof. Strang drew the cone

More information

Unit 4 Systems of Equations Systems of Two Linear Equations in Two Variables

Unit 4 Systems of Equations Systems of Two Linear Equations in Two Variables Unit 4 Systems of Equations Systems of Two Linear Equations in Two Variables Solve Systems of Linear Equations by Graphing Solve Systems of Linear Equations by the Substitution Method Solve Systems of

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

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

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

Lesson 7: Literal Equations, Inequalities, and Absolute Value

Lesson 7: Literal Equations, Inequalities, and Absolute Value , and Absolute Value In this lesson, we first look at literal equations, which are equations that have more than one variable. Many of the formulas we use in everyday life are literal equations. We then

More information

1300 Linear Algebra and Vector Geometry

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

More information

Basic Equations and Inequalities

Basic Equations and Inequalities Hartfield College Algebra (Version 2017a - Thomas Hartfield) Unit ONE Page - 1 - of 45 Topic 0: Definition: Ex. 1 Basic Equations and Inequalities An equation is a statement that the values of two expressions

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

Due for this week. Slide 2. Copyright 2009 Pearson Education, Inc. Publishing as Pearson Addison-Wesley

Due for this week. Slide 2. Copyright 2009 Pearson Education, Inc. Publishing as Pearson Addison-Wesley MTH 209 Week 1 Due for this week Homework 1 (on MyMathLab via the Materials Link) Monday night at 6pm. Read Chapter 6.1-6.4, 7.1-7.4,10.1-10.3,10.6 Do the MyMathLab Self-Check for week 1. Learning team

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

Matrix Operations. Linear Combination Vector Algebra Angle Between Vectors Projections and Reflections Equality of matrices, Augmented Matrix

Matrix Operations. Linear Combination Vector Algebra Angle Between Vectors Projections and Reflections Equality of matrices, Augmented Matrix Linear Combination Vector Algebra Angle Between Vectors Projections and Reflections Equality of matrices, Augmented Matrix Matrix Operations Matrix Addition and Matrix Scalar Multiply Matrix Multiply Matrix

More information

Consistent and Dependent

Consistent and Dependent Graphing a System of Equations System of Equations: Consists of two equations. The solution to the system is an ordered pair that satisfies both equations. There are three methods to solving a system;

More information

Reference Material /Formulas for Pre-Calculus CP/ H Summer Packet

Reference Material /Formulas for Pre-Calculus CP/ H Summer Packet Reference Material /Formulas for Pre-Calculus CP/ H Summer Packet Week # 1 Order of Operations Step 1 Evaluate expressions inside grouping symbols. Order of Step 2 Evaluate all powers. Operations Step

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

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

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

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

More information

POLI270 - Linear Algebra

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

More information

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

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

More information

5 Systems of Equations

5 Systems of Equations Systems of Equations Concepts: Solutions to Systems of Equations-Graphically and Algebraically Solving Systems - Substitution Method Solving Systems - Elimination Method Using -Dimensional Graphs to Approximate

More information

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

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

More information

A. Incorrect! Replacing is not a method for solving systems of equations.

A. Incorrect! Replacing is not a method for solving systems of equations. ACT Math and Science - Problem Drill 20: Systems of Equations No. 1 of 10 1. What methods were presented to solve systems of equations? (A) Graphing, replacing, and substitution. (B) Solving, replacing,

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

Unit 4: Inequalities. Inequality Symbols. Algebraic Inequality. Compound Inequality. Interval Notation

Unit 4: Inequalities. Inequality Symbols. Algebraic Inequality. Compound Inequality. Interval Notation Section 4.1: Linear Inequalities Section 4.2: Solving Linear Inequalities Section 4.3: Solving Inequalities Applications Section 4.4: Compound Inequalities Section 4.5: Absolute Value Equations and Inequalities

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

Algebra 2 C Midterm Exam Review Topics Exam Date: A2: Wednesday, January 21 st A4: Friday, January 23 rd

Algebra 2 C Midterm Exam Review Topics Exam Date: A2: Wednesday, January 21 st A4: Friday, January 23 rd Algebra C Midterm Exam Review Topics Exam Date: A: Wednesday, January 1 st A4: Friday, January rd Chapter 1 Properties and Operations Number Sets Properties of Real Numbers Square Roots Simplifying Algebraic

More information

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

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

More information

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

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

Chapter 2: Systems of Linear Equations and Matrices

Chapter 2: Systems of Linear Equations and Matrices Chapter 2: Systems of Linear Equations and Matrices 2.1 Systems Linear Equations: An Introduction Example Find the solution to the system of equations 2x y = 2 3x + 5y = 15 Solve first equation for y :

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

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

CS123 INTRODUCTION TO COMPUTER GRAPHICS. Linear Algebra /34

CS123 INTRODUCTION TO COMPUTER GRAPHICS. Linear Algebra /34 Linear Algebra /34 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 axes)

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

ECON 186 Class Notes: Linear Algebra

ECON 186 Class Notes: Linear Algebra ECON 86 Class Notes: Linear Algebra Jijian Fan Jijian Fan ECON 86 / 27 Singularity and Rank As discussed previously, squareness is a necessary condition for a matrix to be nonsingular (have an inverse).

More information

Chapter 6. Systems of Equations and Inequalities

Chapter 6. Systems of Equations and Inequalities Chapter 6 Systems of Equations and Inequalities 6.1 Solve Linear Systems by Graphing I can graph and solve systems of linear equations. CC.9-12.A.CED.2, CC.9-12.A.CED.3, CC.9-12.A.REI.6 What is a system

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

MFM2P Foundations of Mathematics Unit 3 Lesson 11

MFM2P Foundations of Mathematics Unit 3 Lesson 11 The Line Lesson MFMP Foundations of Mathematics Unit Lesson Lesson Eleven Concepts Introduction to the line Using standard form of an equation Using y-intercept form of an equation x and y intercept Recognizing

More information

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

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

More information

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

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

More information

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

Unit Plan: Matrices (4 weeks or 20 instructional Days)

Unit Plan: Matrices (4 weeks or 20 instructional Days) Unit Plan: Matrices (4 weeks or 20 instructional Days) Day 1: Review of Systems of Equations in 2 and 3 Variables Objectives: (M.4HS.CVM.18 )(CCSS.Math.Content.HSF-IF.B.6) Students will be able to solve

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

Archdiocese of Washington Catholic Schools Academic Standards Mathematics

Archdiocese of Washington Catholic Schools Academic Standards Mathematics ALGEBRA 1 Standard 1 Operations with Real Numbers Students simplify and compare expressions. They use rational exponents, and simplify square roots. A1.1.1 A1.1.2 A1.1.3 A1.1.4 A1.1.5 Compare real number

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

Algebra. Chapter 6: Systems of Equations and Inequalities. Name: Teacher: Pd:

Algebra. Chapter 6: Systems of Equations and Inequalities. Name: Teacher: Pd: Algebra Chapter 6: Systems of Equations and Inequalities Name: Teacher: Pd: Table of Contents Chapter 6-1: SWBAT: Identify solutions of systems of linear equations in two variables; Solve systems of linear

More information

Algebra I. Systems of Linear Equations and Inequalities. Slide 1 / 179. Slide 2 / 179. Slide 3 / 179. Table of Contents

Algebra I. Systems of Linear Equations and Inequalities. Slide 1 / 179. Slide 2 / 179. Slide 3 / 179. Table of Contents Slide 1 / 179 Algebra I Slide 2 / 179 Systems of Linear Equations and Inequalities 2015-04-23 www.njctl.org Table of Contents Slide 3 / 179 Click on the topic to go to that section 8th Grade Review of

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

3.1 NOTES Solving Systems of Linear Equations Graphically

3.1 NOTES Solving Systems of Linear Equations Graphically 3.1 NOTES Solving Systems of Linear Equations Graphically A system of two linear equations in two variables x and y consist of two equations of the following form: Ax + By = C Equation 1 Dx + Ey = F Equation

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

TOPIC III LINEAR ALGEBRA

TOPIC III LINEAR ALGEBRA [1] Linear Equations TOPIC III LINEAR ALGEBRA (1) Case of Two Endogenous Variables 1) Linear vs. Nonlinear Equations Linear equation: ax + by = c, where a, b and c are constants. 2 Nonlinear equation:

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

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

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

More information

x + 2y + 3z = 8 x + 3y = 7 x + 2z = 3

x + 2y + 3z = 8 x + 3y = 7 x + 2z = 3 Chapter 2: Solving Linear Equations 23 Elimination Using Matrices As we saw in the presentation, we can use elimination to make a system of linear equations into an upper triangular system that is easy

More information

LINEAR SYSTEMS AND MATRICES

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

More information

1. (7pts) Find the points of intersection, if any, of the following planes. 3x + 9y + 6z = 3 2x 6y 4z = 2 x + 3y + 2z = 1

1. (7pts) Find the points of intersection, if any, of the following planes. 3x + 9y + 6z = 3 2x 6y 4z = 2 x + 3y + 2z = 1 Math 125 Exam 1 Version 1 February 20, 2006 1. (a) (7pts) Find the points of intersection, if any, of the following planes. Solution: augmented R 1 R 3 3x + 9y + 6z = 3 2x 6y 4z = 2 x + 3y + 2z = 1 3 9

More information

Algebra vocabulary CARD SETS Frame Clip Art by Pixels & Ice Cream

Algebra vocabulary CARD SETS Frame Clip Art by Pixels & Ice Cream Algebra vocabulary CARD SETS 1-7 www.lisatilmon.blogspot.com Frame Clip Art by Pixels & Ice Cream Algebra vocabulary Game Materials: one deck of Who has cards Objective: to match Who has words with definitions

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

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

MATRICES. knowledge on matrices Knowledge on matrix operations. Matrix as a tool of solving linear equations with two or three unknowns.

MATRICES. knowledge on matrices Knowledge on matrix operations. Matrix as a tool of solving linear equations with two or three unknowns. MATRICES After studying this chapter you will acquire the skills in knowledge on matrices Knowledge on matrix operations. Matrix as a tool of solving linear equations with two or three unknowns. List of

More information

1300 Linear Algebra and Vector Geometry

1300 Linear Algebra and Vector Geometry 1300 Linear Algebra and Vector Geometry R. Craigen Office: MH 523 Email: craigenr@umanitoba.ca May-June 2017 Matrix Inversion Algorithm One payoff from this theorem: It gives us a way to invert matrices.

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

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

Put the following equations to slope-intercept form then use 2 points to graph

Put the following equations to slope-intercept form then use 2 points to graph Tuesday September 23, 2014 Warm-up: Put the following equations to slope-intercept form then use 2 points to graph 1. 4x - 3y = 8 8 x 6y = 16 2. 2x + y = 4 2x + y = 1 Tuesday September 23, 2014 Warm-up:

More information

Algebra II Vocabulary Alphabetical Listing. Absolute Maximum: The highest point over the entire domain of a function or relation.

Algebra II Vocabulary Alphabetical Listing. Absolute Maximum: The highest point over the entire domain of a function or relation. Algebra II Vocabulary Alphabetical Listing Absolute Maximum: The highest point over the entire domain of a function or relation. Absolute Minimum: The lowest point over the entire domain of a function

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

Algebra 2 Notes Systems of Equations and Inequalities Unit 03c. System of Equations in Three Variables

Algebra 2 Notes Systems of Equations and Inequalities Unit 03c. System of Equations in Three Variables System of Equations in Three Variables Big Idea A system of equations in three variables consists of multiple planes graphed on the same coordinate plane. The solutions to these systems consists of a single

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

Systems of Linear Equations and Matrices

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

More information

Name 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

For comments, corrections, etc Please contact Ahnaf Abbas: Sharjah Institute of Technology. Matrices Handout #8.

For comments, corrections, etc Please contact Ahnaf Abbas: Sharjah Institute of Technology. Matrices Handout #8. Matrices Handout #8 Topic Matrix Definition A matrix is an array of numbers: a a2... a n a2 a22... a 2n A =.... am am2... amn Matrices are denoted by capital letters : A,B,C,.. Matrix size or rank is determined

More information

8 Systems of Linear Equations

8 Systems of Linear Equations 8 Systems of Linear Equations 8.1 Systems of linear equations in two variables To solve a system of linear equations of the form { a1 x + b 1 y = c 1 x + y = c 2 means to find all its solutions (all pairs

More information

Ron Paul Curriculum 9th Grade Mathematics Problem Set #2

Ron Paul Curriculum 9th Grade Mathematics Problem Set #2 Problem Set # Find the value of each expression below, and then name the sets of numbers to which each value belongs:.. + 6.8. 7. 8 (.6). 8+ 5 5. 9/ Name the property illustrated by each equation: 6. z

More information