diff --git a/tech_docs/math_objects_python.md b/tech_docs/math_objects_python.md index 429fb3d..c5432f4 100644 --- a/tech_docs/math_objects_python.md +++ b/tech_docs/math_objects_python.md @@ -47,12 +47,12 @@ A **tensor** extends the concept of vectors and matrices to potentially higher d ### Example -$$ \mathcal{T} = \begin{bmatrix} -\begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix} & -\begin{bmatrix} 5 & 6 \\ 7 & 8 \end{bmatrix} \\ -\begin{bmatrix} 9 & 10 \\ 11 & 12 \end{bmatrix} & -\begin{bmatrix} 13 & 14 \\ 15 & 16 \end{bmatrix} -\end{bmatrix} $$ +$$ +\mathcal{T} = \begin{bmatrix} +\begin{matrix} 1 & 2 \\ 3 & 4 \end{matrix} & \begin{matrix} 5 & 6 \\ 7 & 8 \end{matrix} \\ +\begin{matrix} 9 & 10 \\ 11 & 12 \end{matrix} & \begin{matrix} 13 & 14 \\ 15 & 16 \end{matrix} +\end{bmatrix} +$$ ### Python Libraries