Section 1.8: Introduction to Linear Transformations.

Slides:



Advertisements
Similar presentations
Example: Given a matrix defining a linear mapping Find a basis for the null space and a basis for the range Pamela Leutwyler.
Advertisements

8.2 Kernel And Range.
Chapter 6 Eigenvalues and Eigenvectors
Section 4.6 (Rank).
1 1.8 © 2012 Pearson Education, Inc. Linear Equations in Linear Algebra INTRODUCTION TO LINEAR TRANSFORMATIONS.
I. Homomorphisms & Isomorphisms II. Computing Linear Maps III. Matrix Operations VI. Change of Basis V. Projection Topics: Line of Best Fit Geometry of.
Matrix Operations. Matrix Notation Example Equality of Matrices.
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 14 Elimination Methods.
Some Important Subspaces (10/29/04) If A is an m by n matrix, then the null space of A is the set of all vectors x in R n which satisfy the homogeneous.
 A equals B  A + B (Addition)  c A scalar times a matrix  A – B (subtraction) Sec 3.4 Matrix Operations.
Part 3 Chapter 8 Linear Algebraic Equations and Matrices PowerPoints organized by Dr. Michael R. Gustafson II, Duke University All images copyright © The.
4 4.2 © 2012 Pearson Education, Inc. Vector Spaces NULL SPACES, COLUMN SPACES, AND LINEAR TRANSFORMATIONS.
Review of Matrices Or A Fast Introduction.
4.1 Vector Spaces and Subspaces 4.2 Null Spaces, Column Spaces, and Linear Transformations 4.3 Linearly Independent Sets; Bases 4.4 Coordinate systems.
Sections 1.8/1.9: Linear Transformations
4 4.4 © 2012 Pearson Education, Inc. Vector Spaces COORDINATE SYSTEMS.
10.4 Matrix Algebra 1.Matrix Notation 2.Sum/Difference of 2 matrices 3.Scalar multiple 4.Product of 2 matrices 5.Identity Matrix 6.Inverse of a matrix.
Algebra 3: Section 5.5 Objectives of this Section Find the Sum and Difference of Two Matrices Find Scalar Multiples of a Matrix Find the Product of Two.
Domain Range definition: T is a linear transformation, EIGENVECTOR EIGENVALUE.
1 1.8 © 2016 Pearson Education, Inc. Linear Equations in Linear Algebra INTRODUCTION TO LINEAR TRANSFORMATIONS.
Section 4.2 Linear Transformations from R n to R m.
1 MAC 2103 Module 7 Euclidean Vector Spaces II. 2 Rev.F09 Learning Objectives Upon completing this module, you should be able to: 1. Determine if a linear.
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.
4.6: Rank. Definition: Let A be an mxn matrix. Then each row of A has n entries and can therefore be associated with a vector in The set of all linear.
ES 240: Scientific and Engineering Computation. Chapter 8 Chapter 8: Linear Algebraic Equations and Matrices Uchechukwu Ofoegbu Temple University.
click to start Example: A LINEAR TRANSFORMATION.
4.3 Linearly Independent Sets; Bases
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-
Relations, Functions, and Linear Equations Sections 2.1, 2.2 Modern Algebra II.
10.4 Matrix Algebra 1.Matrix Notation 2.Sum/Difference of 2 matrices 3.Scalar multiple 4.Product of 2 matrices 5.Identity Matrix 6.Inverse of a matrix.
Linear Transformations
5 5.1 © 2016 Pearson Education, Ltd. Eigenvalues and Eigenvectors EIGENVECTORS AND EIGENVALUES.
Chapter 4 Vector Spaces Linear Algebra. Ch04_2 Definition 1: ……………………………………………………………………. The elements in R n called …………. 4.1 The vector Space R n Addition.
4 Vector Spaces 4.1 Vector Spaces and Subspaces 4.2 Null Spaces, Column Spaces, and Linear Transformations 4.3 Linearly Independent Sets; Bases 4.4 Coordinate.
Section 4.3 Properties of Linear Transformations from R n to R m.
Algebra Review. Systems of Equations Review: Substitution Linear Combination 2 Methods to Solve:
1 1.3 © 2016 Pearson Education, Ltd. Linear Equations in Linear Algebra VECTOR EQUATIONS.
An Introduction to Matrix Algebra Math 2240 Appalachian State University Dr. Ginn.
REVIEW Linear Combinations Given vectors and given scalars
MTH108 Business Math I Lecture 20.
Elementary Matrix Theory
Linear Algebraic Equations and Matrices
ISHIK UNIVERSITY FACULTY OF EDUCATION Mathematics Education Department
Linear Algebraic Equations and Matrices
Linear Transformations
Linear Equations in Linear Algebra
Linear Algebra Linear Transformations. 2 Real Valued Functions Formula Example Description Function from R to R Function from to R Function from to R.
Linear Transformations
LINEAR TRANSFORMATIONS
Linear Transformations
Linear Transformations
Vectors, Linear Combinations and Linear Independence
2. Matrix Algebra 2.1 Matrix Operations.
4.6: Rank.
1.3 Vector Equations.
Linear Algebra Lecture 37.
Further Matrix Algebra
Determinants CHANGE OF BASIS © 2016 Pearson Education, Inc.
Linear Algebra Lecture 21.
Theorems about LINEAR MAPPINGS.
Linear Algebra Lecture 10.
Linear Transformations
Linear Algebra Lecture 6.
Linear Algebra Lecture 9.
3.5 Perform Basic Matrix Operations Algebra II.
Null Spaces, Column Spaces, and Linear Transformations
NULL SPACES, COLUMN SPACES, AND LINEAR TRANSFORMATIONS
Linear Equations in Linear Algebra
Linear Equations in Linear Algebra
Presentation transcript:

Section 1.8: Introduction to Linear Transformations

Recall that the difference between the matrix equation and the associated vector equation is notation. However, the matrix equation can arise is linear algebra (and applications) in a way that is not directly connected with linear combinations of vectors. This happens when we think of a matrix A as an object that acts on a vector by multiplication to produce a new vector

Example: A =

Recall that is only defined if the number of columns of A equals the number of elements in .

A So multiplication by A transforms into .

In the previous example, solving the equation can be thought of as finding all vectors in that are transformed into the vector in under the “action” of multiplication by A.

Transformation: Function or Mapping T T Range Domain Codomain

Let A be an mxn matrix. Matrix Transformation: Codomain A Domain b x A

Example: The transformation T is defined by T(x)=Ax where For each of the following determine m and n.

Matrix Transformation: Ax=b x A b Domain Codomain

Linear Transformation: Definition: A transformation T is linear if (i) T(u+v)=T(u)+T(v) for all u, v in the domain of T: (ii) T(cu)=cT(u) for all u and all scalars c. Theorem: If T is a linear transformation, then T(0)=0 and T(cu+dv)=cT(u)+dT(v) for all u, v and all scalars c, d.