120 likes | 190 Views
Discover the properties of matrices in this chapter, from symbolic organization to operations like addition and multiplication. Learn how matrices can represent points and polygons efficiently. Explore various types, such as preimage, translation, and image matrices.
E N D
9.2 Use Properties of Matrices Chapter 9 Properties of Transformations
What is a MATRIX • Symbolic organization of numbers • Arranged in a rectangular pattern of rows and columns • Named by its dimension as ROW x COLUMN
Parts of a Matrix column row This is a 3 x 4 matrix. “3 by 4”
Representing a point using a Matrix A 2 x 1 matrix is used to represent a point.
Adding Matrices • Must have same dimensions • Resulting matrix has the same dimensions • Add corresponding elements and place in corresponding location of the resulting matrix.
Multiplying Matrices • Number of Columns of 1st must match Number of Rows of • Resulting Matrix has the dimension of Rows of 1st x Columns of Second
Types of Matrix • Preimage • Translation • Image