Ex 12A The Inverse matrix

Size: px
Start display at page:

Download "Ex 12A The Inverse matrix"

Transcription

1 Chapter 12: Matrices II TOPIC The Inverse Matrix TEXT: Essential Further Mathematics DATE SET PAGE(S) WORK 421 Exercise 12A: Q1 4 Applying the Inverse Matrix: Solving Simultaneous Equations 428 Exercise 12B: Q1-11 Transition Matrices and their applications Exercise 12C1 12C4 Setting up and interpreting transition matrices Exercise 12C1: Q1 Exercise 12C2: Q1-5 Using recursion to generate state matrices and steady state solutions 443 Exercise 12C3: Q1 5 Transition matrix modelling: Adding to and subtracting from 446 Exercise 12C4: Q1 2 Chapter Review Ex 12A The Inverse matrix 449 Multiple-choice questions: Q 1-22 Extended-response questions: Q1 The Identity Matrix A square matrix with all ones in the leading diagonal and zeros elsewhere is known as an identity matrix and is represented by the symbol I. Examples are given below: Identity matrices have the property such that, for a square matrix A: IA = AI = A Thus, it can be seen that an identify matrix has the same role in matrix arithmetic as the number one in normal arithmetic. i.e. just as (1 x 3 = 3 x 1 = 3) IA = AI = A 1

2 The Inverse Matrix (A -1 ) The inverse of a square matrix A, is called A -1 and has the property that: 1 1 A A A A I 2

3 The Determinant of a Matrix, det(a) OR A The determinant of a matrix is required in the evaluation of the inverse of that matrix The determinant of a matrix A is written as det (A) or A If then Example 1 Find the determinant of the matrices: A = B = C = Finding the Inverse of a Matrix The Inverse of a 2 x 2 Matrix If, then its inverse A -1 is given by A -1 = provided that det (A) 0 1 det A d c b a Hence, the inverse of a matrix only exists if its determinant is not equal to zero. Example 2 (a) If, find A -1. (b) If, find B -1. 3

4 Example 3 It is given that (a) If the determinant of P is -3, find the value of a. (b) Hence, find the inverse of P. Example 4 If the matrix (a) find A. (b) is A -1 defined? NOTE: Matrix A is an example of a singular matrix; its inverse is undefined since its determinant is zero. 4

5 Using CAS to determine the determinant and inverses of n n matrices (where n 2) 5

6 Example 5 For the matrix B = (i) find B (ii) find B -1 Example 6 For the matrix (i) find its determinant (ii) find its inverse 6

7 Applications of the inverse matrix:solving simultaneous linear equations Example 10 (a) Write a matrix equation that represents the pair of simultaneous equations: 4x + 2y = 5 3x + 2y = 2 (b) Solve this matrix equation. 7 NOTE: We say that this matrix equation has a unique solution.

8 Example 11 Solve the matrix equation x = y 2 1 Example 12 Solve the matrix equation x y z =

9 Simultaneous Equations that do not have a unique solution: All pairs of simultaneous equations can be graphed and their solution is their point of intersection written as a pair of coordinates. Sometimes simultaneous equations cannot be solved, meaning they don t have a unique solution. The reason that they cannot be solved is because not all square matrices have an inverse. A square matrix will not have an inverse if its determinant = 0. If the determinant = 0 (meaning the inverse is not defined) there are 2 types of graphs that are possible: 1. Equations are inconsistent: their graphs are parallel and thus do not intersect. Write these equations in matrix form and check the value of the determinant. 2. Equations are dependent: the graphs coincide (are the same graph) and thus do not intersect at a single point. Write these equations in matrix form and check the value of the determinant. 9

10 Example 13: Text Book Example 7 from Page

11 11

12 Transition matrices Transition matrices are used to determine the likelihood of an event occurring, given what has occurred previously, and then they can allow you predict what is expected to occur in the future. Features of a transition matrix Columns add to 1 and Top heading of the columns is "From" Side heading of the rows is "To". 12

