Erste Grafik, Versuch eines Skripts, etc...
This commit is contained in:
16
Linear Algebra Refresher.md
Normal file
16
Linear Algebra Refresher.md
Normal 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%;" />
|
||||
Reference in New Issue
Block a user