Add things

This commit is contained in:
2023-09-24 15:39:17 +02:00
parent ea38b19fc9
commit f186b52548
5 changed files with 29 additions and 7 deletions

Binary file not shown.

View File

@@ -91,15 +91,15 @@
\input{problems/problem-1}
% \input{problems/problem-2}
\input{problems/problem-2}
% \input{problems/problem-3}
\input{problems/problem-3}
% \input{problems/problem-4}
\input{problems/problem-4}
% \input{problems/problem-5}
\input{problems/problem-5}
% \input{problems/problem-6}
\input{problems/problem-6}
\end{document}

View File

@@ -1,2 +1,6 @@
\section*{Problem 2}
The functions that set up the tridiagonal matrices can be found in
\textbf{matrix.hpp} and \textbf{matrix.cpp} in the Github repo.
The test for this can be found in \textbf{test\_suite.cpp}.

View File

@@ -1 +1,10 @@
\section*{Problem 3}
\subsection*{a)}
The function for found the largest off-diagonal can be found in
\textbf{matrix.hpp} and \textbf{matrix.cpp}.
\subsection*{b)}
The test for (a) can be found in \textbf{test\_suite.cpp}.

View File

@@ -1 +1,10 @@
\section*{Problem 4}
\subsection*{a)}
The code for Jacobi's rotation algorithm can be found in \textbf{jacobi.hpp}
and \textbf{jacobi.cpp}.
\subsection*{b)}
The test for (a) can be found in \textbf{test\_suite.cpp}.