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 --- tutorials/module_1/array.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tutorials/module_1/array.md') diff --git a/tutorials/module_1/array.md b/tutorials/module_1/array.md index 9fa1c88..164d53d 100644 --- a/tutorials/module_1/array.md +++ b/tutorials/module_1/array.md @@ -15,6 +15,8 @@ A two-dimensional array would be like a table: A three-dimensional array would be like a set of tables, perhaps stacked as though they were printed on separate pages. If we visualize the position of each element as a position in space. Then we can represent 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. - From [Numpy documentation](https://numpy.org/doc/2.2/user/absolute_beginners.html) + + ![Mathworks 3-D array](figures/multi-dimensional-array.png) 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 increment. As you can see - the more dimensions we add, the more complicated of a problem we have to solve. It is possible to increase the number of dimensions to the n-th order. This course we will not be going beyond dimensional analysis. -- cgit v1.2.3