vault backup: 2024-02-06 17:54:50

This commit is contained in:
zleyyij
2024-02-06 17:54:50 -07:00
parent f2162b97a4
commit 407a8b738a
3 changed files with 35 additions and 7 deletions

View File

@ -0,0 +1,14 @@
$$
\begin{bmatrix}
1 & 2 & 3\\
4 & 5 & 6
\end{bmatrix}
$$
To write a system of equations as a matrix, you use the coefficients of each term. The solutions for each equation might be written with a bar separating:
$$
\begin{bmatrix}
1 & 2 & 3|4\\
4 & 5 & 6|5
\end{bmatrix}
$$