Chapter 4 Linear Transformations. Outlines Definition and Examples Matrix Representation of linear transformation Similarity.

Slides:



Advertisements
Similar presentations
Math 10F Transformational Geometry Examples. Translations Translations are “slides” Described by a length and direction Eg. translate the following shape.
Advertisements

Bellwork Find the geometric mean of 5 & 18 Find the geometric mean of 5 & 18 Find the geometric mean of 3 & 44 Find the geometric mean of 3 & 44 Solve.
Jinxiang Chai CSCE441: Computer Graphics Coordinate & Composite Transformations 0.
Chapter 5 Orthogonality
I. Homomorphisms & Isomorphisms II. Computing Linear Maps III. Matrix Operations VI. Change of Basis V. Projection Topics: Line of Best Fit Geometry of.
3.II.1. Representing Linear Maps with Matrices 3.II.2. Any Matrix Represents a Linear Map 3.II. Computing Linear Maps.
I. Isomorphisms II. Homomorphisms III. Computing Linear Maps IV. Matrix Operations V. Change of Basis VI. Projection Topics: Line of Best Fit Geometry.
©College of Computer and Information Science, Northeastern UniversityJune 26, CS U540 Computer Graphics Prof. Harriet Fell Spring 2009 Lecture 11.
Math for CSLecture 11 Mathematical Methods for Computer Science Lecture 1.
7-2 Similarity and transformations
Graphics Programming Graphics Programming: Transformations.
Graphical Transformations!!! Sec. 1.5a is amazing!!!
1-7 Warm Up Lesson Presentation Lesson Quiz
Rotations and Translations
©College of Computer and Information Science, Northeastern UniversitySeptember 9, CS 4300 Computer Graphics Prof. Harriet Fell Fall 2011 Lecture.
2.2 Linear Transformations in Geometry For an animation of this topic visit
CHAPTER FIVE Orthogonality Why orthogonal? Least square problem Accuracy of Numerical computation.
2D Geometric Transformations
Rotations and Translations
Sections 1.8/1.9: Linear Transformations
Geometry Ch 12 Review Jeopardy Definitions Name the transformation Transform it!Potpourri Q $200 Q $400 Q $600 Q $800 Q $1000 Q $200 Q $400 Q $600 Q $800.
Section 2.7 Parent Functions and Transformations
Transformations Jehee Lee Seoul National University.
6-8 Graphing Radical Functions
Geometric Transformations:
Rigid Motion in a Plane Translations and Reflections Glide Reflections
Chap. 6 Linear Transformations
Graphing Reciprocal Functions
Section 9.5. Composition of Transformations When two or more transformations are combined to form a single transformation, the result is a composition.
1 Computer Graphics Week9 -3D Geometric Transformation.
Chapter 9 Transformations.
Introductions to Linear Transformations Function T that maps a vector space V into a vector space W: V: the domain of T W: the codomain of T Chapter.
Bell Work (Have out 7.4s) Sketch a triangle with vertices A (-1, -3), B (1, -1), C (-1, 0). Then sketch the image of the triangle after the translation.
9.5 & 9.6 – Compositions of Transformations & Symmetry
Copyright © 2011 Pearson, Inc. 1.6 Graphical Transformations.
Graphical Transformations. Quick Review What you’ll learn about Transformations Vertical and Horizontal Translations Reflections Across Axes Vertical.
4-4 Geometric Transformations with Matrices Objectives: to represent translations and dilations w/ matrices : to represent reflections and rotations with.
Objective: Students will be able to represent translations, dilations, reflections and rotations with matrices.
Chapter 2: Description of position and orientation Faculty of Engineering - Mechanical Engineering Department ROBOTICS Outline: Introduction. Descriptions:
1.8 Glide Reflections and Compositions Warm Up Determine the coordinates of the image of P(4, –7) under each transformation. 1. a translation 3 units left.
Honours Graphics 2008 Session 2. Today’s focus Vectors, matrices and associated math Transformations and concatenation 3D space.
1-7 transformations on the coordinate plane
1. g(x) = -x g(x) = x 2 – 2 3. g(x)= 2 – 0.2x 4. g(x) = 2|x| – 2 5. g(x) = 2.2(x+ 2) 2 Algebra II 1.
A function is a rule f that associates with each element in a set A one and only one element in a set B. If f associates the element b with the element.
CHAPTER Four Linear Transformations. Outlines Definition and Examples Matrix Representation of linear transformation Similarity.
CHAPTER 4 TRANSFORMATIONS  What you will learn:  Perform translations  Perform compositions  Solve real-life problems involving compositions 4.1.
Chapter 5 Notes. 5.6 Reflections ▪ Reflection (flip) – a transformation in which a figure is reflected over a line of reflection (the x and y axes are.
Compositions of Transformations
Pre-Cal Chapter 1 Functions and Graphs Section 1.5 Graphical Transformations.
Jinxiang Chai CSCE441: Computer Graphics Coordinate & Composite Transformations 0.
Check It Out! Example 1 a.b. Yes, the figures are similar and the image is not turned or flipped. No, the figures are not similar. Tell whether each transformation.
Coordinate Planes and Transformations. Points on the Coordinate Plane The coordinate plane is made up of two number lines that intersect at right angles.
Lecture 10 Geometric Transformations In 3D(Three- Dimensional)
10.1A Isometries Name four transformations? What is an isometry?
3D Geometric Transformations
Do Now: Graph the point and its image in a coordinate plane.
7-2 Similarity and transformations
Elementary Linear Algebra
Translations.
Linear Transformations
Lecture 08: Coordinate Transformation II
CSCE441: Computer Graphics Coordinate & Composite Transformations
Translations.
Linear Algebra Lecture 23.
Translations.
Translations.
Translations.
8th Grade: Chapter 6 TRANSFORMATIONS
Chapter 7 Transformations.
Presentation transcript:

Chapter 4 Linear Transformations

Outlines Definition and Examples Matrix Representation of linear transformation Similarity

Linear transformations are able to describes.  Translation, rotation & reflection  Solvability of  D x &

Definition: A mapping L from a vector space V into a vector space W is said to be a linear transformation (or a linear operator) if Remark: L is linear

Example 1: Remark: In general, if, the linear transformation can be thought of as a stretching ( ) or shrinking ( ) by a factor of

Example 2:

Example 3:

Example 4:

Example 8:

Example 9 :

Example 10:

Lemma:

Def:

Theorem 4.1.1:

Example 11:

Example 12:

Example 13:

Theorem:

§4.2 Matrix Representations of Linear Transformations Theorem4.2.1:

Proof:

Example: Solution:

Example: Solution:

Figure 4.2.1: (0,1) (1,0) Ax x

Theorem4.2.2:

Example 3: Solution:

Example 4: Solution:

Example 5: Solution:

Theorem 4.2.3

Proof :

Cor : Proof:

Example 6 :

Solution(Method I):

Solution(Method II):

Remark:

Application I : Computer Graphics and Animation Fundamental operators: Dilations and Contractions: Reflection about : e.g., : a reflection about X-axis. : a reflection about Y-axis.

Rotations: Translations: Note: Translation is not linear if Homogeneous Composition of linear mappings is linear!

§4.3 Similarity V W L coordinate mapping (transition matrix)

Question:

Example:

Solution:

Thm 4.3.1

Proof

DEFINITION:

Remark:

Example1:

Solution:

Example2: Solution: