summaryrefslogtreecommitdiff
path: root/homeworks/hw-4.tex
blob: 7a833781a40ac7a1152ae656323bcba9101800e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
% Created 2023-10-13 Fri 21:11
% Intended LaTeX compiler: pdflatex
\documentclass[11pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage{longtable}
\usepackage{wrapfig}
\usepackage{rotating}
\usepackage[normalem]{ulem}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{capt-of}
\usepackage{hyperref}
\notindent \notag  \usepackage{amsmath} \usepackage[a4paper,margin=1in,portrait]{geometry}
\author{Elizabeth Hunt}
\date{\today}
\title{Homework 4}
\hypersetup{
 pdfauthor={Elizabeth Hunt},
 pdftitle={Homework 4},
 pdfkeywords={},
 pdfsubject={},
 pdfcreator={Emacs 28.2 (Org mode 9.7-pre)}, 
 pdflang={English}}
\begin{document}

\maketitle
\setlength\parindent{0pt}

\section{Question 1}
\label{sec:orgf7348d4}
See the attached LIZFCM Software Manual.

\section{Question 2, 3, 4}
\label{sec:orgaf52510}
\begin{center}
\includegraphics[width=350px]{./img/make_run.png}
\end{center}

\section{Question 5}
\label{sec:orgd0fe6e8}
\begin{center}
\includegraphics[width=350px]{./img/test_routine_1.png}
\end{center}

\begin{center}
\includegraphics[width=350px]{./img/test_routine_2.png}
\end{center}

\section{Question 6}
\label{sec:org9e2023c}
See the LIZFCM Software Manual.

\section{Question 7}
\label{sec:org6c11571}
See \texttt{src/matrix.c -> lu\_decomp, fsubst, bsubst, solve\_matrix}

\section{Question 8}
\label{sec:org9ba7792}
See \texttt{test/main.c -> lines 109 - 113} in correspondence to the run in Question 5

\section{Question 9}
\label{sec:org3cff888}
See \texttt{test/main.c -> lines 118 - 121} in correspondence to the run in Question 5

\section{Question 10}
\label{sec:org522eabc}
See the TOC on the first page of the LIZFCM Software Manual.
\end{document}