Announcements Wednesday, September 27

Similar documents
Section 1.8/1.9. Linear Transformations

Announcements September 19

Announcements Monday, September 25

Announcements Wednesday, October 04

Announcements Wednesday, October 25

Announcements Monday, October 02

Announcements Wednesday, October 10

Announcements Wednesday, August 30

Announcements Monday, November 26

Announcements Wednesday, August 30

Span and Linear Independence

Announcements Monday, September 18

Announcements Monday, October 29

Review for Chapter 1. Selected Topics

Announcements Wednesday, November 01

Announcements Wednesday, September 20

1 Last time: multiplying vectors matrices

Announcements Monday, November 26

Fact: Every matrix transformation is a linear transformation, and vice versa.

Span & Linear Independence (Pop Quiz)

Announcements Monday, September 17

Announcements Wednesday, November 01

Announcements Wednesday, November 7

Announcements Wednesday, September 05

Announcements Wednesday, November 7

Announcements Monday, November 20

Announcements Monday, November 19

Announcements Monday, November 13

Solutions to Midterm 2 Practice Problems Written by Victoria Kala Last updated 11/10/2015

MATH 2331 Linear Algebra. Section 1.1 Systems of Linear Equations. Finding the solution to a set of two equations in two variables: Example 1: Solve:

Math 220 F11 Lecture Notes

Announcements Monday, November 19

Announcements Monday, November 13

Announcements Wednesday, November 15

Announcements: Nov 10

Linear transformations

Chapter 1: Linear Equations

Math 3C Lecture 20. John Douglas Moore

Math 54 Homework 3 Solutions 9/

MATH240: Linear Algebra Exam #1 solutions 6/12/2015 Page 1

Linear Equation: a 1 x 1 + a 2 x a n x n = b. x 1, x 2,..., x n : variables or unknowns

Chapter 3: Theory Review: Solutions Math 308 F Spring 2015

Chapter 1: Linear Equations

Announcements August 31

Announcements Wednesday, September 06

Math 416, Spring 2010 Matrix multiplication; subspaces February 2, 2010 MATRIX MULTIPLICATION; SUBSPACES. 1. Announcements

Math 4A Notes. Written by Victoria Kala Last updated June 11, 2017

Section 4.5. Matrix Inverses

Exam 2 Solutions. (a) Is W closed under addition? Why or why not? W is not closed under addition. For example,

Properties of Transformations

Sept. 3, 2013 Math 3312 sec 003 Fall 2013

Math 54 First Midterm Exam, Prof. Srivastava September 23, 2016, 4:10pm 5:00pm, 155 Dwinelle Hall.

Additional Problems for Midterm 1 Review

MA 242 LINEAR ALGEBRA C1, Solutions to First Midterm Exam

BASIC NOTIONS. x + y = 1 3, 3x 5y + z = A + 3B,C + 2D, DC are not defined. A + C =

CSE 167: Introduction to Computer Graphics Lecture #2: Linear Algebra Primer

Math 1553 Introduction to Linear Algebra. School of Mathematics Georgia Institute of Technology

Math 322. Spring 2015 Review Problems for Midterm 2

Midterm 1 Review. Written by Victoria Kala SH 6432u Office Hours: R 12:30 1:30 pm Last updated 10/10/2015

MATH 2210Q MIDTERM EXAM I PRACTICE PROBLEMS

2018 Fall 2210Q Section 013 Midterm Exam I Solution

MATH10212 Linear Algebra B Homework Week 4

Math 314H EXAM I. 1. (28 points) The row reduced echelon form of the augmented matrix for the system. is the matrix

APPM 2360 Exam 2 Solutions Wednesday, March 9, 2016, 7:00pm 8:30pm

Linear Equations in Linear Algebra

Designing Information Devices and Systems I Discussion 2A

Linear Algebra Math 221

1 Last time: inverses

Section 14.1 Vector Functions and Space Curves

Linear Equations in Linear Algebra

Math 2802 Applications of Linear Algebra. School of Mathematics Georgia Institute of Technology

CSE 167: Introduction to Computer Graphics Lecture #2: Linear Algebra Primer

Linear Algebra (wi1403lr) Lecture no.4

Math 215 HW #9 Solutions

DEPARTMENT OF MATHEMATICS

Section 2.2: The Inverse of a Matrix

Math 21b. Review for Final Exam

Math 520 Exam 2 Topic Outline Sections 1 3 (Xiao/Dumas/Liaw) Spring 2008

Math Week 1 notes

Math 416, Spring 2010 More on Algebraic and Geometric Properties January 21, 2010 MORE ON ALGEBRAIC AND GEOMETRIC PROPERTIES

Math 250B Midterm I Information Fall 2018

Linear Equations in Linear Algebra

Math 308 Midterm, Feb 11th 2015 Winter Form Bonus. Possible (6) 63

Announcements Monday, November 06

All of my class notes can be found at

Properties of Linear Transformations from R n to R m

Solutions for Math 225 Assignment #5 1

