2 2.4 © 2016 Pearson Education, Ltd. Matrix Algebra PARTITIONED MATRICES.

Slides:



Advertisements
Similar presentations
Lesson 12.2 Matrix Multiplication. 3 Row and Column Order The rows in a matrix are usually indexed 1 to m from top to bottom. The columns are usually.
Advertisements

Chapter Matrices Matrix Arithmetic
1 1.8 © 2012 Pearson Education, Inc. Linear Equations in Linear Algebra INTRODUCTION TO LINEAR TRANSFORMATIONS.
Contents Introduction Matrix Multiplication Partitioned Matrices
Linear Equations in Linear Algebra
Matrix Algebra THE INVERSE OF A MATRIX © 2012 Pearson Education, Inc.
6 6.1 © 2012 Pearson Education, Inc. Orthogonality and Least Squares INNER PRODUCT, LENGTH, AND ORTHOGONALITY.
8.4 Matrix Operations Day 1 Thurs May 7 Do Now Solve X – 2y = -6 3x + 4y = 7.
1.3 Matrices and Matrix Operations.
1 1.4 Linear Equations in Linear Algebra THE MATRIX EQUATION © 2016 Pearson Education, Inc.
2 2.1 © 2016 Pearson Education, Inc. Matrix Algebra MATRIX OPERATIONS.
AN ORTHOGONAL PROJECTION
1 1.3 © 2012 Pearson Education, Inc. Linear Equations in Linear Algebra VECTOR EQUATIONS.
1.3 Matrices and Matrix Operations. Definition A matrix is a rectangular array of numbers. The numbers in the array are called the entries in the matrix.
Matrices Addition & Subtraction Scalar Multiplication & Multiplication Determinants Inverses Solving Systems – 2x2 & 3x3 Cramer’s Rule.
Lecture 7 Matrices CSCI – 1900 Mathematics for Computer Science Fall 2014 Bill Pine.
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.
Slide Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley.
Matrices Matrices A matrix (say MAY-trix) is a rectan- gular array of objects (usually numbers). An m  n (“m by n”) matrix has exactly m horizontal.
2009/9 1 Matrices(§3.8)  A matrix is a rectangular array of objects (usually numbers).  An m  n (“m by n”) matrix has exactly m horizontal rows, and.
Discrete Mathematics 1 Kemal Akkaya DISCRETE MATHEMATICS Lecture 16 Dr. Kemal Akkaya Department of Computer Science.
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.
2 2.1 © 2012 Pearson Education, Inc. Matrix Algebra MATRIX OPERATIONS.
Matrices: Simplifying Algebraic Expressions Combining Like Terms & Distributive Property.
MATRICES MATRIX OPERATIONS. About Matrices  A matrix is a rectangular arrangement of numbers in rows and columns. Rows run horizontally and columns run.
1.3 Matrices and Matrix Operations. A matrix is a rectangular array of numbers. The numbers in the arry are called the Entries in the matrix. The size.
Sec 4.1 Matrices.
Section 9-1 An Introduction to Matrices Objective: To perform scalar multiplication on a matrix. To solve matrices for variables. To solve problems using.
Algebra Matrix Operations. Definition Matrix-A rectangular arrangement of numbers in rows and columns Dimensions- number of rows then columns Entries-
Chapter 1 Section 1.5 Matrix Operations. Matrices A matrix (despite the glamour of the movie) is a collection of numbers arranged in a rectangle or an.
Matrices Digital Lesson. Copyright © by Houghton Mifflin Company, Inc. All rights reserved. 2 A matrix is a rectangular array of real numbers. Each entry.
What is Matrix Multiplication? Matrix multiplication is the process of multiplying two matrices together to get another matrix. It differs from scalar.
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.
Table of Contents Matrices - Definition and Notation A matrix is a rectangular array of numbers. Consider the following matrix: Matrix B has 3 rows and.
2 2.2 © 2016 Pearson Education, Ltd. Matrix Algebra THE INVERSE OF A MATRIX.
1 1.4 Linear Equations in Linear Algebra THE MATRIX EQUATION © 2016 Pearson Education, Ltd.
Notes Over 4.2 Finding the Product of Two Matrices Find the product. If it is not defined, state the reason. To multiply matrices, the number of columns.
4-3 Matrix Multiplication Objective: To multiply a matrix by a scalar multiple.
Systems of Equations and Matrices Review of Matrix Properties Mitchell.
Where do you sit?. What is a matrix? How do you classify matrices? How do you identify elements of a matrix?
Matrices. Matrix - a rectangular array of variables or constants in horizontal rows and vertical columns enclosed in brackets. Element - each value in.
Linear Algebra Engineering Mathematics-I. Linear Systems in Two Unknowns Engineering Mathematics-I.
A rectangular array of numeric or algebraic quantities subject to mathematical operations. The regular formation of elements into columns and rows.
1 1.3 © 2016 Pearson Education, Ltd. Linear Equations in Linear Algebra VECTOR EQUATIONS.
2.1 Matrix Operations 2. Matrix Algebra. j -th column i -th row Diagonal entries Diagonal matrix : a square matrix whose nondiagonal entries are zero.
Matrix Algebra MATRIX OPERATIONS © 2012 Pearson Education, Inc.
12-1 Organizing Data Using Matrices
Matrix Operations Free powerpoints at
Linear Algebra review (optional)
1.5 Matricies.
Matrix Operations.
Matrix Operations Free powerpoints at
Matrix Algebra MATRIX OPERATIONS © 2012 Pearson Education, Inc.
Matrix Operations.
Basic Matrix Operations
Section 7.4 Matrix Algebra.
Matrix Operations Free powerpoints at
Linear Equations in Linear Algebra
2. Matrix Algebra 2.1 Matrix Operations.
MATRICES MATRIX OPERATIONS.
Objectives Multiply two matrices.
Section 8.4 Matrix Algebra
Section 11.4 Matrix Algebra
Matrices.
3.6 Multiply Matrices.
Linear Algebra review (optional)
Matrix Operations Ms. Olifer.
Matrix Algebra MATRIX OPERATIONS © 2012 Pearson Education, Inc.
3.5 Perform Basic Matrix Operations Algebra II.
Presentation transcript:

2 2.4 © 2016 Pearson Education, Ltd. Matrix Algebra PARTITIONED MATRICES

Slide © 2016 Pearson Education, Ltd. PARTITIONED MATRICES  A key feature of our work with matrices has been the ability to regard matrix A as a list of column vectors rather than just a rectangular array of numbers.  This point of view has been so useful that we wish to consider other partitions of A, indicated by horizontal and vertical dividing rules, as in Example 1 on the next slide.

Slide © 2016 Pearson Education, Ltd. PARTITIONED MATRICES

Slide © 2016 Pearson Education, Ltd. ADDITION AND SCALAR MULTIPLICATION  If matrices A and B are the same size and are partitioned in exactly the same way, then it is natural to make the same partition of the ordinary matrix sum A + B.  In this case, each block of A + B is the (matrix) sum of the corresponding blocks of A and B.  Multiplication of a partitioned matrix by a scalar is also computed block by block.

Slide © 2016 Pearson Education, Ltd. MULTIPLICATION OF PARTITIONED MATRICES  Partitioned matrices can be multiplied by the usual row— column rule as if the block entries were scalars, provided that for a product AB, the column partition of A matches the row partition of B.  Example 3 Let  The 5 columns of A are partitioned into a set of 3 columns and then a set of 2 columns. The 5 rows of B are partitioned in the same way—into a set of 3 rows and then a set of 2 rows.

Slide © 2016 Pearson Education, Ltd. MULTIPLICATION OF PARTITIONED MATRICES  We say that the partitions of A and B are conformable for block multiplication. It can be shown that the ordinary product AB can be written as  It is important for each smaller product in the expression for AB to be written with the submatrix from A on the left, since matrix multiplication is not commutative.

Slide © 2016 Pearson Education, Ltd. MULTIPLICATION OF PARTITIONED MATRICES  For instance,  Hence the top block in AB is

Slide © 2016 Pearson Education, Ltd. MULTIPLICATION OF PARTITIONED MATRICES  Theorem 10: Column—Row Expansion of AB  Proof For each row index i and column index j, the (i, j)- entry in col k (A)and b kj from row k (B) is the product of a ik from col k (A) and b kj from row k (B). (1)

Slide © 2016 Pearson Education, Ltd. MULTIPLICATION OF PARTITIONED MATRICES  Hence the (i, j)-entry in the sum shown in equation (1) is  This sum is also the (i, j)-entry in AB, by the row— column rule.

Slide © 2016 Pearson Education, Ltd. INVERSES OF PARTIONED MATRICES

Slide © 2016 Pearson Education, Ltd. INVERSES OF PARTIONED MATRICES

Slide © 2016 Pearson Education, Ltd. INVERSES OF PARTIONED MATRICES

Slide © 2016 Pearson Education, Ltd. INVERSES OF PARTIONED MATRICES

Slide © 2016 Pearson Education, Ltd. INVERSES OF PARTIONED MATRICES