Update tech_docs/math_objects_python.md

This commit is contained in:
2024-05-12 18:16:07 +00:00
parent 1be8d2ea75
commit c1ad9abfac

View File

@@ -47,12 +47,12 @@ A **tensor** extends the concept of vectors and matrices to potentially higher d
### Example ### Example
$$ \mathcal{T} = \begin{bmatrix} $$
\begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix} & \mathcal{T} = \begin{bmatrix}
\begin{bmatrix} 5 & 6 \\ 7 & 8 \end{bmatrix} \\ \begin{matrix} 1 & 2 \\ 3 & 4 \end{matrix} & \begin{matrix} 5 & 6 \\ 7 & 8 \end{matrix} \\
\begin{bmatrix} 9 & 10 \\ 11 & 12 \end{bmatrix} & \begin{matrix} 9 & 10 \\ 11 & 12 \end{matrix} & \begin{matrix} 13 & 14 \\ 15 & 16 \end{matrix}
\begin{bmatrix} 13 & 14 \\ 15 & 16 \end{bmatrix} \end{bmatrix}
\end{bmatrix} $$ $$
### Python Libraries ### Python Libraries