Recall: Dot product on R 2 : u v = (u 1, u 2 ) (v 1, v 2 ) = u 1 v 1 + u 2 v 2, u u = u u 2 2 = u 2. Geometric Meaning:

Linear Algebra March 16, 2019

MATH 221: SOLUTIONS TO SELECTED HOMEWORK PROBLEMS

1 Linear systems, existence, uniqueness

Math 3191 Applied Linear Algebra

MATH 3330 INFORMATION SHEET FOR TEST 3 SPRING Test 3 will be in PKH 113 in class time, Tues April 21

MATH240: Linear Algebra Review for exam #1 6/10/2015 Page 1

IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET

KEY. Math 343 Midterm 2 Instructor: Scott Glasgow Sections: 1, 6 and 8 Dates: October 26 th and 27 th, 2005

Math 51, Homework-2 Solutions

Solutions to Homework 3, Introduction to Differential Equations, 3450: , Dr. Montero, Spring 2009 M = 3 3 Det(M) = = 24.

DEPARTMENT OF MATHEMATICS

Math 3108: Linear Algebra

Transcription:

Announcements Wednesday, September 27 The midterm will be returned in recitation on Friday. You can pick it up from me in office hours before then. Keep tabs on your grades on Canvas. WeBWorK 1.7 is due Friday at 11:59pm. No quiz on Friday! My office is Skiles 244 and my office hours are Monday, 1 3pm and Tuesday, 9 11am.

Linear Transformations Dilation Define T : R 2 R 2 by T (x) = 1.5x. Is T linear? Check: T (u + v) = 1.5(u + v) = 1.5u + 1.5v = T (u) + T (v) T (cv) = 1.5(cv) = c(1.5v) = c(tv). So T satisfies the two equations, hence T is linear. Note: T is a matrix transformation! as we checked before. T (x) = ( ) 1.5 x, 1.5

Linear Transformations Rotation Define T : R 2 R 2 by T (x) = the vector x rotated counterclockwise by an angle of θ. Is T linear? Check: u + v v T T (u + v) T (v) u θ T (u) T T (cu) u cu T (u) θ The pictures show T (u) + T (v) = T (u + v) and T (cu) = ct (u). Since T satisfies the two equations, T is linear.

Linear Transformations Non-example Is every transformation a linear transformation? ( ) sin x x No! For instance, T = xy is not linear. y cos y Why? We have to check the two defining properties. Let s try the second: ( ( )) sin(cx) sin x ( ) x T c = (cx)(cy) =? c xy x = ct y y cos(cy) cos y Not necessarily: if c = 2 and x = π, y = π, then ( ( )) ( ) sin 2π π 2π T 2 = T = 2π 2π = 4π 2 π 2π cos 2π 1 ( ) sin π π 2T = 2 =. π π π cos π 2π 2 2 So T fails the second property. Conclusion: T is not a matrix transformation! (We could also have noted T ().)

Poll Poll Which of the following transformations are linear? ( ) ( ) ( ) ( ) x1 x1 x1 2x1 + x 2 A. T = B. T = x 2 x 2 x 2 x 1 2x 2 ( ) ( ) ( ) ( ) x1 x1x 2 x1 2x1 + 1 C. T = D. T = x 2 x 2 x 2 x 1 2x 2 A. T (( ) 1 + B. Linear. ( ( )) 1 C. T 2 = 1 ( ) D. T = ( )) 1 = ( ) 4 2T 2 ( ) ( ) 1, so not linear. ( ) 2 = T ( ) 1 + T ( ) 1, so not linear. 1 ( ) 1, so not linear. Remark: in fact, T is linear if and only if each entry of the output is a linear function of the entries of the input, with no constant terms. Check this!

The Matrix of a Linear Transformation We will see that a linear transformation T is a matrix transformation: T (x) = Ax. But what matrix does T come from? What is A? Here s how to compute it.

Unit Coordinate Vectors Definition This is what e 1, e 2,... mean, The unit coordinate vectors in R n for the rest of the class. are 1 1 e 1 =., e 2 =.,..., e n 1 =., e n =.. 1 1 in R 2 in R 3 e 2 e 1 e 3 e 2 e 1 Note: if A is an m n matrix with columns v 1, v 2,..., v n, then Ae i = v i for i = 1, 2,..., n: multiplying a matrix by e i gives you the ith column. 1 2 3 4 5 6 1 = 1 4 1 2 3 4 5 6 1 = 2 5 1 2 3 4 5 6 = 3 6 7 8 9 7 7 8 9 8 7 8 9 1 9

Linear Transformations are Matrix Transformations Recall: A matrix A defines a linear transformation T by T (x) = Ax. Theorem Let T : R n R m be a linear transformation. Let A = T (e 1) T (e 2) T (e n). This is an m n matrix, and T is the matrix transformation for A: T (x) = Ax. The matrix A is called the standard matrix for T. Take-Away Linear transformations are the same as matrix transformations. Dictionary Linear transformation T : R n R m m n matrix A = T (e 1 ) T (e 2 ) T (e n) T (x) = Ax T : R n R m m n matrix A

