MATHS 2 Week-4 Notes by Farhan
MATHS 2 Week-4 Notes by Farhan
4️⃣
IIT M BS Data Science
Week
L4.1 What is the basis for a vector space?
Subspaces
Subspaces are smaller sets within vector spaces that are themselves
vector spaces.
Example 4:
Starting with an empty set (S0 ), vectors are appended one by one.
Example: In R3, the standard basis includes {1, 0, 0}, {0, 1, 0}, and
{0, 0, 1}.
B is linearly independent.
The span of B is V.
B is a minimal-spanning set.
Method 2: Begin with a spanning set, and delete vectors that can
be expressed as linear combinations of others until no further
deletions are possible.
A standard basis vector has mostly zeros, with a single '1' in it.
In general
ei is a vector with a ‘1’ in the ith position and ‘0’ in all other
positions.
Example
A key fact:
The column rank of the matrix Ais always equal to its row rank.
Steps:
Example 1
Column-Based Method
The row-based method produces a basis but may not contain the
original vectors from the spanning set.
The column-based method aims to find a basis with vectors from the
original set.
6. This method yields a basis including vectors from the original set if
desired.
Example 1
Example 2
Both methods yield the dimension and a basis for the vector space,
but the column-based method provides vectors from the original
spanning set as the basis elements