diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2025-04-22 16:26:11 -0600 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2025-04-22 16:26:11 -0600 |
| commit | ec6f7800ee9afd2cf354b05883502a0a327561d2 (patch) | |
| tree | 2dcce6d294dbed8b165ecb5103d0c2f7a1e1a220 /tutorials/module_1/latex/arrays.aux | |
| parent | f2f717926692c18f51e172de3aa22360620c7250 (diff) | |
Added latex files
Diffstat (limited to 'tutorials/module_1/latex/arrays.aux')
| -rw-r--r-- | tutorials/module_1/latex/arrays.aux | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/tutorials/module_1/latex/arrays.aux b/tutorials/module_1/latex/arrays.aux new file mode 100644 index 0000000..939eccf --- /dev/null +++ b/tutorials/module_1/latex/arrays.aux @@ -0,0 +1,43 @@ +\relax +\providecommand\hyper@newdestlabel[2]{} +\@writefile{toc}{\contentsline {section}{\numberline {0.1}matrixArrays}{2}{section.0.1}\protected@file@percent } +\newlabel{matrixarrays}{{0.1}{2}{matrixArrays}{section.0.1}{}} +\@writefile{toc}{\contentsline {section}{\numberline {0.2}Numpy - the python's array library}{2}{section.0.2}\protected@file@percent } +\newlabel{numpy---the-pythons-array-library}{{0.2}{2}{Numpy - the python's array library}{section.0.2}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {0.2.1}Importing Numpy}{2}{subsection.0.2.1}\protected@file@percent } +\newlabel{importing-numpy}{{0.2.1}{2}{Importing Numpy}{subsection.0.2.1}{}} +\@writefile{toc}{\contentsline {section}{\numberline {0.3}Creating arrays}{3}{section.0.3}\protected@file@percent } +\newlabel{creating-arrays}{{0.3}{3}{Creating arrays}{section.0.3}{}} +\@writefile{toc}{\contentsline {section}{\numberline {0.4}Display arrays}{3}{section.0.4}\protected@file@percent } +\newlabel{display-arrays}{{0.4}{3}{Display arrays}{section.0.4}{}} +\@writefile{toc}{\contentsline {section}{\numberline {0.5}Practice Problem}{3}{section.0.5}\protected@file@percent } +\newlabel{practice-problem}{{0.5}{3}{Practice Problem}{section.0.5}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {0.5.1}Numpy array creation functions}{3}{subsection.0.5.1}\protected@file@percent } +\newlabel{numpy-array-creation-functions}{{0.5.1}{3}{Numpy array creation functions}{subsection.0.5.1}{}} +\@writefile{toc}{\contentsline {subsubsection}{np.arange}{3}{section*.2}\protected@file@percent } +\newlabel{np.arange}{{0.5.1}{3}{np.arange}{section*.2}{}} +\@writefile{toc}{\contentsline {subsubsection}{np.linspace}{4}{section*.3}\protected@file@percent } +\newlabel{np.linspace}{{0.5.1}{4}{np.linspace}{section*.3}{}} +\@writefile{toc}{\contentsline {subsubsection}{Other useful functions}{4}{section*.4}\protected@file@percent } +\newlabel{other-useful-functions}{{0.5.1}{4}{Other useful functions}{section*.4}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {0.5.2}Practice problem}{4}{subsection.0.5.2}\protected@file@percent } +\newlabel{practice-problem}{{0.5.2}{4}{Practice problem}{subsection.0.5.2}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {0.5.3}Working with Arrays}{4}{subsection.0.5.3}\protected@file@percent } +\newlabel{working-with-arrays}{{0.5.3}{4}{Working with Arrays}{subsection.0.5.3}{}} +\@writefile{toc}{\contentsline {subsubsection}{Indexing}{4}{section*.5}\protected@file@percent } +\newlabel{indexing}{{0.5.3}{4}{Indexing}{section*.5}{}} +\@writefile{toc}{\contentsline {subsubsection}{Operations on arrays}{5}{section*.6}\protected@file@percent } +\newlabel{operations-on-arrays}{{0.5.3}{5}{Operations on arrays}{section*.6}{}} +\newlabel{statistics}{{0.5.3}{5}{Statistics}{section*.7}{}} +\@writefile{toc}{\contentsline {paragraph}{Statistics}{5}{section*.7}\protected@file@percent } +\newlabel{combining-arrays}{{0.5.3}{5}{Combining arrays}{section*.8}{}} +\@writefile{toc}{\contentsline {paragraph}{Combining arrays}{5}{section*.8}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {0.6}Exercise}{5}{section.0.6}\protected@file@percent } +\newlabel{exercise}{{0.6}{5}{Exercise}{section.0.6}{}} +\newlabel{equilibrium-equations}{{0.6}{6}{Equilibrium Equations:}{section*.9}{}} +\@writefile{toc}{\contentsline {paragraph}{Equilibrium Equations:}{6}{section*.9}\protected@file@percent } +\newlabel{system-of-equations}{{0.6}{6}{System of Equations:}{section*.10}{}} +\@writefile{toc}{\contentsline {paragraph}{System of Equations:}{6}{section*.10}\protected@file@percent } +\@writefile{toc}{\contentsline {subsubsection}{Solution}{6}{section*.11}\protected@file@percent } +\newlabel{solution}{{0.6}{6}{Solution}{section*.11}{}} +\gdef \@abspage@last{8} |
