Add things
This commit is contained in:
parent
ea38b19fc9
commit
f186b52548
5 changed files with 29 additions and 7 deletions
Binary file not shown.
|
|
@ -91,15 +91,15 @@
|
||||||
|
|
||||||
\input{problems/problem-1}
|
\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}
|
\end{document}
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,6 @@
|
||||||
\section*{Problem 2}
|
\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}.
|
||||||
|
|
|
||||||
|
|
@ -1 +1,10 @@
|
||||||
\section*{Problem 3}
|
\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}.
|
||||||
|
|
|
||||||
|
|
@ -1 +1,10 @@
|
||||||
\section*{Problem 4}
|
\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}.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue