Lecture 2
Lecture 2
• Fields
• Linear transformations
• Affine Spaces
BITS Pilani, Pilani Campus
Field – Definition and
Examples
Group : (G, ‘*’) is a group if
i.* is closed
ii.* is associative
iii.* has an identity
iv.* has an inverse
Eg: < R , + > , < R, x >
<F,+, .> is a Field if <F, +> and <F, .> are Abelian
Eg: < R, +, .> , < C, +, .>, < Q, +, .>
It is denoted by rank A.
Consider p vectors each having n components. If n < p, then these vectors are linearly
dependent.
åa v = 0
i i α i = 0 " i is the only solution
i=1
Elements of S are LD if
n
åa v = 0
i i has atleast one non zero solution
i=1
Eg: V = Rn over R
LI and LD are related to rank
– the row vectors with the leading 1’s (i.e., the nonzero
row vectors) form a basis for the row space of R
e2 = 2e1 a2 = 2a1
e4 = 3e1 + 5e3 a4 = 3a1 + 5a3
{a1 , a3 , a5 } is a basis for column space of A
BITS Pilani, Pilani Campus
Solution Space/ Null Space
● Determine a basis and the dimension of the solution space of the
homogeneous system
2x1 + 2x2 – x3 + x5 = 0
-x1 + x2 + 2x3 – 3x4 + x5 = 0
x1 + x2 – 2x3 – x5 = 0
x3+ x4 + x5 = 0
○ The general solution of the given system is
x1 = -s-t, x2 = s,
x3 = -t, x4 = 0, x5 = t
○ Therefore, the solution vectors can be written as
1 1
1 0
v 1 = 0 an d v 2 = 1
0 0
0 1
BITS Pilani, Pilani Campus
Solution Space/ Null Space
Find the solution space of a homogeneous system Ax = 0.
1 2 2 1
A = 3 6 5 4
1 2 0 3
1 2 2 1 1 2 0 3
A = 3 6 5 4 REF
0 0 1 1
1 2 0 3 0 0 0 0
x1 = –2s – 3t, x2 = s, x3 = –t, x4 = t
x1 2 s 3t 2 3
x s 1 0
x = 2 = = s t = sv 1 t v 2
x3 t 0 1
NS ( A) = {sv tv | s, t Î R}
x
4 t 0 1 1 2
CS(A)=RS(AT) r
NS(AT) m–r
BITS Pilani, Pilani Campus
Rank and Nullity of Matrix
● Find the rank and nullity of the matrix
1 2 0 4 5 3
3 7 2 0 1 4
A=
2 5 2 4 6 1
● Solution:
4 9 2 4 4 7
○ The reduced row-echelon form of A is
○ Since there are two nonzero rows, the row space and column
space are both two-dimensional, so rank(A) = 2.
BITS Pilani, Pilani Campus
Rank and Nullity of Matrix
○ The corresponding system of equations will be
x1 – 4x3 – 28x4 – 37x5 + 13x6 = 0
x2 – 2x3 – 12x4 – 16 x5+ 5 x6 = 0
○ It follows that the general solution of the system is
x1 = 4r + 28s + 37t – 13u, x2 = 2r + 12s + 16t – 5u,
x3 = r, x4 = s, x5 = t, x6 = u
x1 4 28 37 13
or x 2 12 16 5
2
x3 1 0 0 0
= r s t u
x
4 0 1
0 0
x5 0 0 1 0
Thus, nullity(A) = 4
x6 0 0 0 1
BITS Pilani, Pilani Campus
Linear Transformation
(10) F( v x) = F( v) F( x)
F(cx) = cF( x).
0
Augmented Matrix 1 2
3 1 0
x = 0 , y = 0 ker T = [0, 0]
Range Space of T is R(T) = col (A)
BITS Pilani, Pilani Campus
Rank Nullity Theorem
Example
Range Space of T is R(T) = col (A)
1
= { x1 + x2 2 x1 , x2 Î R }
3 1
Nullity T = 0 1
2
Basis for R(T) = { ,
}
3
1