2.4 - old

Upload: anup

Post on 09-Mar-2016

212 views

Category:

Documents


0 download

DESCRIPTION

hi

TRANSCRIPT

  • Chapter 2Systems of Linear Equations and MatricesSection 2.4Multiplication of Matrices

  • Writing Systems of Equations in Abbreviated FormConsider the following system of equations with three unknowns.2x + y z = 2 x + 3y + 2z = 1 x + y + z = 2This system can be written in an abbreviated form as

  • What is a Matrix?A matrix is a rectangular array of numbers enclosed by brackets.Each number in the array is an element or entry.An augmented matrix separates the constants in the last column of the matrix from the coefficients of the variables with a vertical line.

  • Classifications of MatricesOften named with capital letters.Classified by size (the number of rows and columns they contain).A matrix with m rows and n columns is an m x n matrix. The number of rows is always given first.

  • Special Types of MatricesA matrix with the same number of rows as columns is called a square matrix.A matrix containing only one row is called a row matrix or a row vector.A matrix of only one column is a column matrix or a column vector.

  • Scalar MultiplicationWhen determining the product of a real number and a matrix, the real number is called a scalar.

  • ExampleFind the product of each of the following.

    1.) -5A2.) 2B

  • Matrix Multiplication

  • Example

  • Solution

  • AnswerNotice that when you multiply a 2 X 3 matrix with a 3 X 1 matrix, the product is a 2 X 1 matrix.

  • Another Example

  • Solution

  • Answer

  • CAUTION!!!Sometimes the product of two matrices does not exist!

    The product AB of two matrices A and B can be found only if the number of columns of A is the same as the number of rows of B.

    The final product will have as many rows as A and as many columns of B.

  • Examples for Us!Use the matrices defined above to find the following products, if they exist.

    1.) AF2.) AC3.) DE

    4.) ED5.) BD6.) EA