



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
These lecture slides are very easy to understand the computer operating system.The major points in these lecture slides are:General Vector Spaces, Denoted, Nonempty Set, Addition Denoted, Multiplication By a Scalar, Order is Different, Negative, Zero Vector, Axiom, Addition
Typology: Slides
1 / 5
This page cannot be seen from the preview
Don't miss anything!




GENERAL VECTOR SPACES AND SUBSPACES [4.1]
General vector spaces
ä So far we have seen special spaces of vectors of n dimensions – denoted by Rn. ä It is possible to define more general vector spaces A vector space V over R is a nonempty set with two operations:
K-
ä For each u in V and scalar α, 0 u = 0 α0 = 0 −u = (−1)u
Example: Let V be the set of all arrows (directed line segments) in three-dimensional space, with two arrows re- garded as equal if they have the same length and point in the same direction. Define addition by the parallelogram rule, and for each v in V , define cv to be the arrow whose length is c times the length of v, pointing in the same direction as v if c > 0 and otherwise pointing in the opposite direction.
Solution: The definition of V is geometric, using con- cepts of length and direction. No xyz-coordinate system is involved. An arrow of zero length is a single point and represents the zero vector. The negative of v is (−1)v.
Need to verify all axioms. See text
K-
More examples
ä Set of vectors in R^4 with second component equal to zero. ä Set of all poynomials of degree ≤ 3 ä Set of all m × n matrices ä Set of all upper triangular matrices
K-
Subspaces
ä A subset H of vectors of V is a subspace if it is a vector space by itself. Formal definition:
ä A subset H of vectors of V is a subspace if
αx ∈ H for any α ∈ R, x ∈ H
Observation If H is subspace then:
ä Every subspace is a vector space. [why?] ä Conversely, every vector space is a subspace (of itself and possibly of other larger spaces). ä The set consisting of only the zero vector of V is a subspace of V , called the zero subspace. Notation: { 0 }. Example: Polynomials of the form p(t) = α 2 t^2 + α 3 t^3 form a subspace of the space of polynomials of degree ≤ 3 Example: Triangular matrices ä Recall that the term linear combination refers to a sum of scalar multiples of vectors, and span{v 1 , ..., vp} denotes the set of all vectors that can be written as linear combinations of v 1 , · · · , vp.
If u and v represent any two vectors in Nul(A). Then
Au = 0 and Av = 0
ä To show that u + v is in Nul(A), we must show that A(u + v) = 0. Using a property of matrix multiplication, compute
A(u + v) = Au + Av = 0 + 0 = 0
ä Thus u + v is in Nul(A), and Nul(A) is closed under vector addition.
ä Finally, if α is any scalar, then
A(αu) = α(Au) = α(0) = 0
which shows that αu is in Nul(A). Thus Nul(A) is a subspace of Rn.
K-
ä There is no obvious relation between vectors in Nul(A) and the entries in A. ä We say that Nul(A) is defined implicitly, because it is defined by a condition that must be checked. ä No explicit list or description of the elements in Nul(A) is available, so... ä ... we to solve the equation Ax = 0 to produce an explicit description of Nul(A). Example: Find a spanning set for the null space of the matrix
A =
K-
Solution: first step is to find the general solution of Ax = 0 in terms of free variables. We know how to do this.
ä Get reduced echelon form of augmented matrix [A 0]:
x 1 − 2 x 2 − x 4 +3x 5 = 0 x 3 + 2x 4 − 2 x 5 = 0 0 = 0
ä x 2 , x 4 , x 5 are free variables, x 1 , x 3 basic variables.
ä For any selection of the free variables, can find a vector in Nul(A) by computing x 1 , x 3 in terms of these variables:
x 1 = 2x 2 + x 4 − 3 x 5 x 3 = − 2 x 4 + 2x 5
ä OK - but how can we write these using spanning vectors (i.e. as linear combinations of specific vectors?)
ä Solution - write x as:
x 1 2 x 2 +x 4 +3x 5 x 2 x 2 x 3 = − 2 x 4 +x 5 x 4 x 4 x 5 x 5
= x 2
u
+x 4
v
+x 5
w ä General solution is of the form x 2 u + x 4 v + x 5 w. ä Every linear combination of u, v, and w is an element of Nul(A). Thus {u, v, w} is a spanning set for Nul(A).
Notes:
ä 1. The spanning set produced by the method in the example is automatically linearly independent
ä 2. When Nul(A)contains nonzero vectors, the number of vectors in the spanning set for Nul(A) equals the number of free variables in the equation Ax = 0.
K-
Column Space of a matrix
Definition: The column space of an m × n matrix A, written as Col(A) (or C(A)), is the set of all linear com- binations of the columns of A. If A = [a 1 · · · an], then
Col(A) = span{a 1 , ..., an}
Theorem: The column space of an m × n matrix A is a subspace of Rm. ä A typical vector in Col(A) can be written as Ax for some x [the notation Ax stands for a linear combination of the columns of A]. That is, Col(A) = {b : b = Ax for some x in Rn}
K-
ä The notation Ax for vectors in Col(A) also shows that Col(A) is the range of the linear transformation x → Ax.
ä The column space of an m × n matrix A is all of Rm^ if and only if the equation Ax = b has a solution for each b in Rm
,^ u^ =
, v =
a. Determine if u is in Nul(A). Could u be in Col(A)?
b. Determine if v is in Col(A). Could v be in Nul(A)?
ä General remarks and hints: