$Ax = b$의 해가 존재할 조건

$Ax=b$의 해를 구하는 방법

  1. $x_{particular}$ 구하기

  2. $x_{nullspace}$ 구하기

  3. $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>

  4. 정리

    image.png

<aside>

Particular Solution(특수해, 특정해) vs Special Solution(특별해) vs Unique Solution(유일해)

</aside>

랭크에 따른 해의 존재성

image.png

image.png