cours/représentation matricielle d'un SL.md
oscar.plaisant@icloud.com a2ee0fa5ca from github to this gitea
2023-10-23 23:09:51 +02:00

11 lines
398 B
Markdown

up::[[système linéaire]]
#maths/algèbre
----
Soit $(S)$ le [[système linéaire]] suivant :
$(S):\left\{\begin{array}{}ax+by=u\\cx+dy=v\end{array}\right.$
Le système peut être écrit avec des [[matrice]] sous la forme $AX=B$, avec :
$A=\left(\begin{array}{}a&b\\c&d\end{array}\right)$, $X=\left( \begin{array}{}x\\y\end{array} \right)$ et $B=\left( \begin{array}{}u\\v\end{array} \right)$