“No one can be told what the matrix is…

Slides:



Advertisements
Similar presentations
2.3 Modeling Real World Data with Matrices
Advertisements

Matrix A rectangular array of terms. Each term is an element of the matrix. Each matrix is describe by its dimensions. ( m x n) Where m is the number.
Chapter Matrices Matrix Arithmetic
Maths for Computer Graphics
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.
Chapter 2 Solving Linear Systems Matrix Definitions –Matrix--- Rectangular array/ block of numbers. –The size/order/dimension of a matrix: (The numbers.
Matrix Algebra. Quick Review Quick Review Solutions.
TH EDITION LIAL HORNSBY SCHNEIDER COLLEGE ALGEBRA.
Copyright © 2013, 2009, 2005 Pearson Education, Inc. 1 5 Systems and Matrices Copyright © 2013, 2009, 2005 Pearson Education, Inc.
Chapter 8 Matrices and Determinants Copyright © 2014, 2010, 2007 Pearson Education, Inc Matrix Operations and Their Applications.
Matrices. A matrix, A, is a rectangular collection of numbers. A matrix with “m” rows and “n” columns is said to have order m x n. Each entry, or element,
Copyright © 2011 Pearson, Inc. 7.2 Matrix Algebra.
1 C ollege A lgebra Systems and Matrices (Chapter5) 1.
Unit 6 : Matrices.
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.
13.1 Matrices and Their Sums
Company LOGO Chapter 1: Matrix, Determinant, System of linear equations Module 1: Matrix Natural Science Department Example 1: The following rectangular.
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.
Operations with Matrices
Prepared by Deluar Jahan Moloy Lecturer Northern University Bangladesh
Chapter 6 Systems of Linear Equations and Matrices Sections 6.3 – 6.5.
Notes 7.2 – Matrices I. Matrices A.) Def. – A rectangular array of numbers. An m x n matrix is a matrix consisting of m rows and n columns. The element.
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.
Slide Copyright © 2009 Pearson Education, Inc. 7.3 Matrices.
Matrices Section 2.6. Section Summary Definition of a Matrix Matrix Arithmetic Transposes and Powers of Arithmetic Zero-One matrices.
Matrices: Simplifying Algebraic Expressions Combining Like Terms & Distributive Property.
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.
Algebra Matrix Operations. Definition Matrix-A rectangular arrangement of numbers in rows and columns Dimensions- number of rows then columns Entries-
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.
Section – Operations with Matrices No Calculator By the end of this lesson you should be able to: Write a matrix and identify its order Determine.
Systems of Equations and Matrices Review of Matrix Properties Mitchell.
Precalculus Section 14.1 Add and subtract matrices Often a set of data is arranged in a table form A matrix is a rectangular.
Matrix – is a rectangular arrangement of numbers in rows and columns. Dimensions – Size – m is rows, n is columns. m x n ( row ∙ column) Elements – The.
Matrix Algebra Definitions Operations Matrix algebra is a means of making calculations upon arrays of numbers (or data). Most data sets are matrix-type.
Matrices. Variety of engineering problems lead to the need to solve systems of linear equations matrixcolumn vectors.
CS 285- Discrete Mathematics Lecture 11. Section 3.8 Matrices Introduction Matrix Arithmetic Transposes and Power of Matrices Zero – One Matrices Boolean.
A very brief introduction to Matrix (Section 2.7) Definitions Some properties Basic matrix operations Zero-One (Boolean) matrices.
Matrices. Matrix A matrix is an ordered rectangular array of numbers. The entry in the i th row and j th column is denoted by a ij. Ex. 4 Columns 3 Rows.
2.3 Modeling Real World Data with Matrices
MTH108 Business Math I Lecture 20.
Properties and Applications of Matrices
MATRICES.
12-1 Organizing Data Using Matrices
Christmas Packets are due on Friday!!!
Matrix Operations Free powerpoints at
Matrix Operations.
College Algebra Chapter 6 Matrices and Determinants and Applications
Matrix Operations.
Matrix Operations Free powerpoints at
Matrix Operations Monday, August 06, 2018.
Matrix Operations.
Basic Matrix Operations
Matrix Operations SpringSemester 2017.
Section 7.4 Matrix Algebra.
Matrix Operations Free powerpoints at
7.3 Matrices.
Math-2 (honors) Matrix Algebra
MATRICES MATRIX OPERATIONS.
Section 2.4 Matrices.
3.5 Perform Basic Matrix Operations
Chapter 4 Matrices & Determinants
MATRICES MATRIX OPERATIONS.
Matrix Operations SpringSemester 2017.
3.8 Matrices L Al-zaid Math1101.
Presentation transcript:

