$x_{particular}$ 구하기
$x_{nullspace}$ 구하기
$x_{general} = x_{particular}+x_{nullspace}$ 로 일반해 $x$구하기
<aside>
$\because$ $Ax_{particular} = b$
$Ax_{nullspace} = 0$
$A(x_{particular}+x_{nullspace}) = b$
$\therefore$ $x_{particular}$에 영공간을 더해서 $Ax$는 여전히 b를 출력한다.
</aside>
정리

<aside>
Particular Solution(특수해, 특정해) vs Special Solution(특별해) vs Unique Solution(유일해)
</aside>
$A_{m \times n}$의 랭크 $r$ 에 대하여 다음이 성립한다.
(랭크 = 피벗의 개수)에서 → $r \leq m$, $r\leq n$
$Ax = b$ 의 해
$r = n < m$ 일때 (full column rank)
→ 해가 존재한다면 full-column rank 일때는 유일해(unique solution)을 갖는다.
$r = m < n$ 일때 (full row rank)
→ $b$가 어떤 벡터이든 무조건 해가 존재한다.
$r=m=n$ 일때 (full rank)
→ 무조건 유일해를 갖는다.

