3.1 Image and Kernel (Null Space) This is an image of the cloud around a black hole from the Hubble Telescope.

Slides:



Advertisements
Similar presentations
3.2 Bases and Linear Independence
Advertisements

5.4 Basis And Dimension.
5.2 Rank of a Matrix. Set-up Recall block multiplication:
Example: Given a matrix defining a linear mapping Find a basis for the null space and a basis for the range Pamela Leutwyler.
4.3 Matrix Approach to Solving Linear Systems 1 Linear systems were solved using substitution and elimination in the two previous section. This section.
Section 4.6 (Rank).
A quick example calculating the column space and the nullspace of a matrix. Isabel K. Darcy Mathematics Department Applied Math and Computational Sciences.
THE DIMENSION OF A VECTOR SPACE
Lecture 9 Symmetric Matrices Subspaces and Nullspaces Shang-Hua Teng.
Class 25: Question 1 Which of the following vectors is orthogonal to the row space of A?
Linear Equations in Linear Algebra
Linear Equations in One Variable Objective: To find solutions of linear equations.
Table of Contents Solving Linear Systems - Elementary Row Operations A linear system of equations can be solved in a new way by using an augmented matrix.
Matrix Solution of Linear Systems The Gauss-Jordan Method Special Systems.
Systems and Matrices (Chapter5)
2.2 Linear Transformations in Geometry For an animation of this topic visit
Sect 8.1 Systems of Linear Equations A system of linear equations is where all the equations in a system are linear ( variables raised to the first power).
Copyright © 2011 Pearson, Inc. 7.3 Multivariate Linear Systems and Row Operations.
Slide Chapter 7 Systems and Matrices 7.1 Solving Systems of Two Equations.
Linear Algebra Lecture 25.
How To Find The Reduced Row Echelon Form. Reduced Row Echelon Form A matrix is said to be in reduced row echelon form provided it satisfies the following.
ME 1202: Linear Algebra & Ordinary Differential Equations (ODEs)
Day 1 Eigenvalues and Eigenvectors
Day 1 Eigenvalues and Eigenvectors
4 4.2 © 2012 Pearson Education, Inc. Vector Spaces NULL SPACES, COLUMN SPACES, AND LINEAR TRANSFORMATIONS.
Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.
A matrix equation has the same solution set as the vector equation which has the same solution set as the linear system whose augmented matrix is Therefore:
Copyright © 2013, 2009, 2005 Pearson Education, Inc. 1 5 Systems and Matrices Copyright © 2013, 2009, 2005 Pearson Education, Inc.
Chapter Content Real Vector Spaces Subspaces Linear Independence
1 1.3 © 2012 Pearson Education, Inc. Linear Equations in Linear Algebra VECTOR EQUATIONS.
Chap. 6 Linear Transformations
Triangular Form and Gaussian Elimination Boldly on to Sec. 7.3a… HW: p odd.
Solving Linear Systems of Equations
1 Chapter 3 – Subspaces of R n and Their Dimension Outline 3.1 Image and Kernel of a Linear Transformation 3.2 Subspaces of R n ; Bases and Linear Independence.
1. Copyright © 2006 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Solving Systems of Linear Equations in Three Variables 4 1.Determine.
Section 2.3 Properties of Solution Sets
3.1 Day 2 Applications and properties of a Kernel.
4.8 Rank Rank enables one to relate matrices to vectors, and vice versa. Definition Let A be an m  n matrix. The rows of A may be viewed as row vectors.
A website that has programs that will do most operations in this course (an online calculator for matrices)
4 © 2012 Pearson Education, Inc. Vector Spaces 4.4 COORDINATE SYSTEMS.
How To Find The Reduced Row Echelon Form. Reduced Row Echelon Form A matrix is said to be in reduced row echelon form provided it satisfies the following.
Solve a system of linear equations By reducing a matrix Pamela Leutwyler.
Section 4Chapter 4. 1 Copyright © 2012, 2008, 2004 Pearson Education, Inc. Objectives Solving Systems of Linear Equations by Matrix Methods Define.
3.1 Systems of Linear Equations (Elimination – or as the book calls it, Addition Method)
Slide Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley A set of equations is called a system of equations. The solution.
Arab Open University Faculty of Computer Studies M132: Linear Algebra
Vector Spaces Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB.
1.7 Linear Independence. in R n is said to be linearly independent if has only the trivial solution. in R n is said to be linearly dependent if there.
Linear Transformations
4.5: The Dimension of a Vector Space. Theorem 9 If a vector space V has a basis, then any set in V containing more than n vectors must be linearly dependent.
4 4.5 © 2016 Pearson Education, Inc. Vector Spaces THE DIMENSION OF A VECTOR SPACE.
4 4.2 © 2016 Pearson Education, Inc. Vector Spaces NULL SPACES, COLUMN SPACES, AND LINEAR TRANSFORMATIONS.
Chapter 5 Chapter Content 1. Real Vector Spaces 2. Subspaces 3. Linear Independence 4. Basis and Dimension 5. Row Space, Column Space, and Nullspace 6.
Math 307 Spring, 2003 Hentzel Time: 1:10-2:00 MWF Room: 1324 Howe Hall Instructor: Irvin Roy Hentzel Office 432 Carver Phone
Vector Spaces Prepared by Vince Zaccone
Linear Transformations
Row Space, Column Space, and Nullspace
Linear Transformations
Vector Spaces Prepared by Vince Zaccone
Linear Equations in Linear Algebra
Linear Algebra Lecture 21.
Theorems about LINEAR MAPPINGS.
Linear Transformations
3.1 Day 2 Applications and properties of a Kernel
Null Spaces, Column Spaces, and Linear Transformations
NULL SPACES, COLUMN SPACES, AND LINEAR TRANSFORMATIONS
Linear Equations in Linear Algebra
Linear Equations in Linear Algebra
Subspace Hung-yi Lee Think: beginning subspace.
CHAPTER 4 Vector Spaces Linear combination Sec 4.3 IF
Presentation transcript:

