Chapter 2 and Supplements MATRICES

Size: px
Start display at page:

Download "Chapter 2 and Supplements MATRICES"

Transcription

1 Finite Math B Chapter 2 + Supplements: MATRICES 1 A: Matrices, Basic Matrix Operations (Lessons 2.3 & 2.4 pg ) A matrix is a rectangular array of numbers like: Chapter 2 and Supplements MATRICES This matrix has rows and columns. When we want to describe a particular entry in an m-by-n matrix, we use the notation a i, j where ( i, j) ( row, column) position. For example, in the matrix above: a 1,2 = a 2,3 = The number -1 is in the position. A matrix with an equal number of rows and columns is called a Square Matrix A matrix with only one row is called a Row Matrix. A matrix with only one column is called a Column Matrix. Example 1: State the size of each matrix. State if the matrix is a square, row, or column matrix when applicable. a) b) c) d) Adding/Subtracting Matrices If two matrices are the same size (mxn) then you can add or subtract them by combining corresponding elements.

2 Finite Math B Chapter 2 + Supplements: MATRICES 2 Example 2: Add or subtract the following matrices. Write undefined for expressions that are undefined. a b c d The Additive Inverse of a matrix X is a matrix X such that X + -X = 0 Example 3: What is the Additive inverse of the following matrices? a) b) Setting up a matrix to represent a real life problem. Example 4: A trendy garment company receives orders from three clothing shops. The first shop orders 25 jackets, 75 shirts, and 75 pairs of pants. The second shop orders 30 jackets, 50 shirts, and 50 pairs of pants.. The third shop orders 20 jackets, 40 shirts, and 35 pairs of pants. Display this information as a matrix where the rows represent shops and the columns represent types of garments.

3 Finite Math B Chapter 2 + Supplements: MATRICES 3 Example 5: You are planning dinner and decide to call several pizza shops and get prices. Gina s Pizzeria charges $12.16 for a large one-topping pizza, $1.15 for a 2-liter of soda, and $4.05 for a family sized salad. Toni s Pizza charges $10.86 for a pizza, $0.89 for soda, and $3.89 for salad. Display this information as a 3 x 2 matrix. You are also told that at Gina s an extra pizza topping is $0.50, but at Toni s it is only $0.30. In addition, at Gina s salad dressing is included, but at Toni s salad dressing is $1.00 extra. Write a new 3x2 matrix that shows the costs of a pizza with an additional topping and a salad with dressing. Example 6: The National League batting leaders for 2003 had the following batting statistics: The following show the statistics for the same three players at the end of the 2004 season. Find and label a matrix that displays the CHANGES in these statistics from 2003 to Notice that several of the statistics decreased. How will you show that in your matrix?

4 Finite Math B Chapter 2 + Supplements: MATRICES 4 B: Scalar Factors, Determinants, Graphing Calculators (Lessons 2.4 p96 and supplements) Multiplication by a Scalar Factor: Multiply each entry in the matrix by the factor b c xb xc x d e xd xe Example 1: Simplify. a b Example 2: Example 3:

5 Finite Math B Chapter 2 + Supplements: MATRICES 5 Determinants A determinant is a special number associated with a square matrix. The determinant has several useful applications in algebra and other advanced mathematics courses. Notation: Matrix Notation (square brackets) 2x2 a c b d 3x3 a b c d e f g h i Determinant Notation (straight brackets) 2x2 a c b d 3x3 a b c d e f g h i (This notation represents find the determinant of the matrix ) Also: det(a) or deta represents the determinant of matrix A 2x2 Matrices The determinant of a 2 x 2 matrix is found as follows: Example 4: Find the determinant of each 2 x 2 matrix a) b) Example 5: Evaluate. a) b)

6 Finite Math B Chapter 2 + Supplements: MATRICES 6 3x3 Matrices The determinant of a 3x3 matrix is found as follows: This is easier to find using a little trick called The Rule of Sarrus : 1. Copy the first two columns next to column Multiply the three southeast (downward)diagonals. Find the sum. 3. Multiply the three northeast (upward) diagonals. Find the sum. 4. Determinant = (SE sum) (NE sum) bottom top Example 6: Find the determinant of each matrix. a) b) Example 7: Evaluate

7 Finite Math B Chapter 2 + Supplements: MATRICES 7 Using Technology Working with Matrices in the TI 83/TI83plus/TI84 Graphing Calculator **NOTE: If you have your OWN graphing calculator, you are permitted to use it on exams. Otherwise, you will NOT BE PROVIDED with a graphing calculator on exam day. There are no items on the exam that will require the use of this technology** TI-83 Matrix Menu MATRX 2 nd x -1 About the Matrix (MATRX) menu: NAMES used to paste the name of a matrix into the home screen or into a program. MATH contains all the operations that can be done with a matrix. EDIT where you set the size of the matrix and enter the elements. Note: Some TI 83 models do not require you to shift to access the matrix menu. BASIC OPERATIONS Use the graphing calculator to perform the following operations:

8 Finite Math B Chapter 2 + Supplements: MATRICES 8 DETERMINANTS In the matrix menu, use the EDIT screen to enter your matrix. Use 2 nd (MODE) to quit to the main screen. In the matrix menu, use the MATH screen to paste det( into your home screen and the NAMES screen to paste the name of the matrix. Close ) and hit enter Use the graphing calculator to find the determinant of each of the following matrices C: Multiplying Matrices (Lesson 2.4 pg ) Let A be an m x n matrix Let B be an n x k matrix The product matrix AB is an m x k matrix. Example 1: The sizes of two matrices A and B are given. Find the sizes of the product AB and the product BA, whenever these products exist. a) A is 4 x 4, B is 4 x 2 b) A is 3 x 1, B is 3 x 1 c) A is 2 x 3, B is 1 x 2

