Chapter 6 Systems of Linear Equations and Matrices Sections 6.3 – 6.5.

Slides:



Advertisements
Similar presentations
Precalculus Lesson 7.2 Matrix Algebra 4/6/2017 8:43 PM
Advertisements

Copyright © 2009 Pearson Education, Inc. CHAPTER 9: Systems of Equations and Matrices 9.1 Systems of Equations in Two Variables 9.2 Systems of Equations.
Mathematics. Matrices and Determinants-1 Session.
MF-852 Financial Econometrics
Matrices MSU CSE 260.
Arithmetic Operations on Matrices. 1. Definition of Matrix 2. Column, Row and Square Matrix 3. Addition and Subtraction of Matrices 4. Multiplying Row.
3.8 Matrices.
1 Operations with Matrice 2 Properties of Matrix Operations
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
Section 6.1 Systems of Linear Equations
Compiled By Raj G. Tiwari
Barnett/Ziegler/Byleen Finite Mathematics 11e1 Review for Chapter 4 Important Terms, Symbols, Concepts 4.1. Systems of Linear Equations in Two Variables.
Rev.S08 MAC 1140 Module 10 System of Equations and Inequalities II.
Matrix Algebra. Quick Review Quick Review Solutions.
Chap. 2 Matrices 2.1 Operations with Matrices
Slide Chapter 7 Systems and Matrices 7.1 Solving Systems of Two Equations.
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Slide 7- 1.
Chapter 5.7 Properties of Matrices. Basic Definitions It is necessary to use capital letters to name matrices. Also, subscript notation is often used.
Chapter 8 Matrices and Determinants Copyright © 2014, 2010, 2007 Pearson Education, Inc Matrix Operations and Their Applications.
Overview Definitions Basic matrix operations (+, -, x) Determinants and inverses.
8.1 Matrices & Systems of Equations
Copyright © 2011 Pearson, Inc. 7.2 Matrix Algebra.
Copyright © 2013, 2009, 2005 Pearson Education, Inc. 1 5 Systems and Matrices Copyright © 2013, 2009, 2005 Pearson Education, Inc.
1 C ollege A lgebra Systems and Matrices (Chapter5) 1.
Unit 6 : Matrices.
10.4 Matrix Algebra 1.Matrix Notation 2.Sum/Difference of 2 matrices 3.Scalar multiple 4.Product of 2 matrices 5.Identity Matrix 6.Inverse of a matrix.
Algebra 3: Section 5.5 Objectives of this Section Find the Sum and Difference of Two Matrices Find Scalar Multiples of a Matrix Find the Product of Two.
Chapter 3 Determinants Linear Algebra. Ch03_2 3.1 Introduction to Determinants Definition The determinant of a 2  2 matrix A is denoted |A| and is given.
Slide Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley.
Copyright © Cengage Learning. All rights reserved. 7 Linear Systems and Matrices.
Chapter 6 Matrices and Determinants Copyright © 2014, 2010, 2007 Pearson Education, Inc Matrix Operations and Their Applications.
Meeting 18 Matrix Operations. Matrix If A is an m x n matrix - that is, a matrix with m rows and n columns – then the scalar entry in the i th row and.
Chapter 8 Matrices and Determinants Matrix Solutions to Linear Systems.
Chapter 2 Determinants. With each square matrix it is possible to associate a real number called the determinant of the matrix. The value of this number.
Sec 4.1 Matrices.
Copyright © Cengage Learning. All rights reserved. 2 SYSTEMS OF LINEAR EQUATIONS AND MATRICES.
TH EDITION LIAL HORNSBY SCHNEIDER COLLEGE ALGEBRA.
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall Chapter 5 More Work with Matrices
10.4 Matrix Algebra 1.Matrix Notation 2.Sum/Difference of 2 matrices 3.Scalar multiple 4.Product of 2 matrices 5.Identity Matrix 6.Inverse of a matrix.
Matrices and Matrix Operations. Matrices An m×n matrix A is a rectangular array of mn real numbers arranged in m horizontal rows and n vertical columns.
MATRIX A set of numbers arranged in rows and columns enclosed in round or square brackets is called a matrix. The order of a matrix gives the number of.
2.5 – Determinants and Multiplicative Inverses of Matrices.
LEARNING OUTCOMES At the end of this topic, student should be able to :  D efination of matrix  Identify the different types of matrices such as rectangular,
2 - 1 Chapter 2A Matrices 2A.1 Definition, and Operations of Matrices: 1 Sums and Scalar Products; 2 Matrix Multiplication 2A.2 Properties of Matrix Operations;
If A and B are both m × n matrices then the sum of A and B, denoted A + B, is a matrix obtained by adding corresponding elements of A and B. add these.
Ch. 12 Vocabulary 1.) matrix 2.) element 3.) scalar 4.) scalar multiplication.
Section 6-2: Matrix Multiplication, Inverses and Determinants There are three basic matrix operations. 1.Matrix Addition 2.Scalar Multiplication 3.Matrix.
10.4 Matrix Algebra. 1. Matrix Notation A matrix is an array of numbers. Definition Definition: The Dimension of a matrix is m x n “m by n” where m =
MATRICES A rectangular arrangement of elements is called matrix. Types of matrices: Null matrix: A matrix whose all elements are zero is called a null.
College Algebra Chapter 6 Matrices and Determinants and Applications
MTH108 Business Math I Lecture 20.
3.8 Matrices L Al-zaid Math1101.
MATRICES.
College Algebra Chapter 6 Matrices and Determinants and Applications
Linear Algebra Lecture 2.
Finding the Inverse of a Matrix
Matrix Operations SpringSemester 2017.
Section 7.4 Matrix Algebra.
Matrix Algebra.
Chapter 4 Systems of Linear Equations; Matrices
Section 2.4 Matrices.
Matrix Algebra.
Multiplication of Matrices
Chapter 4 Systems of Linear Equations; Matrices
Rayat Shikshan Sanstha’s S.M.Joshi College, Hadapsar -28
Matrix Operations Ms. Olifer.
Matrix Operations SpringSemester 2017.
3.5 Perform Basic Matrix Operations Algebra II.
Presentation transcript:

