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
|
||||
|
||||
$$ \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
|
||||
|
||||
Reference in New Issue
Block a user