From: Bjørn Rustad Date: Wed, 16 Nov 2011 10:12:46 +0000 (+0100) Subject: Fixin X-Git-Url: http://git.rustad.me/?a=commitdiff_plain;h=b360da5bddb9f72dbcbdd941d1e49f0095a671a0;p=nummat2 Fixin --- diff --git a/rapport.log b/rapport.log index 3217080..4e8c2b3 100644 --- a/rapport.log +++ b/rapport.log @@ -1,4 +1,4 @@ -This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian) (format=latex 2011.9.28) 16 NOV 2011 10:33 +This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian) (format=latex 2011.9.28) 16 NOV 2011 11:11 entering extended mode %&-line parsing enabled. **rapport.tex @@ -2662,7 +2662,7 @@ LaTeX Font Warning: Font shape `OMS/cmsy/m/n' in size <3.83247> not available [3] LaTeX Warning: Reference `fig:ode_comparison' on page 4 undefined on input line - 350. + 348. [4] (./rapport.aux) @@ -2682,4 +2682,4 @@ Here is how much of TeX's memory you used: 28 hyphenation exceptions out of 8191 37i,16n,40p,230b,280s stack positions out of 5000i,500n,10000p,200000b,50000s -Output written on rapport.dvi (4 pages, 19104 bytes). +Output written on rapport.dvi (4 pages, 19040 bytes). diff --git a/rapport.tex b/rapport.tex index daab39c..fbe0509 100644 --- a/rapport.tex +++ b/rapport.tex @@ -192,7 +192,7 @@ In this problem we are looking at how to use the Romberg method to evaluate the following integral: \begin{equation} \label{eq:integral} - \varphi = \int{0}{\varphi} \frac{\mathrm{d}\theta}{\sqrt{1 - k^2 + \varphi = \int_0^\varphi \frac{\mathrm{d}\theta}{\sqrt{1 - k^2 \sin{\theta}^2}}. \end{equation} @@ -341,8 +341,6 @@ second by the third and so on. Taking the base-two-logarithm of this gives us $p$. This is found numerically to be $2$ in the Octave function \emph{freerigid.m}. -HER MÅ VI SETTE INN EN TABELL SOM SAMMENLIGNER LØSNINGENE - \subsubsection{b)} We chose to use the Octave-forge function \emph{ode45} as a comparison against the other methods. With the time interval $[0, 50]$, the Octave script