Vector spaces
A vector space is a space that satisfies two requirements :
1.
2. all combinations
So, a real vector space is a set of vectors together with rules for vector addition and multiplication by real numbers.
Examples of three spaces
1. The inifinite-dimensional space
2. The space of
3. The space of functions
Subspace
Let's say, if we choose any 2-dimensional plane through the origin from
Then what is the difference between a subset and a subspace? It is made clear by following example. If we think about
Union of Subspaces
Suppose we have two subspaces and take the union of two subspace :
NO. This is not a subspace.
Intersection of Subspaces
Then does an intersection of two subspaces form a subspace? (
YES. An intersecation of two vector space is a subspace. It probably smaller than each one.
Column Space
The column space contains all linear combinations of the columns of A. It is a subspace of
Suppose we have a matrix

Then the column space of
And if we have an linear system like below,

does
NO. The combinations of the columns do not span the whole
Which right-hand sides are okay? In other words, which b's allow this system to be solved?
The linear system
What the column space looks like? It can be easily seen that an arbitrary combination of any of two column can comprise the third vector. So these columns are dependent and a linear combination of any of two vectors makes nothing new. So, what the column space forms are two vectors of
As a result, a column space can be between zero space and the whole space
Nullspace
The nullspace of a matrix consists of all vectors

In above case, all solutions
YES. It can be proved like this : If
Here is a question. If right hand size is not
NO. Absolutely don't. Only the solutions to a homogeneous equation (
References
- Gilbert Strang. 18.06 Linear Algebra. Spring 2010. Massachusetts Institute of Technology: MIT OpenCourseWare, https://ocw.mit.edu. License: Creative Commons BY-NC-SA.
- Strang, G. (2012). Linear algebra and its applications. Thomson Brooks/Cole.
Footnotes
'Mathematics > Linear Algebra' 카테고리의 다른 글
[Linear Algebra] Solving Ax=b (0) | 2022.07.16 |
---|---|
[Linear Algebra] Solving Ax=0 (0) | 2022.07.14 |
[Linear Algebra] LU Factorization (0) | 2021.12.29 |
[Linear Algebra] Matrix Multiplication의 이해 (0) | 2021.12.28 |
[Linear Algebra] Row picture, Column picture, Singular system (0) | 2021.12.10 |