You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as <spanclass="math notranslate nohighlight">\(n\)</span> approaches infinity, while in numerical analysis the
492
492
independent variable approaches 0. This difference between two closely
493
493
related fields is often confusing, particularly since both disciplines
494
-
conventionally leave out the limit. It’s worth keeping in mind that the
494
+
conventionally leave out the limit. It’s worth keeping in mind the
495
495
difference, because a numerical algorithm with <spanclass="math notranslate nohighlight">\(O(h^4)\)</span> error is
496
496
really rather good since <codeclass="xref py py-obj docutils literal notranslate"><spanclass="pre">h</span></code> is small, but an algorithm with <spanclass="math notranslate nohighlight">\(O(n^4)\)</span>
<p>Obtain the <aclass="reference internal" href="not_released.html"><spanclass="doc">skeleton code for these exercises from GitHub classroom</span></a>.</p>
0 commit comments