FROM CONCRETE TO ABSTRACT Basic Skills Analysis Hypothesis Proof Elementary Matrices and Geometrical Transformations for Linear Algebra Helena Mirtova.

Slides:



Advertisements
Similar presentations
Chapter 4 Euclidean Vector Spaces
Advertisements

Section 2.5 Transformations of Functions. Overview In this section we study how certain transformations of a function affect its graph. We will specifically.
4.3 Matrix Approach to Solving Linear Systems 1 Linear systems were solved using substitution and elimination in the two previous section. This section.
Geometric Transformations
1 Computer Graphics Chapter 6 2D Transformations.
Lecture 6 Intersection of Hyperplanes and Matrix Inverse Shang-Hua Teng.
Goldstein/Schnieder/Lay: Finite Math & Its Applications, 9e 1 of 86 Chapter 2 Matrices.
Matrices. Special Matrices Matrix Addition and Subtraction Example.
Matrix Algebra THE INVERSE OF A MATRIX © 2012 Pearson Education, Inc.
Gauss-Jordan Matrix Elimination Brought to you by Tutorial Services – The Math Center.
LIAL HORNSBY SCHNEIDER
Copyright © Cengage Learning. All rights reserved. 7.6 The Inverse of a Square Matrix.
Elementary Linear Algebra Howard Anton Copyright © 2010 by John Wiley & Sons, Inc. All rights reserved. Chapter 1.
Introduction Information in science, business, and mathematics is often organized into rows and columns to form rectangular arrays called “matrices” (plural.
Elementary Linear Algebra Howard Anton Copyright © 2010 by John Wiley & Sons, Inc. All rights reserved. Chapter 1.
2.2 Linear Transformations in Geometry For an animation of this topic visit
AN INTRODUCTION TO ELEMENTARY ROW OPERATIONS Tools to Solve Matrices.
Slide Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley.
Section 1.1 Introduction to Systems of Linear Equations.
Elementary Operations of Matrix
Warm-Up Write each system as a matrix equation. Then solve the system, if possible, by using the matrix equation. 6 minutes.
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall.
Graphics Graphics Korea University cgvr.korea.ac.kr 2D Geometric Transformations 고려대학교 컴퓨터 그래픽스 연구실.
Lecture Notes: Computer Graphics.
Sections 1.8/1.9: Linear Transformations
Transformation of Functions College Algebra Section 1.6.
Copyright © 2013, 2009, 2005 Pearson Education, Inc. 1 5 Systems and Matrices Copyright © 2013, 2009, 2005 Pearson Education, Inc.
Copyright © 2013, 2009, 2005 Pearson Education, Inc. 1 5 Systems and Matrices Copyright © 2013, 2009, 2005 Pearson Education, Inc.
Chapter 5 Eigenvalues and Eigenvectors 大葉大學 資訊工程系 黃鈴玲 Linear Algebra.
Chapter 1 Section 1. Examples: 2 x 2 system 2 x 3 system 3 x 2 system.
4.3 Transformations of Functions Reflecting Graphs; Symmetry -vertical shifts -horizontal shifts -reflections over x and y axis.
Matrices A matrix is an array of numbers, the size of which is described by its dimensions: An n x m matrix has n rows and m columns Eg write down the.
Sullivan Algebra and Trigonometry: Section 12.3 Objectives of this Section Write the Augmented Matrix of a System of Linear Equations Write the System.
Matrices and Systems of Equations
Computer Graphics 3D Transformations. Translation.
FROM CONCRETE TO ABSTRACT ACTIVITIES FOR LINEAR ALGEBRA Basic Skills Analysis Hypothesis Proof Helena Mirtova Prince George’s Community College
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-
Matrices Digital Lesson. Copyright © by Houghton Mifflin Company, Inc. All rights reserved. 2 A matrix is a rectangular array of real numbers. Each entry.
TH EDITION LIAL HORNSBY SCHNEIDER COLLEGE ALGEBRA.
2.2 The Inverse of a Matrix. Example: REVIEW Invertible (Nonsingular)
Honors Geometry.  We learned how to set up a polygon / vertex matrix  We learned how to add matrices  We learned how to multiply matrices.
2.5 – Determinants and Multiplicative Inverses of Matrices.
Section 2.6 Inverse Functions. Definition: Inverse The inverse of an invertible function f is the function f (read “f inverse”) where the ordered pairs.
Copyright © 1999 by the McGraw-Hill Companies, Inc. Barnett/Ziegler/Byleen College Algebra, 6 th Edition Chapter Seven Matrices & Determinants.
2 2.2 © 2016 Pearson Education, Ltd. Matrix Algebra THE INVERSE OF A MATRIX.
Slide Copyright © 2009 Pearson Education, Inc. 7.4 Solving Systems of Equations by Using Matrices.
Linear Algebra Engineering Mathematics-I. Linear Systems in Two Unknowns Engineering Mathematics-I.
Copyright © 1999 by the McGraw-Hill Companies, Inc. Barnett/Ziegler/Byleen College Algebra with Trigonometry, 6 th Edition Chapter Nine Systems of Equations.
Instructor: Dr. Shereen Aly Taie Basic Two-Dimensional Geometric Transformation 5.2 Matrix Representations and Homogeneous Coordinates 5.3 Inverse.
College Algebra Chapter 6 Matrices and Determinants and Applications
College Algebra Chapter 6 Matrices and Determinants and Applications
Solving Systems of Equations Using Matrices
Lecture 10 Geometric Transformations In 3D(Three- Dimensional)
Transforms.
Linear Equations by Dr. Shorouk Ossama.
Graphing Technique; Transformations
Matrices and Systems of Equations 8.1
Elementary Linear Algebra
Section 2.5 Transformations.
With an immediate use for it
Solving Linear Systems Using Inverse Matrices
4-4 Geometric Transformations with Matrices
Transformation Operators
College Algebra Chapter 6 Matrices and Determinants and Applications
Determining the Function Obtained from a Series of Transformations.
TWO DIMENSIONAL TRANSFORMATION
Transformations with Matrices
Eigenvalues and Eigenvectors
Matrix Algebra THE INVERSE OF A MATRIX © 2012 Pearson Education, Inc.
Presentation transcript:

FROM CONCRETE TO ABSTRACT Basic Skills Analysis Hypothesis Proof Elementary Matrices and Geometrical Transformations for Linear Algebra Helena Mirtova Prince George’s Community College

Definitions and Properties Elementary row operations 1. Interchange two rows 2. Multiply a row by nonzero constant 3. Add a multiple of a row to another row An n by n matrix is called an elementary matrix if it can be obtained from the identity matrix I n by a single elementary row operation If E is elementary matrix then E -1 exists and is an elementary matrix Any invertible matrix can be written as the product of elementary matrices

Project Set Up Students work in small groups (2 or 3 people). Each group is given different matrix and geometrical shape. After all groups have completed the basic skills section, they share results with the rest of the class and instructor facilitates further discussion.

1. Write A as a product of elementary matrices

1. Write A as a product of elementary matrices (contd.)

2. Create data matrix D by entering coordinates of the vertices of the given object D1 = D2 =

3. Find the result of a geometrical transformation represented by matrix A A*D1 = A*D2 = Describe what happened to the original shape ________________

4. Break your graphical transformation into series of “elementary” transformations using representation of matrix A as a product of elementary matrixes. Describe each transformation.

Discussion Is there only one way to present a matrix as product of elementary matrices? Can any matrix be factored in elementary matrices? Does order of elementary geometric transformations matter? Which types of elementary transformations did you observe? Can shift along x or y axis be described by any elementary matrix ?

1. List all possible types of elementary matrices 2. Describe basic geometrical transformations defined by each type of elementary matrix and prove your conclusion 1 – reflection about y=x 2 – horizontal expansion or contraction 3 – vertical expansion or contraction 4,5 – horizontal and vertical shear

Sample Proof from Student For any point with coordinates (x,y) Therefore elementary matrix represent reflection about line y=x