9 Finite Math B Chapter 2 + Supplements: MATRICES 9 Multiplying Matrices Let A be an m x n matrix Let B be an n x k matrix To find the product: Multiply each element in the row of A by the corresponding element in the column of B, then add these products. The product matrix AB is an m x k matrix. SAMPLE 1: Find the product AB A B 8 6 A is 2 x 3 B is 3 x > AB will be 2 x 1 Step 1: Multiply the elements of the first row of A and the corresponding elements in the column of B. 2(1) + 3(8) + -1(6) = 20 Step 2: Multiply the elements of the second row of A and the corresponding elements in the column of B. 4(1) + 2(8) + 2(6) = 32 Step 3: Write your solution as a 2 x 1 matrix SAMPLE 2: Find the product

10 Finite Math B Chapter 2 + Supplements: MATRICES 10 Example 2: Find the product. Write undefined for expressions that are undefined. a) b) c) d)

11 Finite Math B Chapter 2 + Supplements: MATRICES 11 e) f) g)

12 Finite Math B Chapter 2 + Supplements: MATRICES 12 D: Geometric Transformations using Matrices We can use matrices to represent geometric figures: A transformation is a change made to a figure. The original figure is called the preimage, while the transformed figure is called the image. TRANSLATION When we slide a figure without changing the size or shape of the figure, it is said to be a translation. By using matrix addition, we can translate the vertices of a figure. y Example 1: Given a triangle ABC where A(-4,1), B (-2,5), and C(0,2), translate the preimage 5 units right and 3 units down. Then sketch the image Preimage Matrix + Translation Matrix = new image Example 2: Given a quadrilateral ABC where A(3,0), B(5,2), C(5,4), and D(2,4). Translate the preimage six units left and 2 units up.

13 Finite Math B Chapter 2 + Supplements: MATRICES 13 y DILATION A dilation is a transformation that changes the size of the preimage. Dilation factor x preimage matrix = new image Example3: Given a triangle ABC where A(-2,0), B(0,4) and C(2,1), increase the triangle by a factor of 2. Then sketch the image. Example 4: Given the quadrilateral with vertices A(4, 3), B(0,5), C(-10,14) and D(1, 1.5), increase the figure by 150%. State the vertices of the new image. REFLECTIONS (FLIPS) A reflection, or flip, is a transformation that creates symmetry on the coordinate plane. A reflection maps a point or figure in the coordinate plane to its mirror image using a specific line as its line of reflection. Usually we use the following lines of reflection: Reflection Matrix x Preimage Matrix = New Image Example 5: Given quadrilateral A(2,1), B(8,1), C(8,4), and D(5,5), find the coordinates of the image after a reflection: a) Across the y-axis b) Across y = x

14 Finite Math B Chapter 2 + Supplements: MATRICES 14 ROTATIONS (SPINS) A rotation turns a figure around a fixed point. We usually consider the rotation to be clockwise around the origin as the fixed point. Rotation Matrix x Preimage Matrix = New Image Example 6: Rotate the triangle with vertices A(1,1), B (5,2), and C(-2,3) by the stated amount. Give the vertices of the new image. a) 90 degrees b) 180 degrees Example 7: A triangle has vertices A(1,1), B(5,2), and C(-2,3). First, The triangle is rotated 90 degrees. Next, the triangle is reflected across the y-axis. Finally, the triangle is translated right 3 units and down 4 units. What are the FINAL coordinates of the image?

Translations, Reflections, and Rotations

Translations, Reflections, and Rotations * Translations, Reflections, and Rotations Vocabulary Transformation- changes the position or orientation of a figure. Image- the resulting figure after a transformation. Preimage- the original figure.

More information

AH Matrices.notebook November 28, 2016

AH Matrices.notebook November 28, 2016 Matrices Numbers are put into arrays to help with multiplication, division etc. A Matrix (matrices pl.) is a rectangular array of numbers arranged in rows and columns. Matrices If there are m rows and

More information

Therefore, after becoming familiar with the Matrix Method, you will be able to solve a system of two linear equations in four different ways.

Therefore, after becoming familiar with the Matrix Method, you will be able to solve a system of two linear equations in four different ways. Grade 9 IGCSE A1: Chapter 9 Matrices and Transformations Materials Needed: Straightedge, Graph Paper Exercise 1: Matrix Operations Matrices are used in Linear Algebra to solve systems of linear equations.

More information

Transformations. Write three rules based on what you figured out above: To reflect across the y-axis. (x,y) To reflect across y=x.

Transformations. Write three rules based on what you figured out above: To reflect across the y-axis. (x,y) To reflect across y=x. Transformations Geometry 14.1 A transformation is a change in coordinates plotted on the plane. We will learn about four types of transformations on the plane: Translations, Reflections, Rotations, and

More information

Learning Log Title: CHAPTER 6: TRANSFORMATIONS AND SIMILARITY. Date: Lesson: Chapter 6: Transformations and Similarity

Learning Log Title: CHAPTER 6: TRANSFORMATIONS AND SIMILARITY. Date: Lesson: Chapter 6: Transformations and Similarity Chapter 6: Transformations and Similarity CHAPTER 6: TRANSFORMATIONS AND SIMILARITY Date: Lesson: Learning Log Title: Date: Lesson: Learning Log Title: Chapter 6: Transformations and Similarity Date: Lesson:

More information

In this translation, CDE is being translated to the right by the same length as segment AB. What do you think is true about CDE and C'D'E'?

In this translation, CDE is being translated to the right by the same length as segment AB. What do you think is true about CDE and C'D'E'? A translation is nothing more than a geometric transformation that slides each point in a figure the same distance in the same direction In this translation, CDE is being translated to the right by the

More information

Honors Geometry Sections

Honors Geometry Sections Honors Geometry Sections 14.3 14.4 Name Determine whether the figure has rotational symmetry. If so, describe the rotations that map the figure onto itself. 1. 2. 3. Use the diagram to complete each sentence.

More information

0_PreCNotes17 18.notebook May 16, Chapter 12

0_PreCNotes17 18.notebook May 16, Chapter 12 Chapter 12 Notes BASIC MATRIX OPERATIONS Matrix (plural: Matrices) an n x m array of elements element a ij Example 1 a 21 = a 13 = Multiply Matrix by a Scalar Distribute scalar to all elements Addition

More information

CCM6+/7+ - Unit 13 - Page 1 UNIT 13. Transformations CCM6+/7+ Name: Math Teacher: Projected Test Date:

CCM6+/7+ - Unit 13 - Page 1 UNIT 13. Transformations CCM6+/7+ Name: Math Teacher: Projected Test Date: CCM6+/7+ - Unit 13 - Page 1 UNIT 13 Transformations CCM6+/7+ Name: Math Teacher: Projected Test Date: Main Idea Pages Unit 9 Vocabulary 2 Translations 3 10 Rotations 11 17 Reflections 18 22 Transformations

More information

Homework 5: Transformations in geometry

Homework 5: Transformations in geometry Math 21b: Linear Algebra Spring 2018 Homework 5: Transformations in geometry This homework is due on Wednesday, February 7, respectively on Thursday February 8, 2018. 1 a) Find the reflection matrix at

More information

Transformations with Matrices Moved by Matrices

Transformations with Matrices Moved by Matrices Transformations with Matrices SUGGESTED LEARNING STRATEGIES: Interactive Word Wall, Marking the Text, Summarize/Paraphrase/Retell, Think/Pair/Share, Create Representations ACTIVITY 5.7 Instead of using

More information

Geometry Transformations

Geometry Transformations Geometry Transformations NAME Period 1 Transformations Notes Transformation: Maps an, called a, onto a final, called an. Reflection: a transformation representing a of a figure Reflecting over the x-axis,

More information

Handout 1: Viewing an Animation

Handout 1: Viewing an Animation Handout 1: Viewing an Animation Answer the following questions about the animation your teacher shows in class. 1. Choose one character to focus on. Describe this character s range of motion and emotions,

More information

Name Hr. Honors Geometry Lesson 9-1: Translate Figures and Use Vectors

Name Hr. Honors Geometry Lesson 9-1: Translate Figures and Use Vectors Name Hr Honors Geometry Lesson 9-1: Translate Figures and Use Vectors Learning Target: By the end of today s lesson we will be able to successfully use a vector to translate a figure. Isometry: An isometry

More information

Chapter 1: Number and Operations

Chapter 1: Number and Operations Chapter 1: Number and Operations 1.1 Order of operations When simplifying algebraic expressions we use the following order: 1. Perform operations within a parenthesis. 2. Evaluate exponents. 3. Multiply

More information

Vector: A series of scalars contained in a column or row. Dimensions: How many rows and columns a vector or matrix has.

Vector: A series of scalars contained in a column or row. Dimensions: How many rows and columns a vector or matrix has. ASSIGNMENT 0 Introduction to Linear Algebra (Basics of vectors and matrices) Due 3:30 PM, Tuesday, October 10 th. Assignments should be submitted via e-mail to: matlabfun.ucsd@gmail.com You can also submit

More information

Teachers Teaching with Technology (Scotland) Teachers Teaching with Technology. Scotland T 3. Matrices. Teachers Teaching with Technology (Scotland)

Teachers Teaching with Technology (Scotland) Teachers Teaching with Technology. Scotland T 3. Matrices. Teachers Teaching with Technology (Scotland) Teachers Teaching with Technology (Scotland) Teachers Teaching with Technology T 3 Scotland Matrices Teachers Teaching with Technology (Scotland) MATRICES Aim To demonstrate how the TI-83 can be used to

More information

Math 2 Final Exam Study Guide. Translate down 2 units (x, y-2)

Math 2 Final Exam Study Guide. Translate down 2 units (x, y-2) Math 2 Final Exam Study Guide Name: Unit 2 Transformations Translation translate Slide Moving your original point to the left (-) or right (+) changes the. Moving your original point up (+) or down (-)

More information

GAUTENG DEPARTMENT OF EDUCATION SENIOR SECONDARY INTERVENTION PROGRAMME. MATHEMATICS Grade 11 SESSION 17 LEARNER NOTES

GAUTENG DEPARTMENT OF EDUCATION SENIOR SECONDARY INTERVENTION PROGRAMME. MATHEMATICS Grade 11 SESSION 17 LEARNER NOTES TRANSFORMATIONS Learner note: Transformations are easy to master and you can score well in questions involving this topic. Ensure that you know the different algebraic transformation rules. LESSON OVERVIEW

More information

Unit 14: Transformations (Geometry) Date Topic Page