13 Example 20: Setting up a transition matrix A factory has a large number of machinery. Machines can be in one of two states, operating or broken. Broken machines are repaired and come back into operation, and vice-versa. On a given day: 85% of machines that are operational stay operating 15% of machines that are operating break down 5% of machines that are broken are repaired and start operating 95% of machines that are broken stay broken Construct a transition matrix to describe this situation. Use the columns to define the situation at the Start of the day and the rows to describe the situation at the End of the day. Example 21: Setting up a transition matrix The following information relates to a survey conducted in January 2010 on supermarket shopping. 12% of store A customers will shop at store B in the following month 36% of store A customers will shop at store C the following month 40% of store B customers will shop at store B in the following month 44% of store B customers will shop at store C the following month 14% of store C customers will shop at store A in the following month 7% of store C customers will shop at store B the following month Represent this information as a transition matrix. 13

14 Example 22 Complete the following transition matrices by filling in the missing elements

15 Using recursion to generate state matrices step-by step. (d) The column matrix S 0 = is called the initial state matrix. (i) Construct a new state matrix S1 to show the number of cars at each branch after 1 week. (ii) Construct a new state matrix S2 to show the number of cars at each branch after 2 weeks. (iii) Construct a new state matrix S3 to show the number of cars at each branch after 3 weeks. (iv) Construct a new state matrix S14 to show the number of cars at each branch after 14 weeks. (v) Construct a new state matrix S15 to show the number of cars at each branch after 15 weeks. 15

16 A rule for determining the state matrix of a system after n steps. Recall: A recurrence relation has two parts starting value and rule for finding the next term. The recurrence relation : is used to generate state matrices step-by-step, and relies on knowing the previous state matrix. It is a slow method. A more efficient method for finding any state matrix can be developed: SUMMARY: Two methods for finding the state matrix after n steps: If the previous state matrix is known: Finding a state matrix at any step: Important: What do the subscripts and superscripts add to? What do the subscripts and superscripts add to? 16

17 The Steady (or equilibrium) State solution. As the number of transitions increases indefinitely, the population being considered will approach a steady state or state of equilibrium. This means the number in each category of the state matrix will converge on a particular value and will stabilise as the number of times the event occurs increases. NOTE: In general, a simple rule for determining the state matrix after n steps is: Sn = T n S0 If Sn = Sn+1, then a steady state solution is arrived at. In general, we say that: If S0 is the initial state matrix, then the steady state matrix S, is given by: S = T n S0 as n tends to infinity. In practice, values of n around 15 to 30 will give a very close approximation to the steady state solution. 17

18 18

19 Transition matrix modelling using the rule: If you want to increase (or decrease) the total number of objects in a system, at each step of the process, the following matrix recurrence relation must be used: NOTE: This recurrence rule does not lead to a simple rule for the state matrix after n steps. You have to work your way through this sort of problem step-by-step. 19

20 Skills Check Calculate the determinant of a matrix Know the properties of an inverse matrix Find the inverse of a square matrix using a calculator Use determinants to test a system of linear equations for solutions Use inverse matrices to solve systems of linear equations Use of the matrix recurrence relation:, to generate a sequence of state matrices, including an informal identification of the equilibrium or steady-state matrix in the case of regular state matrices Construct a transition matrix from a transition diagram and vice versa Construct a transition matrix to model the transitions in a population Use of the matrix recurrence relation to model systems that include external additions or reductions at each step of the process. 20

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

Answers to selected exercises

