]> git.rustad.me Git - nummat2/commitdiff
Fixin
authorBjørn Rustad <rustadbjornen@gmail.com>
Wed, 16 Nov 2011 10:12:46 +0000 (11:12 +0100)
committerBjørn Rustad <rustadbjornen@gmail.com>
Wed, 16 Nov 2011 10:12:46 +0000 (11:12 +0100)
rapport.log
rapport.tex

index 3217080c05e7b2326599c74149331f8dcc6ce1d5..4e8c2b333eb568e62e12175447421358b2f04796 100644 (file)
@@ -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).
index daab39c25b292283505576b46ed334f5a8839ba3..fbe0509f27e50b7d59a9044059c49a4e057f6c6b 100644 (file)
@@ -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