From eb2830349fd1892ec68659c22bab73f26255e268 Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Tue, 29 Apr 2025 19:02:29 -0600 Subject: Fixed minor syntax issues with formating of markdown and latex files --- book/module1/array.tex | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'book/module1/array.tex') 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 -- cgit v1.2.3