“No one can be told what the matrix is… they have to see it for themselves…” - Lawrence Fishburne It’s a good thing we have Section 7.2a!!!

Let m and n be positive integers. An m x n matrix Definition: Matrix Let m and n be positive integers. An m x n matrix (read “m by n matrix”) is a rectangular array of m rows and n columns of real numbers. We also use the shorthand notation [a ] for this matrix. ij

Definition: Matrix Each element, or entry, a , of the matrix uses double subscript notation. The row subscript is the first subscript i, and the column subscript is j. The element a is in the i-th row and j-th column. In general the order of an m x n matrix is m x n. If m = n, the matrix is a square matrix. Two matrices are equal matrices if they have the same order and their corresponding elements are equal. ij ij

Practice Problem!!! Order 2 x 3 = –2 = 2 Determine the order of the matrix, and identify the specified elements. Order 2 x 3 = –2 = 2

Practice Problem!!! Order 4 x 2 = 4 Doesn’t exist! Determine the order of the matrix, and identify the specified elements. Order 4 x 2 = 4 Doesn’t exist!

Matrix Addition and Subtraction We can add or subtract matrices of the same order by adding or subtracting their corresponding entries. Matrices of different orders cannot be added or subtracted!!! Let and be matrices of order m x n. 1. The sum A + B is the m x n matrix 2. The difference A – B is the m x n matrix

Scalar Multiplication of Matrices When dealing with matrices, real numbers are scalars. The product of the real number k and the m x n matrix is the m x n matrix The matrix is a scalar multiple of A.

A Few More Definitions… Let A = [a ] be any m x n matrix. The m x n matrix O = [0] consisting entirely of zeros is the zero matrix because A + O = A. In other words, O is the additive identity for the set of all m x n matrices. The m x n matrix B = [–a ] consisting of the additive inverses of the entries of A is the additive inverse of A because A + B = O. ij ij

Practice Problem!!! For the given matrices, find (a) A + B, (b) A – B, (c) 3A, and (d) 2A – 3B.

Practice Problem!!! For the given matrices, find (a) A + B, (b) A – B, (c) 3A, and (d) 2A – 3B.

Practice Problem!!! Let A = [a ] and B = [b ] be 2 x 2 matrices with a = 3i – j and b = i + j – 3 for i = 1, 2, and j = 1, 2. ij ij ij 2 2 ij 1. Determine A and B.

Practice Problem!!! Let A = [a ] and B = [b ] be 2 x 2 matrices with a = 3i – j and b = i + j – 3 for i = 1, 2, and j = 1, 2. ij ij ij 2 2 ij 2. Determine the additive inverse –A of A and verify that A + (–A) = [0]. What is the order of [0]?  The order of [0] is 2 x 2.

Practice Problem!!! Let A = [a ] and B = [b ] be 2 x 2 matrices with a = 3i – j and b = i + j – 3 for i = 1, 2, and j = 1, 2. ij ij ij 2 2 ij 3. Determine 3A – 2B.

Matrix Multiplication

Definition: Matrix Multiplication Let A = [a ] be an m x r matrix and B = [b ] an r x n matrix. ij ij The product AB = [c ] is the m x n matrix where ij  To multiply two matrices, the columns of the first matrix must equal the rows of the second matrix. The resulting matrix has rows and columns determined by the “outside” values. Ex: Can we multiply a 3 x 2 matrix and a 2 x 4 matrix??? (3 x 2)(2 x 4) Yes, we can multiply… and the result is a 3 x 4 matrix…

Find the product AB, where possible:  Support with a calculator???

Find the product AB, where possible: The product AB is not defined!!! Why??

A florist makes three different cut flower arrangements (I, II, and III). Matrix A shows the number of each type of flower used in each arrangement. I II III Roses A = Carnations Lilies The florist can buy his flowers from two different wholesalers (W1 and W2), but wants to give all his business to one or the other. The cost of the three flower types from the two whole- salers is shown in matrix B. W1 W2 Roses B = Carnations Lilies

Construct a matrix showing the cost of making each of the three I II III W1 W2 Roses Roses A = Carnations B = Carnations Lilies Lilies Construct a matrix showing the cost of making each of the three flower arrangements from flowers supplied by the two different wholesalers. We want the columns of A to match up with the rows of B, so we first switch the rows and columns of A: Rose Carn Lily I The new matrix is called the transpose of A, and is denoted A T II III

Construct a matrix showing the cost of making each of the three I II III W1 W2 Roses Roses A = Carnations B = Carnations Lilies Lilies Construct a matrix showing the cost of making each of the three flower arrangements from flowers supplied by the two different wholesalers. T Now, we find the product A B: Rose Carn Lily W1 W2 W1 W2 I Rose I II x Carn = II III Lily III