Answers to selected exercises Answers to selected exercises A First Course in Stochastic Models, Henk C. Tijms 1.1 ( ) 1.2 (a) Let waiting time if passengers already arrived,. Then,, (b) { (c) Long-run fraction for is (d) Let waiting

More information

Relationships Between Planes

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

More information

Instruction: Operations with Matrices ( ) ( ) log 8 log 25 = If the corresponding elements do not equal, then the matrices are not equal.

Instruction: Operations with Matrices ( ) ( ) log 8 log 25 = If the corresponding elements do not equal, then the matrices are not equal. 7 Instruction: Operations with Matrices Two matrices are said to be equal if they have the same size and their corresponding elements are equal. For example, 3 ( ) ( ) ( ) ( ) log 8 log log log3 8 If the

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

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

Northwood High School Algebra 2/Honors Algebra 2 Summer Review Packet

Northwood High School Algebra 2/Honors Algebra 2 Summer Review Packet Northwood High School Algebra 2/Honors Algebra 2 Summer Review Packet This assignment should serve as a review of the Algebra 1 skills necessary for success. Our hope is that this review will keep your

More information

Name: Class: Date: Describe a pattern in each sequence. What are the next two terms of each sequence?

Name: Class: Date: Describe a pattern in each sequence. What are the next two terms of each sequence? Class: Date: Unit 3 Practice Test Describe a pattern in each sequence. What are the next two terms of each sequence? 1. 24, 22, 20, 18,... Tell whether the sequence is arithmetic. If it is, what is the

More information

2017 Year 10 General Mathematics Topic 4: Number Patterns and Recursion

2017 Year 10 General Mathematics Topic 4: Number Patterns and Recursion 2017 Year 10 General Mathematics Topic 4: Number Patterns and Recursion This topic includes: the concept of a sequence as a function use of a first- order linear recurrence relation to generate the terms

More information

DETERMINANTS DEFINED BY ROW OPERATIONS

DETERMINANTS DEFINED BY ROW OPERATIONS DETERMINANTS DEFINED BY ROW OPERATIONS TERRY A. LORING. DETERMINANTS DEFINED BY ROW OPERATIONS Determinants of square matrices are best understood in terms of row operations, in my opinion. Most books

More information

FINAL (CHAPTERS 7-10) MATH 141 FALL 2018 KUNIYUKI 250 POINTS TOTAL

FINAL (CHAPTERS 7-10) MATH 141 FALL 2018 KUNIYUKI 250 POINTS TOTAL Math 141 Name: FINAL (CHAPTERS 7-10) MATH 141 FALL 2018 KUNIYUKI 250 POINTS TOTAL Show all work, simplify as appropriate, and use good form and procedure (as in class). Box in your final answers! No notes

More information

General Mathematics Topic 4: Number Patterns and Recursion

General Mathematics Topic 4: Number Patterns and Recursion General Mathematics Topic 4: Number Patterns and Recursion This topic includes: the concept of a sequence as a function use of a first- order linear recurrence relation to generate the terms of a number

More information

Matrix inversion and linear equations

Matrix inversion and linear equations Learning objectives. Matri inversion and linear equations Know Cramer s rule Understand how linear equations can be represented in matri form Know how to solve linear equations using matrices and Cramer

More information

Lesson 8T ~ Recursive Routines

Lesson 8T ~ Recursive Routines Lesson 8T ~ Recursive Routines Name Period Date Find the missing values in each sequence. Identif the start value and the operation that must be performed to arrive at the net term.., 7,,, 6,, Start Value:

More information

SEQUENCES AND SERIES

SEQUENCES AND SERIES A sequence is an ordered list of numbers. SEQUENCES AND SERIES Note, in this context, ordered does not mean that the numbers in the list are increasing or decreasing. Instead it means that there is a first

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

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

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

Linear Algebra. Matrices Operations. Consider, for example, a system of equations such as x + 2y z + 4w = 0, 3x 4y + 2z 6w = 0, x 3y 2z + w = 0.

Linear Algebra. Matrices Operations. Consider, for example, a system of equations such as x + 2y z + 4w = 0, 3x 4y + 2z 6w = 0, x 3y 2z + w = 0. Matrices Operations Linear Algebra Consider, for example, a system of equations such as x + 2y z + 4w = 0, 3x 4y + 2z 6w = 0, x 3y 2z + w = 0 The rectangular array 1 2 1 4 3 4 2 6 1 3 2 1 in which the

More information

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

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

More information

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

Elementary Matrices. which is obtained by multiplying the first row of I 3 by -1, and

Elementary Matrices. which is obtained by multiplying the first row of I 3 by -1, and Elementary Matrices In this special handout of material not contained in the text, we introduce the concept of elementary matrix. Elementary matrices are useful in several ways that will be shown in this

More information

AQR Unit 4: Using Recursion in Models and Decision Making Sequence Notes. Name: Date: Sequences

AQR Unit 4: Using Recursion in Models and Decision Making Sequence Notes. Name: Date: Sequences Name: Date: Sequences A number sequence is a set of numbers, usually separated by commas, arranged in an order. The first term is referred to as t 1, the second term as t 2, the third term as t 3 and so

More information

Further Mathematics 2016 Core: RECURSION AND FINANCIAL MODELLING Chapter 5 - Recurrence Relations

Further Mathematics 2016 Core: RECURSION AND FINANCIAL MODELLING Chapter 5 - Recurrence Relations Further Mathematics 2016 Core: RECURSION AND FINANCIAL MODELLING Chapter 5 - Recurrence Relations Extract from Study Design Key knowledge the concept of a first- order linear recurrence relation and its

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

Exercises Stochastic Performance Modelling. Hamilton Institute, Summer 2010

Exercises Stochastic Performance Modelling. Hamilton Institute, Summer 2010 Exercises Stochastic Performance Modelling Hamilton Institute, Summer Instruction Exercise Let X be a non-negative random variable with E[X ]

More information

Queuing Analysis. Chapter Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall

Queuing Analysis. Chapter Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall Queuing Analysis Chapter 13 13-1 Chapter Topics Elements of Waiting Line Analysis The Single-Server Waiting Line System Undefined and Constant Service Times Finite Queue Length Finite Calling Problem The

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

7.3. Determinants. Introduction. Prerequisites. Learning Outcomes

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

More information

8 Square matrices continued: Determinants

8 Square matrices continued: Determinants 8 Square matrices continued: Determinants 8.1 Introduction Determinants give us important information about square matrices, and, as we ll soon see, are essential for the computation of eigenvalues. You

More information

FINAL (CHAPTERS 7-9) MATH 141 SPRING 2018 KUNIYUKI 250 POINTS TOTAL

FINAL (CHAPTERS 7-9) MATH 141 SPRING 2018 KUNIYUKI 250 POINTS TOTAL Math 141 Name: FINAL (CHAPTERS 7-9) MATH 141 SPRING 2018 KUNIYUKI 250 POINTS TOTAL Show all work, simplify as appropriate, and use good form and procedure (as in class). Box in your final answers! No notes

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

Linear Algebra Primer

Linear Algebra Primer Introduction Linear Algebra Primer Daniel S. Stutts, Ph.D. Original Edition: 2/99 Current Edition: 4//4 This primer was written to provide a brief overview of the main concepts and methods in elementary

More information

8 Extremal Values & Higher Derivatives

8 Extremal Values & Higher Derivatives 8 Extremal Values & Higher Derivatives Not covered in 2016\17 81 Higher Partial Derivatives For functions of one variable there is a well-known test for the nature of a critical point given by the sign

More information

Multiplying matrices by diagonal matrices is faster than usual matrix multiplication.

Multiplying matrices by diagonal matrices is faster than usual matrix multiplication. 7-6 Multiplying matrices by diagonal matrices is faster than usual matrix multiplication. The following equations generalize to matrices of any size. Multiplying a matrix from the left by a diagonal matrix

More information

2.5 Multiplication of Matrices

2.5 Multiplication of Matrices Math 141: Business Mathematics I Fall 2015 2.5 Multiplication of Matrices Instructor: Yeong-Chyuan Chung Outline Another matrix operation - multiplication Representing and interpreting data using matrices

More information

Linear Algebra V = T = ( 4 3 ).

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

More information

A primer on matrices

A primer on matrices A primer on matrices Stephen Boyd August 4, 2007 These notes describe the notation of matrices, the mechanics of matrix manipulation, and how to use matrices to formulate and solve sets of simultaneous

More information

Elementary Linear Algebra

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

More information

Core Connections Algebra 2 Checkpoint Materials

Core Connections Algebra 2 Checkpoint Materials Core Connections Algebra 2 Note to Students (and their Teachers) Students master different skills at different speeds. No two students learn eactly the same way at the same time. At some point you will

More information

Mathematical Foundations of Programming. Nicolai Kraus. Draft of February 15, 2018

Mathematical Foundations of Programming. Nicolai Kraus. Draft of February 15, 2018 Very short lecture notes: Mathematical Foundations of Programming University of Nottingham, Computer Science, module code G54FOP, Spring 2018 Nicolai Kraus Draft of February 15, 2018 What is this? This

More information

5x 2 = 10. x 1 + 7(2) = 4. x 1 3x 2 = 4. 3x 1 + 9x 2 = 8

5x 2 = 10. x 1 + 7(2) = 4. x 1 3x 2 = 4. 3x 1 + 9x 2 = 8 1 To solve the system x 1 + x 2 = 4 2x 1 9x 2 = 2 we find an (easier to solve) equivalent system as follows: Replace equation 2 with (2 times equation 1 + equation 2): x 1 + x 2 = 4 Solve equation 2 for

More information

Course Number 432/433 Title Algebra II (A & B) H Grade # of Days 120

Course Number 432/433 Title Algebra II (A & B) H Grade # of Days 120 Whitman-Hanson Regional High School provides all students with a high- quality education in order to develop reflective, concerned citizens and contributing members of the global community. Course Number

More information

Lecture 8: Determinants I

Lecture 8: Determinants I 8-1 MATH 1B03/1ZC3 Winter 2019 Lecture 8: Determinants I Instructor: Dr Rushworth January 29th Determinants via cofactor expansion (from Chapter 2.1 of Anton-Rorres) Matrices encode information. Often

More information

Chapter 2. Matrix Arithmetic. Chapter 2

Chapter 2. Matrix Arithmetic. Chapter 2 Matrix Arithmetic Matrix Addition and Subtraction Addition and subtraction act element-wise on matrices. In order for the addition/subtraction (A B) to be possible, the two matrices A and B must have the

More information

Chapter 2. Ma 322 Fall Ma 322. Sept 23-27

Chapter 2. Ma 322 Fall Ma 322. Sept 23-27 Chapter 2 Ma 322 Fall 2013 Ma 322 Sept 23-27 Summary ˆ Matrices and their Operations. ˆ Special matrices: Zero, Square, Identity. ˆ Elementary Matrices, Permutation Matrices. ˆ Voodoo Principle. What is

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

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

MCR3U Unit 7 Lesson Notes

MCR3U Unit 7 Lesson Notes 7.1 Arithmetic Sequences Sequence: An ordered list of numbers identified by a pattern or rule that may stop at some number or continue indefinitely. Ex. 1, 2, 4, 8,... Ex. 3, 7, 11, 15 Term (of a sequence):

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

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

Math/CS 466/666: Homework Solutions for Chapter 3

Math/CS 466/666: Homework Solutions for Chapter 3 Math/CS 466/666: Homework Solutions for Chapter 3 31 Can all matrices A R n n be factored A LU? Why or why not? Consider the matrix A ] 0 1 1 0 Claim that this matrix can not be factored A LU For contradiction,