Unit 14: Transformations (Geometry) Date Topic Page Unit 14: Transformations (Geometry) Date Topic Page image pre-image transformation translation image pre-image reflection clockwise counterclockwise origin rotate 180 degrees rotate 270 degrees rotate

More information

Mathematics Assessment Anchor Glossary Grades 3 & 4

Mathematics Assessment Anchor Glossary Grades 3 & 4 Mathematics Assessment Anchor Glossary Grades 3 & 4 The definitions for this glossary were taken from one or more of the following sources: Webster s Dictionary, various mathematics dictionaries, the PA

More information

Unit 1 Transformations in the Coordinate Plane

Unit 1 Transformations in the Coordinate Plane Unit 1 Transformations in the Coordinate Plane Table of Contents Title Page # Formula Sheet...2 Lesson 1 1: Introduction to Transformations and Rotations 3 Lesson 1 2: Reflections and Translations..9 Lesson

More information

Matrix Inverse 2 ( 2) 1 = 2 1 2

Matrix Inverse 2 ( 2) 1 = 2 1 2 Name: Matrix Inverse For Scalars, we have what is called a multiplicative identity. This means that if we have a scalar number, call it r, then r multiplied by the multiplicative identity equals r. Without

More information

Introduction to Transformations. In Geometry

Introduction to Transformations. In Geometry + Introduction to Transformations In Geometry + What is a transformation? A transformation is a copy of a geometric figure, where the copy holds certain properties. Example: copy/paste a picture on your

More information

Translations SLIDE. Example: If you want to move a figure 5 units to the left and 3 units up we would say (x, y) (x-5, y+3).

Translations SLIDE. Example: If you want to move a figure 5 units to the left and 3 units up we would say (x, y) (x-5, y+3). Translations SLIDE Every point in the shape must move In the same direction The same distance Example: If you want to move a figure 5 units to the left and 3 units up we would say (x, y) (x-5, y+3). Note:

More information

Homework 5: Transformations in geometry

Homework 5: Transformations in geometry Math b: Linear Algebra Spring 08 Homework 5: Transformations in geometry This homework is due on Wednesday, February 7, respectively on Thursday February 8, 08. a) Find the reflection matrix at the line

More information

Matrices. Chapter Matrix A Mathematical Definition Matrix Dimensions and Notation

Matrices. Chapter Matrix A Mathematical Definition Matrix Dimensions and Notation Chapter 7 Introduction to Matrices This chapter introduces the theory and application of matrices. It is divided into two main sections. Section 7.1 discusses some of the basic properties and operations

More information

To add or subtract, just add or subtract the numbers in the same column and row and place answer accordingly.

To add or subtract, just add or subtract the numbers in the same column and row and place answer accordingly. Math 3 Variable Manipulation Part 2 Systems with Matrices MATRICES An alternative method to solving system of equations is using Matrices. However, before we can solve systems of equations using matrices,

More information

Translations, Reflections, and Rotations

Translations, Reflections, and Rotations Translations, Reflections, and Rotations This photo shows a classic optical illusion called the Necker Cube. It's an example of an impossible object. Optical illusions are often helpful to scientists who

More information

Composition Transformation

Composition Transformation Name: Date: 1. Describe the sequence of transformations that results in the transformation of Figure A to Figure A. 2. Describe the sequence of transformations that results in the transformation of Figure

More information

Quadrilaterals & Transformations Study Guide

Quadrilaterals & Transformations Study Guide s & Transformations Study Guide What do I need to know for the upcoming Summative Assessment? s Classifications and Properties of: o o Trapezoid o Kite o Parallelogram o Rhombus o Rectangle o Square The

More information

Chapter 8. Properties of Triangles and Quadrilaterals. 02/2017 LSowatsky

Chapter 8. Properties of Triangles and Quadrilaterals. 02/2017 LSowatsky Chapter 8 Properties of Triangles and Quadrilaterals 02/2017 LSowatsky 1 8-1A: Points, Lines, and Planes I can Identify and label basic geometric figures. LSowatsky 2 Vocabulary: Point: a point has no

More information

Finite Math - J-term Homework. Section Inverse of a Square Matrix

Finite Math - J-term Homework. Section Inverse of a Square Matrix Section.5-77, 78, 79, 80 Finite Math - J-term 017 Lecture Notes - 1/19/017 Homework Section.6-9, 1, 1, 15, 17, 18, 1, 6, 9, 3, 37, 39, 1,, 5, 6, 55 Section 5.1-9, 11, 1, 13, 1, 17, 9, 30 Section.5 - Inverse

More information

Chapter 5. Transforming Shapes

Chapter 5. Transforming Shapes Chapter 5 Transforming Shapes It is difficult to walk through daily life without being able to see geometric transformations in your surroundings. Notice how the leaves of plants, for example, are almost

More information

Guided Problem Solving