Linear Transformations are Matrix Transformations Continued Why is a linear transformation a matrix transformation? Suppose for simplicity that T : R 3 R 2. x 1 T y = T x + y 1 + z z 1 = T ( ) xe 1 + ye 2 + ze 3 = xt (e 1) + yt (e 2) + zt (e 3) x = T (e 1) T (e 2) T (e 3) y z x = A y. z

Linear Transformations are Matrix Transformations Example Before, we defined a dilation transformation T : R 2 R 2 by T (x) = 1.5x. What is its standard matrix? ( ) 1.5 T (e 1) = 1.5e 1 = ( ) 1.5 ( ) = A =. 1.5 T (e 2) = 1.5e 2 = 1.5 Check: ( 1.5 1.5 ) ( ) x = y ( ) 1.5x = 1.5 1.5y ( ) x = T y ( ) x. y

Linear Transformations are Matrix Transformations Example Question What is the matrix for the linear transformation T : R 2 R 2 defined by T (x) = x rotated counterclockwise by an angle θ? T (e 2 ) T (e 1 ) θ sin(θ) cos(θ) cos(θ) e 1 sin(θ) ( ) cos(θ) T (e 1) = sin(θ) ( ) θ = ( 9 = ) cos(θ) sin(θ) ( ) = A = 1 sin(θ) sin(θ) cos(θ) A = 1 T (e 2) = cos(θ) from before θ e 2

Linear Transformations are Matrix Transformations Example Question What is the matrix for the linear transformation T : R 3 R 3 that reflects through the xy-plane and then projects onto the yz-plane? [interactive] e 1 yz reflect xy yz project yz yz xy xy xy T (e 1) =.

Linear Transformations are Matrix Transformations Example, continued Question What is the matrix for the linear transformation T : R 3 R 3 that reflects through the xy-plane and then projects onto the yz-plane? [interactive] yz yz yz reflect xy project yz xy e 2 xy xy T (e 2) = e 2 = 1.

Linear Transformations are Matrix Transformations Example, continued Question What is the matrix for the linear transformation T : R 3 R 3 that reflects through the xy-plane and then projects onto the yz-plane? [interactive] e 3 yz reflect xy yz project yz yz xy xy xy T (e 3) =. 1

Linear Transformations are Matrix Transformations Example, continued Question What is the matrix for the linear transformation T : R 3 R 3 that reflects through the xy-plane and then projects onto the yz-plane? T (e 1) = T (e 2) = 1 T (e 1) = 1 = A = 1. 1

Onto Transformations Definition A transformation T : R n R m is onto (or surjective) if the range of T is equal to R m (its codomain). In other words, for every b in R m, the equation T (x) = b has at least one solution. Or, every possible output has an input. Note that not onto means there is some b in R m which is not the image of any x in R n. x onto range(t ) T (x) [interactive] R n T not onto R m = codomain T (x) [interactive] x range(t ) R n T R m = codomain

Characterization of Onto Transformations Theorem Let T : R n R m be a linear transformation with matrix A. Then the following are equivalent: T is onto T (x) = b has a solution for every b in R m Ax = b is consistent for every b in R m The columns of A span R m A has a pivot in every row Question If T : R n R m is onto, what can we say about the relative sizes of n and m? Answer: T corresponds to an m n matrix A. In order for A to have a pivot in every row, it must have at least as many columns as rows: m n. 1 1 1 For instance, R 2 is too small to map onto R 3.

One-to-one Transformations Definition A transformation T : R n R m is one-to-one (or into, or injective) if different vectors in R n map to different vectors in R m. In other words, for every b in R m, the equation T (x) = b has at most one solution x. Or, different inputs have different outputs. Note that not one-to-one means at least two different vectors in R n have the same image. y x one-to-one T (x) T (y) [interactive] z R n T T (z) R m range x not one-to-one T (x) = T (y) y [interactive] z R n T T (z) R m range

Characterization of One-to-One Transformations Theorem Let T : R n R m be a linear transformation with matrix A. Then the following are equivalent: T is one-to-one T (x) = b has one or zero solutions for every b in R m Ax = b has a unique solution or is inconsistent for every b in R m Ax = has a unique solution The columns of A are linearly independent A has a pivot in every column. Question If T : R n R m is one-to-one, what can we say about the relative sizes of n and m? Answer: T corresponds to an m n matrix A. In order for A to have a pivot in every column, it must have at least as many rows as columns: n m. 1 1 1 For instance, R 3 is too big to map into R 2.

Summary Linear transformations are the transformations that come from matrices. The unit coordinate vectors e 1, e 2,... are the unit vectors in the positive direction along the coordinate axes. You compute the columns of the matrix for a linear transformation by plugging in the unit coordinate vectors. A transformation T is one-to-one if T (x) = b has at most one solution, for every b in R m. A transformation T is onto if T (x) = b has at least one solution, for every b in R m. Two of the most basic questions one can ask about a transformation is whether it is one-to-one or onto. There are lots of equivalent conditions for a linear transformation to be one-to-one and/or onto, in terms of its matrix.