More information

M.A.P. Matrix Algebra Procedures. by Mary Donovan, Adrienne Copeland, & Patrick Curry

M.A.P. Matrix Algebra Procedures. by Mary Donovan, Adrienne Copeland, & Patrick Curry M.A.P. Matrix Algebra Procedures by Mary Donovan, Adrienne Copeland, & Patrick Curry This document provides an easy to follow background and review of basic matrix definitions and algebra. Because population

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

MCPS Algebra II Pacing Guide

MCPS Algebra II Pacing Guide Units to be covered 1 st Semester: Units to be covered 2 nd Semester: Vocabulary Semester Class: 10 days Year Long: 20 days OR Unit: Functions & Graphs Include content with individual units SOL AII.6 Recognize

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 Linear Equations and Matrices

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

More information

1 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

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

Inverses and Determinants

Inverses and Determinants Engineering Mathematics 1 Fall 017 Inverses and Determinants I begin finding the inverse of a matrix; namely 1 4 The inverse, if it exists, will be of the form where AA 1 I; which works out to ( 1 4 A

More information

Chapter 2: Time Series Modelling. Chapter 3: Discrete Models. Notes. Notes. Intro to the Topic Time Series Discrete Models Growth and Decay

Chapter 2: Time Series Modelling. Chapter 3: Discrete Models. Notes. Notes. Intro to the Topic Time Series Discrete Models Growth and Decay Chapter 2: Modelling 6 / 71 Chapter 3: 7 / 71 Glossary of Terms Here are some of the types of symbols you will see in this section: Name Symbol Face Examples Vector Lower-case bold u, v, p Matrix Upper-case

More information

Solving and Graphing Polynomials

Solving and Graphing Polynomials UNIT 9 Solving and Graphing Polynomials You can see laminar and turbulent fl ow in a fountain. Copyright 009, K1 Inc. All rights reserved. This material may not be reproduced in whole or in part, including

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

Linear Algebra Summary. Based on Linear Algebra and its applications by David C. Lay

Linear Algebra Summary. Based on Linear Algebra and its applications by David C. Lay Linear Algebra Summary Based on Linear Algebra and its applications by David C. Lay Preface The goal of this summary is to offer a complete overview of all theorems and definitions introduced in the chapters

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

y x -0.5 y

y x -0.5 y SOLVING LINEAR ALGEBRAIC SYSTEMS and CRAMER'S RULE These notes should provide you with a brief review of the facts about linear algebraic systems and a method, Cramer's Rule, that is useful in solving

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

Vocabulary. Term Page Definition Clarifying Example. arithmetic sequence. explicit formula. finite sequence. geometric mean. geometric sequence

Vocabulary. Term Page Definition Clarifying Example. arithmetic sequence. explicit formula. finite sequence. geometric mean. geometric sequence CHAPTER 2 Vocabulary The table contains important vocabulary terms from Chapter 2. As you work through the chapter, fill in the page number, definition, and a clarifying example. arithmetic Term Page Definition

More information

Essential Question: How are the mean and the standard deviation determined from a discrete probability distribution?

Essential Question: How are the mean and the standard deviation determined from a discrete probability distribution? Probability and Statistics The Binomial Probability Distribution and Related Topics Chapter 5 Section 1 Introduction to Random Variables and Probability Distributions Essential Question: How are the mean

More information

SCHOOL OF BUSINESS, ECONOMICS AND MANAGEMENT BUSINESS MATHEMATICS / MATHEMATICAL ANALYSIS

SCHOOL OF BUSINESS, ECONOMICS AND MANAGEMENT BUSINESS MATHEMATICS / MATHEMATICAL ANALYSIS SCHOOL OF BUSINESS, ECONOMICS AND MANAGEMENT BUSINESS MATHEMATICS / MATHEMATICAL ANALYSIS Unit Six Moses Mwale e-mail: moses.mwale@ictar.ac.zm BBA 120 Business Mathematics Contents Unit 6: Matrix Algebra

More information

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

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

More information

The Laplace Expansion Theorem: Computing the Determinants and Inverses of Matrices

The Laplace Expansion Theorem: Computing the Determinants and Inverses of Matrices The Laplace Expansion Theorem: Computing the Determinants and Inverses of Matrices David Eberly, Geometric Tools, Redmond WA 98052 https://www.geometrictools.com/ This work is licensed under the Creative

More information

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

Chapter 1: Systems of linear equations and matrices. Section 1.1: Introduction to systems of linear equations Chapter 1: Systems of linear equations and matrices Section 1.1: Introduction to systems of linear equations Definition: A linear equation in n variables can be expressed in the form a 1 x 1 + a 2 x 2

More information

Lesson 8 ~ Recursive Routines

Lesson 8 ~ Recursive Routines Lesson 8 ~ Recursive Routines Find the missing values in each sequence. Identif the start value and the operation that must be performed to arrive at the net term.., 7,,, 6,,.,,,, 7,,,. 7,, 7,, 7,,.,,

More information

STUDY GUIDE Math 20. To accompany Intermediate Algebra for College Students By Robert Blitzer, Third Edition

STUDY GUIDE Math 20. To accompany Intermediate Algebra for College Students By Robert Blitzer, Third Edition STUDY GUIDE Math 0 To the students: To accompany Intermediate Algebra for College Students By Robert Blitzer, Third Edition When you study Algebra, the material is presented to you in a logical sequence.

More information

L06. Chapter 6: Continuous Probability Distributions

L06. Chapter 6: Continuous Probability Distributions L06 Chapter 6: Continuous Probability Distributions Probability Chapter 6 Continuous Probability Distributions Recall Discrete Probability Distributions Could only take on particular values Continuous

More information

Section 2.2: The Inverse of a Matrix

Section 2.2: The Inverse of a Matrix Section 22: The Inverse of a Matrix Recall that a linear equation ax b, where a and b are scalars and a 0, has the unique solution x a 1 b, where a 1 is the reciprocal of a From this result, it is natural

More information

EC5555 Economics Masters Refresher Course in Mathematics September 2014

EC5555 Economics Masters Refresher Course in Mathematics September 2014 EC5555 Economics Masters Refresher Course in Mathematics September 4 Lecture Matri Inversion and Linear Equations Ramakanta Patra Learning objectives. Matri inversion Matri inversion and linear equations

More information

Chapter 2: Discrete Models

Chapter 2: Discrete Models Mathematical Modelling Computational Science Data Analytics Examples of Deep Analytics Chapter 2: 30/226 Glossary of Terms Here are some of the types of symbols you will see in the Module: Name Symbol

More information

Fundamental Principle of Counting: If event A can occur in m ways and event B can occur in n ways, then both events can occur in m n ways.

Fundamental Principle of Counting: If event A can occur in m ways and event B can occur in n ways, then both events can occur in m n ways. ELM Tutorial Unit.1 Apply the Counting Principle Fundamental Principle of Counting: If event A can occur in m ways and event B can occur in n ways, then both events can occur in m n ways. Suppose there

More information

Review problems for MA 54, Fall 2004.

Review problems for MA 54, Fall 2004. Review problems for MA 54, Fall 2004. Below are the review problems for the final. They are mostly homework problems, or very similar. If you are comfortable doing these problems, you should be fine on

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

10-1 Sequences as Functions. Determine whether each sequence is arithmetic. Write yes or no , 3, 0, 3, 9

10-1 Sequences as Functions. Determine whether each sequence is arithmetic. Write yes or no , 3, 0, 3, 9 Determine whether each sequence is arithmetic. Write yes or no. 22. 9, 3, 0, 3, 9 Find the next four terms of each arithmetic sequence. Then graph the sequence. 26. 10, 2, 6, 14, There is no common difference.

More information

2.3 Terminology for Systems of Linear Equations

2.3 Terminology for Systems of Linear Equations page 133 e 2t sin 2t 44 A(t) = t 2 5 te t, a = 0, b = 1 sec 2 t 3t sin t 45 The matrix function A(t) in Problem 39, with a = 0 and b = 1 Integration of matrix functions given in the text was done with

More information

Final Exam Study Guide Mathematical Thinking, Fall 2003

Final Exam Study Guide Mathematical Thinking, Fall 2003 Final Exam Study Guide Mathematical Thinking, Fall 2003 Chapter R Chapter R contains a lot of basic definitions and notations that are used throughout the rest of the book. Most of you are probably comfortable

More information

Pair of Linear Equations in Two Variables

Pair of Linear Equations in Two Variables Pair of Linear Equations in Two Variables Linear equation in two variables x and y is of the form ax + by + c= 0, where a, b, and c are real numbers, such that both a and b are not zero. Example: 6x +

More information

Matrix Operations: Determinant

Matrix Operations: Determinant Matrix Operations: Determinant Determinants Determinants are only applicable for square matrices. Determinant of the square matrix A is denoted as: det(a) or A Recall that the absolute value of the determinant

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

COLLEGE ALGEBRA. Properties of Real Numbers with Clock Arithmetic

COLLEGE ALGEBRA. Properties of Real Numbers with Clock Arithmetic COLLEGE ALGEBRA By: Sister Mary Rebekah www.survivormath.weebly.com Cornell-Style Fill in the Blank Notes and Teacher s Key Properties of Real Numbers with Clock Arithmetic 1 Topic: Clock Arithmetic Addition

More information

Elementary Linear Algebra

Elementary Linear Algebra Elementary Linear Algebra Linear algebra is the study of; linear sets of equations and their transformation properties. Linear algebra allows the analysis of; rotations in space, least squares fitting,

More information

Linear Algebra: Lecture notes from Kolman and Hill 9th edition.

Linear Algebra: Lecture notes from Kolman and Hill 9th edition. Linear Algebra: Lecture notes from Kolman and Hill 9th edition Taylan Şengül March 20, 2019 Please let me know of any mistakes in these notes Contents Week 1 1 11 Systems of Linear Equations 1 12 Matrices

More information

William Stallings Copyright 2010

William Stallings Copyright 2010 A PPENDIX E B ASIC C ONCEPTS FROM L INEAR A LGEBRA William Stallings Copyright 2010 E.1 OPERATIONS ON VECTORS AND MATRICES...2 Arithmetic...2 Determinants...4 Inverse of a Matrix...5 E.2 LINEAR ALGEBRA

More information

Algebra 1 Skills Needed for Success in Math

Algebra 1 Skills Needed for Success in Math Algebra 1 Skills Needed for Success in Math A. Simplifing Polnomial Epressions Objectives: The student will be able to: Appl the appropriate arithmetic operations and algebraic properties needed to simplif

More information

A C E. Answers Investigation 2. Applications. Age (wk) Weight (oz) 1. a. Accept any line that approximates the data. Here is one possibility:

A C E. Answers Investigation 2. Applications. Age (wk) Weight (oz) 1. a. Accept any line that approximates the data. Here is one possibility: Answers Applications 1. a. Accept any line that approximates the data. Here is one possibility: 4. a. Lines will vary. Here is one possibility: b. y = 8.5x 2.5. Students might come up with a simpler model

More information

Matrices BUSINESS MATHEMATICS

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

More information

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 96 (3581) CA 6: Property Identification Mt. San Jacinto College Menifee Valley Campus Spring 2013

Mathematics 96 (3581) CA 6: Property Identification Mt. San Jacinto College Menifee Valley Campus Spring 2013 Mathematics 96 (358) CA 6: Property Identification Mt. San Jacinto College Menifee Valley Campus Spring 203 Name This class addendum is worth a maximum of five (5) points. It is due no later than the end

More information

8 th Grade Mathematics

8 th Grade Mathematics 8 th Grade Mathematics Unit #3: Modeling Relationships with Functions Pacing: 25 Days Unit Overview In this unit, students model functions in different ways (algebraically, graphically, numerically in

More information

Appendix C Vector and matrix algebra

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

More information

Discrete probability distributions

Discrete probability distributions Discrete probability s BSAD 30 Dave Novak Fall 08 Source: Anderson et al., 05 Quantitative Methods for Business th edition some slides are directly from J. Loucks 03 Cengage Learning Covered so far Chapter

More information