Guided Problem Solving -1 Guided Problem Solving GPS Student Page 57, Exercises 1 1: Match each rule with the correct translation. A. (x, y) (x, y 1 ) I. P(, 1) P (3, ) B. (x, y) (x 1 3, y) II. Q(3, 0) Q (3, ) C. (x, y) (x 1,

More information

Geometric Transformations: Translation:

Geometric Transformations: Translation: Geometric Transformations: Translation: slide Reflection: Rotation: Dialation: mirror turn enlarge or reduce Notation: Pre-Image: original figure Image: after transformation. Use prime notation C A B C

More information

Junior Circle Meeting 9 Commutativity and Inverses. May 30, We are going to examine different ways to transform the square below:

Junior Circle Meeting 9 Commutativity and Inverses. May 30, We are going to examine different ways to transform the square below: Junior Circle Meeting 9 Commutativity and Inverses May 0, 2010 We are going to examine different ways to transform the square below: Just as with the triangle from last week, we are going to examine flips

More information

Lecture 5: Matrices. Dheeraj Kumar Singh 07CS1004 Teacher: Prof. Niloy Ganguly Department of Computer Science and Engineering IIT Kharagpur

Lecture 5: Matrices. Dheeraj Kumar Singh 07CS1004 Teacher: Prof. Niloy Ganguly Department of Computer Science and Engineering IIT Kharagpur Lecture 5: Matrices Dheeraj Kumar Singh 07CS1004 Teacher: Prof. Niloy Ganguly Department of Computer Science and Engineering IIT Kharagpur 29 th July, 2008 Types of Matrices Matrix Addition and Multiplication

More information

Integrated Algebra A Packet 1

Integrated Algebra A Packet 1 Name Date Integrated Algebra A Packet 1 Lesson/Notes Homework Coordinate Plane HW #1 Connecting Points To Make Figures HW #2 Intro to Transformations/Translations HW #3 Reflections HW #4 Symmetry HW #5

More information

Algebra II Notes Transformations Unit 1.1. Math Background

Algebra II Notes Transformations Unit 1.1. Math Background Lesson. - Parent Functions and Transformations Math Background Previously, you Studied linear, absolute value, exponential and quadratic equations Graphed linear, absolute value, exponential and quadratic

More information

5. Compare the volume of a three dimensional figure to surface area.

5. Compare the volume of a three dimensional figure to surface area. 5. Compare the volume of a three dimensional figure to surface area. 1. What are the inferences that can be drawn from sets of data points having a positive association and a negative association. 2. Why

More information

Matrices. A Matrix (This one has 2 Rows and 3 Columns) To add two matrices: add the numbers in the matching positions:

Matrices. A Matrix (This one has 2 Rows and 3 Columns) To add two matrices: add the numbers in the matching positions: Matrices A Matrix is an array of numbers: We talk about one matrix, or several matrices. There are many things we can do with them... Adding A Matrix (This one has 2 Rows and 3 Columns) To add two matrices:

More information

Name Date Class. When the bases are the same and you multiply, you add exponents. When the bases are the same and you divide, you subtract exponents.

Name Date Class. When the bases are the same and you multiply, you add exponents. When the bases are the same and you divide, you subtract exponents. 2-1 Integer Exponents A positive exponent tells you how many times to multiply the base as a factor. A negative exponent tells you how many times to divide by the base. Any number to the 0 power is equal

More information

Stage 7 Checklists Have you reached this Standard?

Stage 7 Checklists Have you reached this Standard? Stage 7 Checklists Have you reached this Standard? Main Criteria for the whole year. J K L Use positive integer powers and associated real roots Apply the four operations with decimal numbers Write a quantity

More information

Unit 5: Butterflies, Pinwheels, & Wallpaper

Unit 5: Butterflies, Pinwheels, & Wallpaper Unit 5: Butterflies, Pinwheels, & Wallpaper Directions: Please complete the necessary problems to earn a maximum of 10 points according to the chart below. Show all of your work clearly and neatly for

More information

CT5510: Computer Graphics. Transformation BOCHANG MOON

CT5510: Computer Graphics. Transformation BOCHANG MOON CT5510: Computer Graphics Transformation BOCHANG MOON 2D Translation Transformations such as rotation and scale can be represented using a matrix M.., How about translation? No way to express this using

More information

MATH 423 Linear Algebra II Lecture 17: Reduced row echelon form (continued). Determinant of a matrix.

MATH 423 Linear Algebra II Lecture 17: Reduced row echelon form (continued). Determinant of a matrix. MATH 423 Linear Algebra II Lecture 17: Reduced row echelon form (continued). Determinant of a matrix. Row echelon form A matrix is said to be in the row echelon form if the leading entries shift to the

More information

x = 12 x = 12 1x = 16

x = 12 x = 12 1x = 16 2.2 - The Inverse of a Matrix We've seen how to add matrices, multiply them by scalars, subtract them, and multiply one matrix by another. The question naturally arises: Can we divide one matrix by another?

More information

7) Are HD and HA the same line?

7) Are HD and HA the same line? Review for Exam 2 Math 123 SHORT ANSWER. You must show all work to receive full credit. Refer to the figure to classify the statement as true or false. 7) Are HD and HA the same line? Yes 8) What is the

More information

I can identify reflections, rotations, and translations. I can graph transformations in the coordinate plane.

I can identify reflections, rotations, and translations. I can graph transformations in the coordinate plane. Page! 1 of! 14 Attendance Problems. 1. Sketch a right angle and its angle bisector. 2. Draw three different squares with (3, 2) as one vertex. 3. Find the values of x and y if (3, 2) = (x + 1, y 3) Vocabulary

More information

TImath.com. Geometry. Reflections and Rotations. Time required 45 minutes ID: 8286

TImath.com. Geometry. Reflections and Rotations. Time required 45 minutes ID: 8286 Reflections and Rotations ID: 8286 Time required 45 minutes Activity Overview Students will reflect figures over the x- and y-axes. By studying what happens to the coordinates of the pre-image and image

More information

Prentice Hall CME Project, Geometry 2009

Prentice Hall CME Project, Geometry 2009 Prentice Hall C O R R E L A T E D T O Draft for High School Math Math High School Math N.BC.1 Operate and solve problems involving rational exponents. N.BC.1.a Translate between writing numbers with rational

