Presentation is loading. Please wait.

Presentation is loading. Please wait.

Vector Spaces Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB.

Similar presentations


Presentation on theme: "Vector Spaces Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB."— Presentation transcript:

1 Vector Spaces Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB

2 Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB Definition: A vector space is a nonempty set V of objects, called vectors, on which are defined two operations, called addition and multiplication by scalars (real numbers), subject to the ten axioms (or rules) listed below. The axioms must hold for all vectors u, v, and w in V and for all scalars c and d. 1.The sum of u and v, denoted by u+v, is in V. 2.u+v=v+u. 3.(u+v)+w=u+(v+w). 4.There is a zero vector 0 in V such that u+(-u)=0. 5.For each u in V, there is a vector -u in V such that u+(-u)=0. 6.The scalar multiple of u by c, denoted by cu, is in V. 7.c(u+v)=cu+cv. 8.(c+d)u=cu+du. 9.c(du)=(cd)u. 10.1u=u. The most important of these axioms are the closure properties (1) and (6). In many cases we will be dealing with vectors that are a subset of a familiar vector space (such as ℝ 2 ), and if we can prove that the set is closed, it will be a subspace of the familiar vector space.

3 Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB Definition: A subspace of a vector space V is a subset H of V that has three properties: (a)The zero vector of V is in H. ( b) H is closed under vector addition. That is, for each u and v in H, the sum u+v is in H. (c)H is closed under multiplication by scalars. That is, for each u in H and each scalar c, the vector cu is in H. Properties (a), (b), and (c) guarantee that a subspace H of V is itself a vector space, under the vector space operations already defined in V. Every subspace is a vector space. Conversely, every vector space is a subspace (of itself and possibly of other larger spaces). The set consisting of only the zero vector in a vector space V is a subspace of V, called the zero subspace and written as {0}.

4 Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB A simple example. Here is a homogeneous linear system: It represents a linear transformation from ℝ 3 ↦ℝ 3. Let’s look at the matrix of this linear transformation.

5 Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB A simple example. Here is a homogeneous linear system: It represents a linear transformation from ℝ 3 ↦ℝ 3. Let’s look at the matrix of this linear transformation. The matrix will take a vector from ℝ 3 (the domain) and transform it into a different vector from ℝ 3 (the co-domain).

6 Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB A simple example. Here is a homogeneous linear system: It represents a linear transformation from ℝ 3 ↦ℝ 3. Let’s look at the matrix of this linear transformation. The matrix will take a vector from ℝ 3 (the domain) and transform it into a different vector from ℝ 3 (the co-domain). If we solve the system in the usual way, we will obtain what is called the Null Space of A (also called the kernel of the linear transformation). Nul(A) is the set of vectors in the domain that get mapped to the zero vector in the co-domain. Let’s walk through the calculation:

7 Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB A simple example. Here is a homogeneous linear system: It represents a linear transformation from ℝ 3 ↦ℝ 3. Let’s look at the matrix of this linear transformation. The matrix will take a vector from ℝ 3 (the domain) and transform it into a different vector from ℝ 3 (the co-domain). If we solve the system in the usual way, we will obtain what is called the Null Space of A (also called the kernel of the linear transformation). Nul(A) is the set of vectors in the domain that get mapped to the zero vector in the co-domain. Let’s walk through the calculation: t is the parameter of our explicit solution. Our solution space represents a line in ℝ 3. On the next slide is a graph of the situation.

8 Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB This line in the domain is the Null Space of A. It is a 1-dimensional subspace of ℝ 3. Every point in Nul(A) is mapped to the origin in the co-domain. (0,0,0) Domain ( ℝ 3 ) Co-Domain ( ℝ 3 ) This line is Nul(A)

9 Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB A simple example. Here is a homogeneous linear system: It represents a linear transformation from ℝ 3 ↦ℝ 3. Let’s look at the matrix of this linear transformation. The matrix will take a vector from ℝ 3 (the domain) and transform it into a different vector from ℝ 3 (the co-domain). Next we will find the Column Space of A. By definition, Col(A) is the span of the columns of A. We have 3 columns, but as we will see, the column space will be a 2-dimensional subspace of ℝ 3.