3.1 Image and Kernel (Null Space) This is an image of the cloud around a black hole from the Hubble Telescope

Image of a Function for more information on image and codomain visit: The image of a function consists of all of the values that the function takes in its codomain.

Our book offers this anecdote to explain domain codomain and image A group of X students and a group of Y professors stand in the yard. Each student throws a tomato at one of the professors (and each tomato hits its intended target). Consider the function y = f(x) from X to Y that associates each x with a y. X is the domain, Y is the codomain and the professors that actually get hit by a tomato are the image

Consider a 2x3 matrix a 11 a 12 a 13 a 21 a 22 a 23 This matrix represents a mapping from R 3 to R 2 R 3 is the domain R 2 is the codomain The image is the set of points in R 2 that can result from multiplying Ax = b

Example 3 Find the Domain, Codomain and Image of the function

Example 3 answer Domain: all real numbers in R 1 Codomain: all real ordered pairs in R 2 Image circle of radius 1 in R 2

Ax = b For what values of b can Ax = b be solved?

Ax = b For what values of b can Ax = b be solved? We can solve Ax = b when b is a linear combination of the columns of A. Why is this true? We call the region that is comprised of all of the linear combinations of the columns of the image or column space of matrix A.

Example 6

Example 6 Solution

Span Consider a set of vectors. The set of all linear combinations of these vectors is called their span.

How do we describe the image of A? Find all of the columns that are independent. There are 3 ways this is generally done. 1)If the matrix is simple do by inspection. (use number sense to determine which columns are independent shown on a later slide – we will practice this in 3.2). 2) Put the matrix in reduced row echelon form. Every column that has a leading one in this form is independent. The columns (in the un-simplified form) form a basis for the image. 3) We can use our knowledge of our library of basic matrices to describe the image and kernel of A (We will practice this method tomorrow).

Describe the image of

Find vectors that span im(A) using rref(A) rref(A) = The first and 4 th columns of A are form a basis of the image because when A is written in reduced row echelon form those two columns have leading ones. Note: use the original columns of A not the ones from rref(A) These two vectors span im(A) Note: this is the only method that you need to master today the others will be practiced on later days

Find the basis of the image by inspection Consider the columns 1)The first column is in the basis for the image because it is non-zero 2)The second column is not in the basis for the image because it is a multiple of column 1 3) The third column is not in the basis because it is the zero vector 4)The fourth column is in the basis because it is not a multiple of column 1 (the only vector that is in our basis so far) 5)The 5 th column is not in the basis because it is the sum of column 1 and 4 Answer: columns 1 and 4 form a basis of the image We will practice this in 3.2 and 3.3

Kernel also called nullspace The Kernel of a linear transformation consists of all of the solutions to the system Ax=0 We denote Kernel of T by Ker(T)

Describe the kernel of

Find vectors that span the kernel of A Set Ax = 0 Solve and find all solutions Find rref(A) x 2, x 3 and x 5 are free variables Set x 2 = r, x 3 = s, x 5 = t x 1 = -2r –t x 2 = r x 3 = s x 4 = -t x 5 = t r s The three column vectors are a basis for the kernel How can you check? t

Problem 2 Find vectors that Span the Kernel of the following matrix

Problem 2 Solution

Problem 6 Find vectors that span the kernel

Problem 6 solution

Homework p odd Black holes are where God divided by zero. Practice is not always easy… but if you hang in there you’ll get it.