Matrix A(m x n)
Set builder notation
Row space A
A set of linear combination Ax, when every vector x is in m-dimension.
Column space A
A set of linear combination Ax, when every vector x is in n-dimension.
Null space A
A set of vector x, which makes linear combination Ax to zero vector.
* Null space A is perpendicular to Row space A
Left null space A
A set of vector y, which makes linear combination A^Ty to zero vector.
* Left null space A is perpendicular to Column space A
For more
https://angeloyeo.github.io/2020/11/17/four_fundamental_subspaces_en.html
http://mlwiki.org/index.php/Four_Fundamental_Subspaces
References
https://www.mathbootcamps.com/column-space-matrix/