Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uva
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Taddeüs Kroes
uva
Commits
d4086750
Commit
d4086750
authored
14 years ago
by
Taddeüs Kroes
Browse files
Options
Downloads
Patches
Plain Diff
ModSim: Updated report.
parent
fe785113
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modsim/ass2/report.tex
+7
-5
7 additions, 5 deletions
modsim/ass2/report.tex
with
7 additions
and
5 deletions
modsim/ass2/report.tex
+
7
−
5
View file @
d4086750
...
...
@@ -97,7 +97,7 @@ berekening is exponentieel.}
\noindent
Uit de grafiek kunnen we aflezen dat het aantal benodigde stappen voor
de berekening lineair toeneemt met het aantal decimalen waarop de berekening
nauwkeurig is. Merk op dat de datapunten niet op een perfect rechte lijn
liggen, dit komt doordat het aantal stappen wordt afgerond op gehel
e
getal
len
.
liggen, dit komt doordat het aantal stappen wordt afgerond op
een
gehe
e
l getal.
% }}}
...
...
@@ -118,10 +118,10 @@ berekening voor drie verschillende ``root-finding'' methodes (blauw: Bisection,
rood: Regula Falsi, groen: Newton-Raphson).
}
\end{figure}
We zien, net als bij opgave 2, dat het aantal benodigde stappen
lineair toeneemt
met het aantal decimale waarop het resultaat is afgerond. Merk
op dat ook hier
de grafiekkrommen niet perfect recht zijn, omdat het aantal stappen is afgerond
op
gehel
e
getal
len
.
We zien, net als bij opgave 2, dat
bij elke methode
het aantal benodigde stappen
lineair toeneemt
met het aantal decimale
n
waarop het resultaat is afgerond. Merk
op dat ook hier geen perfect rechte lijnen door de datapunten gaan, omdat het
aantal stappen is afgerond op een
gehe
e
l getal.
% }}}
...
...
@@ -211,6 +211,8 @@ sin & 0 & $8\pi$ & gauss & $-1.797258919631 \cdot 10^{-14}$ & $1.797258919
\end{tabular}
\end{table}
We kunnen de integraal
$
\int
_
0
^
2
{
x
^{
-
0
.
5
}
dx
}$
als volgt exact berekenen:
$$
\int
_
0
^
2
{
x
^{
-
0
.
5
}
dx
}
=
\left
[
2
\sqrt
{
x
}
\right
]
_
0
^
2
=
2
\sqrt
{
2
}
$$
% }}}
\section
{
Instelbare accuratie
}
% {{{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment