15 lines
554 B
TeX
15 lines
554 B
TeX
\section*{Problem 7}
|
|
|
|
\subsection*{a)}
|
|
% Link to relevant files on gh and possibly add some comments
|
|
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}
|
|
|