Math

Null Space

Naranjito 2024. 11. 19. 15:27
  • Null Space

 

In the linear equation Ax=b, when b is a zero vector (=Null vector or 0 vector), it is a set of all possible solutions x that satisfy the equation.

 

Null Space of A = all solutions x=x1x2x3toAx=0
For example, there is an equation

Ax=112213314415x1x2x3=0000
The solution of the equation above is

, or

, or

x=c111.

Any null space must include a zero vector.

This null space is a subspace of a 3-dimensional space.


When b has an arbitrary value such as below, does solution x form a vector space?

 

Ax=112213314415x1x2x3=1234

 

No, because there is no zero vector in the solution. In other words, it does not pass the origin. If b is a nonzero vector, there may be a plane or line for any solution, but they do not pass the origin. Therefore, there is no vector space for a solution for any nonzero vector b.

 

https://twlab.tistory.com/17

 

'Math' 카테고리의 다른 글

Square Matrix  (0) 2024.11.19
eigenvalue, eigenvector  (0) 2024.10.15
Quaternion  (0) 2024.09.29
Tensor product(Outer product) VS Dot Product  (0) 2024.09.26
Matrix Multiplication  (0) 2024.09.26