Update tech_docs/math_objects_python.md
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user