diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2025-04-29 19:02:29 -0600 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2025-04-29 19:02:29 -0600 |
| commit | eb2830349fd1892ec68659c22bab73f26255e268 (patch) | |
| tree | a44991051ad8374f36b8289bf6c45bc4679277cf /book/module1/array.tex | |
| parent | d0f224c34e0a0726274c62e9fe66220af6d2e6cc (diff) | |
Fixed minor syntax issues with formating of markdown and latex files
Diffstat (limited to 'book/module1/array.tex')
| -rw-r--r-- | book/module1/array.tex | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/book/module1/array.tex b/book/module1/array.tex index 9482065..e442ba6 100644 --- a/book/module1/array.tex +++ b/book/module1/array.tex @@ -35,7 +35,19 @@ the value of the element as a property. In other words, if we were to analyze the stress concentration of an aluminum block, the property would be stress. +\begin{itemize} +\tightlist +\item + From + \href{https://numpy.org/doc/2.2/user/absolute_beginners.html}{Numpy + documentation} +\end{itemize} + +\begin{figure} +\centering \includegraphics{figures/multi-dimensional-array.png} +\caption{Mathworks 3-D array} +\end{figure} If the load on this block changes over time, then we may want to add a 4th dimension i.e.~additional sets of 3-D arrays for each time |