Chapter 6 Systems of Linear Equations and Matrices Sections 6.3 – 6.5

6.3 Basic Matrix Operations Size of a matrix Row matrix Column matrix Square matrix Element of matrix A: a ij : element in row i and column j

Sum of two matrices Sum of two matrices of the same size: Given matrices X and Y (both have the same size m  n). Matrix Z = X + Y has elements z ij = x ij + y ij, where x ij, y ij, z ij are the elements on the i-th row, j-th column of matrices X, Y and Z.

Additive inverse of a matrix A is the matrix –A in which each element is the additive inverse of the corresponding element of A. Zero matrix O: all elements are zeros. Identity property: A + O = O + A = O, A is any matrix.

Subtraction: The difference of X and Y (same size) is matrix Z, in which each element is the difference of the corresponding elements of X and Y, or, equivalently: Z = X – Y = X + (– Y)

Product of a scalar k and a matrix X is the matrix kX, each of whose elements is k times the corresponding element of X. Exercise: Let Find each of the following: 1. 2A2. –3B3. 3A – 10B

Product of a Row Matrix and a Column Matrix 6.4 MATRIX PRODUCT AND INVERSE

Matrix Product If A is an m × p matrix and B is a p × n matrix, then the matrix product of A and B, denoted AB, is an m × n matrix whose element in the ith row and jth column is the real number obtained from the product of the ith row of A and the jth column of B. If the number of columns in A does not equal the number of rows in B, then the matrix product AB is not defined.

Check Sizes Before Multiplication

MATRIX PRODUCT

Example

Product (Sigma Notation) Let A be an m  n matrix and let B be an n  k matrix. The product matrix AB (denoted C) is the m  k matrix whose entry in the i-th row and j-th column is: C ij =

Properties Associative property: A(BC) = (AB)C, A+(B+C) = (A+B)+C Distributive property: A(B+C) = AB + AC Identity matrix I: On the main diagonal: all elements are 1 Elsewhere: all elements are 0 Not commutative: AB  BA in general

Definition of inverse matrix: Given matrix A, if exists matrix B so that AB = I, B is called inverse matrix, and denoted A -1 (read A-inverse). Singular, non-singular matrix Inverse matrix calculation: 1.Form the augmented matrix [A| I] 2.Perform row operations on [A| I] to get a matrix of the form [I | B]. 3.Matrix B is A -1.

6.5 Applications of Matrices 1. Solving systems with matrices: System AX = B, where A is coefficient matrix, X is the matrix of variables, and B is the matrix of constants, is solved by first finding A -1. Then, if A -1 exists, X = A -1 B. Example: 2x – 3y = 4 x + 5y = 2 Write matrices A, X, B in this example.

6.5 Applications of Matrices 2. Input-output analysis Input-output matrix A (or technological matrix) of an economy. Example 3.

6.5 Applications of Matrices 2. Input-output analysis Production matrix X Demand matrix D = X – AX Example 4.

6.5 Applications of Matrices 2. Input-output analysis In practice, A and D are known, we need to find the production matrix: X –1 = (I – A) –1 D Example 6: An economy depends on 2 basic products: wheat and oil. To produce 1 ton of wheat requires.25 ton of wheat and.33 ton of oil. The production of 1 ton of oil consumes.08 ton of wheat and.11 ton of oil. Find the production that will satisfy the demand of 500 ton of wheat and 1000 ton of oil.