Include figures with caption for problem 2, 7, 8, and 10

This commit is contained in:
Janita Willumsen
2023-09-12 21:40:19 +02:00
parent e516104576
commit b88a9027bc
5 changed files with 40 additions and 4 deletions

View File

@@ -5,5 +5,10 @@
The code can be found at https://github.uio.no/FYS3150-G2-2023/Project-1/blob/coryab/final-run/src/generalAlgorithm.cpp
\subsection*{b)}
Increasing the number of steps results in an approximation close to the exact solution.
\begin{figure}[H]
\centering
\includegraphics[width=0.8\linewidth]{images/problem7.pdf}
\caption{Plot showing the numeric solution of $u_{approx}$ for $n_{steps}$ and the exact solution $u_{exact}$.}
\end{figure}
\includegraphics{problem7}