Linear Algebra VectorSpaces3
Linear Algebra VectorSpaces3
VECTOR SPACES
1 0
Lets show if S: , Is the standard basis for R2
0 1
Answer:
Remember the definition of `Basis` :
So we have to make these two tests! i) Do these vectors span R2 ? ii) Are they linearly independent ?
i) Can we find a1 and a2 which satisfies the linear combination equation to form any V ?
V = a1V1 + a2V2
a1 = 0
V2 a2 = 0 Yes, it is
V1 0 vector in R2
possible only
for a1= a2 =
0 case. So, S
is linearly
independent.
Being a spanning set for R2 and being linearly independent, we can say that S is a basis for R2 .
There can be different basis for the same vector space. First lets see standard basis, which are made up of unit vectors.
1 0
The standard basis for R2 is: , Dim: 2
0 1
10 01 00 00
The standard basis for R2*2 is: 00 , 00 Dim: 4
, 10 , 01
A standard basis is an orthonormal basis, in which each vector in the basis has only one non-zero entry that is equal to 1.
What about the standard basis for polynomial vector space ?
The standard basis for P2 is S: { 1, x, } Dim: 2
The standard basis for P3 as S: { 1, x, x2 }
i) Can we find a1 , a2 and a3 which satisfies the linear combination equation to form any V ?
V = a1V1 + a2V2 + a3V3
a1 . 1+ a2 . x + a3 . x2 = 0 = 0 . 1 + 0 . x + 0 . x2 we get : a1 = 0
a2 = 0 Yes, it is
a3 = 0 possible only
V3 0 vector in P3 for a1 = a2 =
V1
V2 a3 = 0 case.
So, S is
linearly
independent.
Being a spanning set for P3 and being linearly independent, we can say that S is a basis for P3 .
Answer:
Example:
Is S a basis of P3 ?
Answer: V 1 = x2 + 1 Can we find any a1, a2 and a3 that satisfy the equation below:
V2 = x - 1 a . x2+ b . x + c . 1 = a1 . (x2 + 1) + a2 . (x – 1) + a3 . (2x + 2)
V3 = 2x + 2
Yes, when two sides of the equation is equalized, we find that
a1 . (x2 + 1) + a2 . (x – 1) + a3 . (2x + 2) = 0 . 1 + 0 . x + 0 . x2
Answer: V 1 = x2 + x Can we find any a1, a2 and a3 that satisfy the equation below:
V2 = x - 1 a . x2+ b . x + c . 1 = a1 (x2 + x) +a3 (x - 1) +a3 (x + 1)
V3 = x + 1
S spans P3.
Now, we have to test if V1, V2 and V3 are linearly independent. S is a basis of P3.
Vectors of S are
linearly
independent.
V vector has to be written as a combination of S vectors.
Lets find the coefficients (a1, a2, a3) of the combination equation.
Example: Find i) the Null Space of A, and then
ii) the basis and dimension of its defining
vectors.
N(A)={x € R5 AX=0}
+
Notice that second part of the
question is only about the
defining vectors you have
found for N(A) !!!
Example: S is given as
Answer:
Then, check the requirements for being a basis:
Answer:
1 1
-2
2 0
Example: Show that , 1 , is a basis for R3
3 1
0
Answer:
Since dim R3 = 3, we only neeed to show these 3 vectors are linearly independent.
Checking the determinant will be a shorter way:
1 1
-2
2 0 =2
1 Yes, linearly independent.
3 1
0
3.6 ROW SPACE AND COLUMN SPACE
First, lets learn ‘Rank’ concept
The number of is the rank of it.
Examples
rank A : 1
rank B : 2
rank C : 2
rank D : 3
By saying row space, we What is the row space of A?
are talking about a space What is the column space of A?
that is spanned by this two
row vectors
Solution:
At first, we find the row echelon form of A.
By saying null space we are talking about a homogeneous system , which is AX=0
Depending on U, we can say that Lets write the Null Space equations (We”ll use row space vectors & also satisfy
AX=0):
Lets continue with the second part of the question.
Example:
(of A)
Example:
Find the dimension of the subspace of R4 spanned by
1 2 2 3
2 4 8
x1= x2= 5 x3= x4=
-1 -3 -2 -5
0 2 0 4
The difference between this and the previous question is only that the spanning set for this space is given by column vectors.
1 2 2 3
The subspace spanned by ( x1, x2, x3, x4 ) is the same as column space of the matrix A= 2 5 4 8
-1 -3 -2 -5
Row echelon form 1 2 2 3 0 2 0 4
0 1 0 2
0 0 0 0
0 0 0 0
So, the first 2 columns of A, which are x1 and x2, form a basis for the column space of x.
Dim [span ( x1, x2, x3, x4 ) ] = 2
References