Erste Grafik, Versuch eines Skripts, etc...

This commit is contained in:
2020-11-07 21:22:50 +01:00
parent 403d24706f
commit 4b96667b18
7 changed files with 64 additions and 4 deletions

View File

@@ -0,0 +1,16 @@
Linear Algebra Refresher
Addition von Vektoren
$\left[ {\begin{array}{*{20}{c}}
1\\
2
\end{array}} \right] + \left[ {\begin{array}{*{20}{c}}
3\\
1
\end{array}} \right] = \left[ {\begin{array}{*{20}{c}}
4\\
3
\end{array}} \right]$
<img src="vektor_add.png" style="zoom:50%;" />