from github to this gitea

This commit is contained in:
oscar.plaisant@icloud.com
2023-10-23 23:09:51 +02:00
commit a2ee0fa5ca
2898 changed files with 307871 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
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)$