More information

For example, the system. 22 may be represented by the augmented matrix

For example, the system. 22 may be represented by the augmented matrix Matrix Solutions to Linear Systems A matrix is a rectangular array of elements. o An array is a systematic arrangement of numbers or symbols in rows and columns. Matrices (the plural of matrix) may be

More information

Honors Advanced Math More on Determinants, Transformations and Systems 14 May 2013

Honors Advanced Math More on Determinants, Transformations and Systems 14 May 2013 Honors Advanced Math Name: More on Determinants, Transformations and Sstems 14 Ma 013 Directions: The following problems are designed to help develop connections between determinants, sstems of equations

More information

Geometry Unit 4 Note Sheets Date Name of Lesson. Tangrams Activity. Rigid Motions. Translations. Symmetry. Quiz. Reflections.

Geometry Unit 4 Note Sheets Date Name of Lesson. Tangrams Activity. Rigid Motions. Translations. Symmetry. Quiz. Reflections. Date Name of Lesson Tangrams Activity Rigid Motions Translations Symmetry Quiz Reflections Rotations Transformations Poster Activity Transformations Poster Activity Review of Transformations Composition

More information

MATHEMATICS DEPARTMENT COURSE OUTLINE TERM 1/2/3 YEAR 7

MATHEMATICS DEPARTMENT COURSE OUTLINE TERM 1/2/3 YEAR 7 MATHEMATICS DEPARTMENT COURSE OUTLINE 2016-17 TERM 1/2/3 YEAR 7 Week Topic YEAR 7- Mathematics Term 1 plan 2016-2017 Learning outcomes 1/2 Numbers and the number system Recall prime numbers up to 50 Know

More information

CURRICULUM UNIT MAP 1 ST QUARTER. COURSE TITLE: Mathematics GRADE: 8

CURRICULUM UNIT MAP 1 ST QUARTER. COURSE TITLE: Mathematics GRADE: 8 1 ST QUARTER Unit:1 DATA AND PROBABILITY WEEK 1 3 - OBJECTIVES Select, create, and use appropriate graphical representations of data Compare different representations of the same data Find, use, and interpret

More information

Course Number 432/433 Title Algebra II (A & B) H Grade # of Days 120

Course Number 432/433 Title Algebra II (A & B) H Grade # of Days 120 Whitman-Hanson Regional High School provides all students with a high- quality education in order to develop reflective, concerned citizens and contributing members of the global community. Course Number

More information

Cecil Jones Academy Mathematics Fundamental Map

Cecil Jones Academy Mathematics Fundamental Map Fundamentals Year 7 (Core) Knowledge Unit 1 Unit 2 Solve problems involving prime numbers Use highest common factors to solve problems Use lowest common multiples to solve problems Explore powers and roots

More information

Exploring Transformations

Exploring Transformations Math Objectives Students will identify the coordinates of a shape that has been translated. Students will identify the coordinates of a shape that has been reflected. Students will determine the original

More information

Boardworks Ltd KS3 Mathematics. S1 Lines and Angles

Boardworks Ltd KS3 Mathematics. S1 Lines and Angles 1 KS3 Mathematics S1 Lines and Angles 2 Contents S1 Lines and angles S1.1 Labelling lines and angles S1.2 Parallel and perpendicular lines S1.3 Calculating angles S1.4 Angles in polygons 3 Lines In Mathematics,

More information

Given ABC with A(-1, 1), B(2, 4), and C(4, 1). Translate ABC left 4 units and up 1 unit. a) Vertex matrix: b) Algebraic (arrow) rule:

Given ABC with A(-1, 1), B(2, 4), and C(4, 1). Translate ABC left 4 units and up 1 unit. a) Vertex matrix: b) Algebraic (arrow) rule: Unit 7 Transformations 7 Rigid Motion in a Plane Transformation: The operation that maps, or moves, a preimage onto an image. Three basic transformations are reflection, rotation, and translation. Translation

More information

Section 12.1 Translations and Rotations

Section 12.1 Translations and Rotations Section 12.1 Translations and Rotations Any rigid motion that preserves length or distance is an isometry. We look at two types of isometries in this section: translations and rotations. Translations A

More information

August 3 - August 31

August 3 - August 31 Mathematics Georgia Standards of Excellence Geometry Parent Guide Unit 1 A All About Our Unit of Study Transformations in the Coordinate Plane August 3 - August 31 In this unit students will perform transformations

More information

Martinsville City Public Schools. March 2016 MCPS Instructional Department

Martinsville City Public Schools. March 2016 MCPS Instructional Department Martinsville City Public Schools March 2016 MCPS Instructional Department Martinsville City Public Schools Learning Targets at a Glance: 7 th Grade Math Learning Targets at a glance 7 th Grade Math First

More information

Math background. 2D Geometric Transformations. Implicit representations. Explicit representations. Read: CS 4620 Lecture 6

Math background. 2D Geometric Transformations. Implicit representations. Explicit representations. Read: CS 4620 Lecture 6 Math background 2D Geometric Transformations CS 4620 Lecture 6 Read: Chapter 2: Miscellaneous Math Chapter 5: Linear Algebra Notation for sets, functions, mappings Linear transformations Matrices Matrix-vector

More information

Name: Date: Per: WARM UP

Name: Date: Per: WARM UP Name: Date: Per: 6.1.1-6.1.3 WARM UP 6-23. In the last three lessons, you have investigated rigid transformations: reflections, rotations, and translations. 1. What happens to a shape when you perform

More information

R(-14, 4) R'(-10, -2) S(-10, 7) S'(-6, 1) T(-5, 4) T'(-1, -2)

R(-14, 4) R'(-10, -2) S(-10, 7) S'(-6, 1) T(-5, 4) T'(-1, -2) 1 Transformations Formative Assessment #1 - Translation Assessment Cluster & Content Standards What content standards can be addressed by this formative assessment? 8.G.3 Describe the effect of dilations

More information

Transformations. Working backwards is performing the inverse operation. + - and x 3. Given coordinate rule

Transformations. Working backwards is performing the inverse operation. + - and x 3. Given coordinate rule Transformations In geometry we use input/output process when we determine how shapes are altered or moved. Geometric objects can be moved in the coordinate plane using a coordinate rule. These rules can

More information

Number and Operation Standard #1. Divide multi- digit numbers; solve real- world and mathematical problems using arithmetic.

Number and Operation Standard #1. Divide multi- digit numbers; solve real- world and mathematical problems using arithmetic. Number and Operation Standard #1 MN Math Standards Vertical Alignment for Grade 5 Demonstrate mastery of multiplication and division basic facts; multiply multi- digit numbers; solve real- world and mathematical

More information

Geometry Vocabulary. acute angle-an angle measuring less than 90 degrees

Geometry Vocabulary. acute angle-an angle measuring less than 90 degrees Geometry Vocabulary acute angle-an angle measuring less than 90 degrees angle-the turn or bend between two intersecting lines, line segments, rays, or planes angle bisector-an angle bisector is a ray that

More information

Lesson 3.3. Multiplication of Matrices, Part 2

Lesson 3.3. Multiplication of Matrices, Part 2 Lesson 3.3 Multiplication of Matrices, Part 2 In Lesson 3.2 you multiplied a row matrix times a 2 by 3 price matrix to determine the total cost of 5 pizzas and 3 salads at each pizza house. (See page 133.)

More information

Prime Time (Factors and Multiples)

Prime Time (Factors and Multiples) CONFIDENCE LEVEL: Prime Time Knowledge Map for 6 th Grade Math Prime Time (Factors and Multiples). A factor is a whole numbers that is multiplied by another whole number to get a product. (Ex: x 5 = ;

More information

Mathematics Curriculum Grade 6

Mathematics Curriculum Grade 6 supplementary 6A. Numbers and Operations numbers, ways of representing numbers, relationships among numbers and number systems. 6A.1 6A.2 6A.3 6A.4 Demonstrate number sense for fractions, mixed numbers,

More information

Addition Properties. Properties something you cannot disprove always true. *You must memorize these properties!

Addition Properties. Properties something you cannot disprove always true. *You must memorize these properties! Addition Properties Properties something you cannot disprove always true. *You must memorize these properties! 1) Commutative property of addition changing the order of addends will not change the sum

More information

6B Quiz Review Learning Targets ,

6B Quiz Review Learning Targets , 6B Quiz Review Learning Targets 5.10 6.3, 6.5-6.6 Key Facts Double transformations when more than one transformation is applied to a graph o You can still use our transformation rules to identify which

More information

Transformations. Working backwards is performing the inverse operation. + - and x 3. Given coordinate rule

Transformations. Working backwards is performing the inverse operation. + - and x 3. Given coordinate rule Transformations In geometry we use input/output process when we determine how shapes are altered or moved. Geometric objects can be moved in the coordinate plane using a coordinate rule. These rules can

More information

Prentice Hall Geometry Foundations Series, North Carolina Edition 2011

Prentice Hall Geometry Foundations Series, North Carolina Edition 2011 Prentice Hall Geometry Foundations Series, North Carolina Edition 2011 C O R R E L A T E D T O Draft for High School Math High School N.BC.1 Operate and solve problems involving rational exponents. N.BC.1.a

More information

Graphing and Describing 180 Rotations about the Origin (0, 0)

Graphing and Describing 180 Rotations about the Origin (0, 0) Lesson: Graphing and Describing 180 Rotations about the Origin (0, 0) Day 5 Supplement Lesson Graphing and Describing 180 Rotations about the Origin (0, 0) Teacher Lesson Plan CC Standards 8.G.3 Describe

More information

Math 1526: Excel Lab 5 Summer 2004

Math 1526: Excel Lab 5 Summer 2004 Math 5: Excel Lab 5 Summer Matrix Algebra In order to complete matrix operations using Excel, you must learn how to use arrays. First you must learn how to enter a matrix into a spreadsheet. For practice,

More information

Computer Graphics Hands-on

Computer Graphics Hands-on Computer Graphics Hands-on Two-Dimensional Transformations Objectives Visualize the fundamental 2D geometric operations translation, rotation about the origin, and scale about the origin Learn how to compose

More information

Reflections and Rotations TEACHER NOTES

Reflections and Rotations TEACHER NOTES Math Objectives Rotate and reflect two-dimensional figures in a coordinate plane. Analyze the coordinates of numerous rotated and reflected figures to determine the rules of geometric transformations.

More information

Systems of Inequalities and Linear Programming 5.7 Properties of Matrices 5.8 Matrix Inverses

Systems of Inequalities and Linear Programming 5.7 Properties of Matrices 5.8 Matrix Inverses 5 5 Systems and Matrices Systems and Matrices 5.6 Systems of Inequalities and Linear Programming 5.7 Properties of Matrices 5.8 Matrix Inverses Sections 5.6 5.8 2008 Pearson Addison-Wesley. All rights