10 Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB A simple example. Here is a homogeneous linear system: It represents a linear transformation from ℝ 3 ↦ℝ 3. Let’s look at the matrix of this linear transformation. The matrix will take a vector from ℝ 3 (the domain) and transform it into a different vector from ℝ 3 (the co-domain). Next we will find the Column Space of A. By definition, Col(A) is the span of the columns of A. We have 3 columns, but as we will see, the column space will be a 2-dimensional subspace of ℝ 3. This set of vectors is linearly dependent (we got a row of zeroes when we row-reduced). So one of them is redundant. We can get the same span by leaving out the column vector that corresponds to our free variable in the row-reduced matrix (this is the 3 rd column).

11 Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB A simple example. Here is a homogeneous linear system: It represents a linear transformation from ℝ 3 ↦ℝ 3. Let’s look at the matrix of this linear transformation. The matrix will take a vector from ℝ 3 (the domain) and transform it into a different vector from ℝ 3 (the co-domain). Next we will find the Column Space of A. By definition, Col(A) is the span of the columns of A. We have 3 columns, but as we will see, the column space will be a 2-dimensional subspace of ℝ 3. This set of vectors is linearly dependent (we got a row of zeroes when we row-reduced). So one of them is redundant. We can get the same span by leaving out the column vector that corresponds to our free variable in the row-reduced matrix (this is the 3 rd column). So our pared-down set only has 2 vectors, and the span of this set is a 2-dimensional subspace of ℝ 3 (i.e. a plane). This new set of 2 vectors is a basis for the column space of A. A graph is on the next slide.

12 Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB The column space of A is this plane in ℝ 3. The basis vectors are shown in the diagram. All points in Col(A) are linear combinations of these basis vectors. (0,1,1) (1,0,1)

13 Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB Another simple example. The matrix of a linear transformation from ℝ 5 ↦ℝ 3 is given. The matrix will take a vector from ℝ 5 (the domain) and transform it into a different vector from ℝ 3 (the co-domain). This matrix is already in RREF. Notice that columns 1,2 and 4 are pivots, and columns 3 and 5 represent free variables. We can find Nul(A) by writing down the parametric form of the solution.

14 Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB Another simple example. The matrix of a linear transformation from ℝ 5 ↦ℝ 3 is given. The matrix will take a vector from ℝ 5 (the domain) and transform it into a different vector from ℝ 3 (the co-domain). This matrix is already in RREF. Notice that columns 1,2 and 4 are pivots, and columns 3 and 5 represent free variables. We can find Nul(A) by writing down the parametric form of the solution. There are 2 parameters (s is for x 3 and t is for x 5 ). Thus this is a 2-dimensional subspace of ℝ 5.

15 Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB Another simple example. The matrix of a linear transformation from ℝ 5 ↦ℝ 3 is given. The matrix will take a vector from ℝ 5 (the domain) and transform it into a different vector from ℝ 3 (the co-domain). This matrix is already in RREF. Notice that columns 1,2 and 4 are pivots, and columns 3 and 5 represent free variables. We can find Nul(A) by writing down the parametric form of the solution. There are 2 parameters (s is for x 3 and t is for x 5 ). Thus this is a 2-dimensional subspace of ℝ 5. For the column space, we need the span of the 5 column vectors. In this case we have a set of 5 vectors from ℝ 3. For a basis of Col(A) we don’t need to include columns 3 and 5, because they corresponded to free variables in our reduced matrix. We have 3 independent vectors in ℝ 3, so the span is a 3-dimensional subspace of ℝ 3 (i.e. all of ℝ 3 ).

16 Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB Some Less Familiar Examples. Each of the following sets is a subset of a vector space. Determine if the set is also a subspace.

17 Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB Some Less Familiar Examples. Each of the following sets is a subset of a vector space. Determine if the set is also a subspace. YES NO – fails closure properties YES NO – does not contain zero vector


Download ppt "Vector Spaces Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB."

Similar presentations


Ads by Google