-
Null space of a matrix introductionVector and Space 2021. 5. 31. 21:14
In this chapter, I'm going to talk about null space of a matrix
Before we start, Let's review the notions of subspace.
1. What is a subspace ? It's a subset that meets three conditions.
- The subset contains zero vector.
- The subset is closed under scalar multiplication.
- The subset is closed under vector addition.
If a subset satisfies the conditions, then we say the subset is a subspace.
2. Null space : the underlying question for this situation is this. We have a set that satisfies the equation matrix A times vector x is equal to 0. Is this set a subspace?
The first condition is the set contains the zero vector.
It's true. Next, The second condition is that the set is closure under scalar multiplication.
It's also true. The last condition is that the set is closed under vector addition.
As a result, the set N is a valid subspace. We call this set N the null space of A. and we can write it as N(A).
'Vector and Space' 카테고리의 다른 글
Null space and column space basis (0) 2021.06.23 Column space of a matrix (0) 2021.06.21 Null space : Linear Independence (0) 2021.06.03 The multiplication of a matrix vector (0) 2021.05.31 Understanding of a function (0) 2021.01.01