More information

Computer Science 336 Fall 2017 Homework 2

Computer Science 336 Fall 2017 Homework 2 Computer Science 336 Fall 2017 Homework 2 Use the following notation as pseudocode for standard 3D affine transformation matrices. You can refer to these by the names below. There is no need to write out

More information

Contents Systems of Linear Equations and Determinants

Contents Systems of Linear Equations and Determinants Contents 6. Systems of Linear Equations and Determinants 2 Example 6.9................................. 2 Example 6.10................................ 3 6.5 Determinants................................

More information

Number and Operations - Fractions

Number and Operations - Fractions NF.1.3c Number and Operations - Fractions NF.1.3 NF.1.2b NF.1.2a Understand Fractions February 3 - February 20 NF.1.2 NF.1.1 Math! Lessons Develop understanding of fractions as numbers. Understand a fraction

More information

Investigation 1: The Family of Polygons

Investigation 1: The Family of Polygons Unit 1: Shapes and Designs Investigation 1: The Family of Polygons I can identify the properties of polygons and the special relationships among angles Investigation Lesson 1: Sorting and Sketching Polygons

More information

Angles, Straight Lines and Symmetry

Angles, Straight Lines and Symmetry Mathematics GCSE Module Five: Basic Geometry Lesson Fifteen Angles, Straight Lines and Symmetry Aims The aim of this lesson is to enable you to: recognise and apply the basic ideas of Geometry, particularly

More information

Affine Transformation. Edith Law & Mike Terry

Affine Transformation. Edith Law & Mike Terry Affine Transformation Edith Law & Mike Terry Graphic Models vs. Images Computer Graphics: the creation, storage and manipulation of images and their models Model: a mathematical representation of an image

More information

Transformations Geometry

Transformations Geometry Transformations Geometry Preimage the original figure in the transformation of a figure in a plane. Image the new figure that results from the transformation of a figure in a plane. Example: If function

More information

Name Period Teacher 1

Name Period Teacher 1 Name Period Teacher 1 5 th Six Weeks 2015-2016 Geometry PAP MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY Feb 15 16 17 18 19 Quiz Workday Arc Length and Sectors CW: Finish Arc length & Sector Area HW: Video

More information

Chapter 18 out of 37 from Discrete Mathematics for Neophytes: Number Theory, Probability, Algorithms, and Other Stuff by J. M. Cargal.

Chapter 18 out of 37 from Discrete Mathematics for Neophytes: Number Theory, Probability, Algorithms, and Other Stuff by J. M. Cargal. Chapter 8 out of 7 from Discrete Mathematics for Neophytes: Number Theory, Probability, Algorithms, and Other Stuff by J. M. Cargal 8 Matrices Definitions and Basic Operations Matrix algebra is also known

More information

Unit 3 Higher topic list

Unit 3 Higher topic list This is a comprehensive list of the topics to be studied for the Edexcel unit 3 modular exam. Beside the topics listed are the relevant tasks on www.mymaths.co.uk that students can use to practice. Logon

More information

Chapter Review. In the figure shown, m n and r is a transversal. If m 4 = 112, find the measure of each angle. Explain your reasoning.

Chapter Review. In the figure shown, m n and r is a transversal. If m 4 = 112, find the measure of each angle. Explain your reasoning. In the figure shown, m n and r is a transversal. If m 4 = 112, find the measure of each angle. Explain your reasoning. 1. 6 Since 4 and 6 are alternate interior angles, they are congruent. So, m 6 = 112.

More information

CMSC427: Computer Graphics Lecture Notes Last update: November 21, 2014

CMSC427: Computer Graphics Lecture Notes Last update: November 21, 2014 CMSC427: Computer Graphics Lecture Notes Last update: November 21, 2014 TA: Josh Bradley 1 Linear Algebra Review 1.1 Vector Multiplication Suppose we have a vector a = [ x a y a ] T z a. Then for some

More information

Objectives. Vocabulary. 1-1 Exploring Transformations

Objectives. Vocabulary. 1-1 Exploring Transformations Warm Up Plot each point. D Warm Up Lesson Presentation Lesson Quiz 1. A(0,0) 2. B(5,0) 3. C( 5,0) 4. D(0,5) C A B 5. E(0, 5) 6. F( 5, 5) F E Algebra 2 Objectives Apply transformations to points and sets

More information

Vector Algebra Transformations. Lecture 4

Vector Algebra Transformations. Lecture 4 Vector Algebra Transformations Lecture 4 Cornell CS4620 Fall 2008 Lecture 4 2008 Steve Marschner 1 Geometry A part of mathematics concerned with questions of size, shape, and relative positions of figures

More information

6.1.3 How can I describe it?

6.1.3 How can I describe it? Name: Date: Per: A# 6.1.3 How can I describe it? Describing Transformations In Lesson 6.1.2, you used words and coordinate points to describe how a triangle moved on a graph. These expressions described

More information

NOTES: TRANSFORMATIONS

NOTES: TRANSFORMATIONS TABLE OF CONTENT Plotting Points On A Coordinate Plane. Transformations. Translation. Reflections. Rotations Dilations. Congruence And Similarity.. Multiple Transformations In A Coordinate Plane. Parallel

More information

4-7 Study Guide and Intervention Congruence Transformations

4-7 Study Guide and Intervention Congruence Transformations 4-7 Study Guide and Intervention Congruence Transformations Identify Congruence Transformations A congruence transformation is a transformation where the original figure, or preimage, and the transformed

More information