diff options
Diffstat (limited to 'homeworks/hw-3.org')
-rw-r--r-- | homeworks/hw-3.org | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/homeworks/hw-3.org b/homeworks/hw-3.org index efeaa53..8d7edcc 100644 --- a/homeworks/hw-3.org +++ b/homeworks/hw-3.org @@ -147,7 +147,6 @@ Meaning that as $h$ scales linearly, our error is bounded by $h^2$ as opposed to | 2 | 0.00390625 | 2/9 | 0.22193146 | 0.00029076636 | | 2 | 0.001953125 | 2/9 | 0.22207642 | 0.00014580786 | - * Question Nine ** C @@ -212,7 +211,6 @@ Meaning that as $h$ scales linearly, our error is bounded by $h^2$ as opposed to | 1 | 0.00390625 | 0.41510750774498784d0 | 0.415092913054238d0 | 1.4594690749825112d-5 | | 1 | 0.001953125 | 0.41510750774498784d0 | 0.4150670865046777d0 | 4.0421240310117845d-5 | - * Question Twelve First we'll place a bound on $h$; looking at a graph of $f$ it's pretty obvious from the asymptotes that we don't want to go much further than $|h| = 2 - \frac{pi}{2}$. |