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
<p>The last equation yields <spanclass="math notranslate nohighlight">\(x_m\)</span> directly by dividing by <spanclass="math notranslate nohighlight">\(R_{mm}\)</span>, then
674
+
we can use this value to directly compute <spanclass="math notranslate nohighlight">\(x_{m-1}\)</span>. This is repeated
675
+
for all of the entries of <spanclass="math notranslate nohighlight">\(x\)</span> from <spanclass="math notranslate nohighlight">\(m\)</span> down to 1. This procedure is
676
+
called back substitution, which we summarise in the following
<p>The last equation yields <spanclass="math notranslate nohighlight">\(x_m\)</span> directly by dividing by <spanclass="math notranslate nohighlight">\(R_{mm}\)</span>, then
814
-
we can use this value to directly compute <spanclass="math notranslate nohighlight">\(x_{m-1}\)</span>. This is repeated
815
-
for all of the entries of <spanclass="math notranslate nohighlight">\(x\)</span> from <spanclass="math notranslate nohighlight">\(m\)</span> down to 1. This procedure is
816
-
called back substitution, which we summarise in the following
<aclass="reference external" href="http://scipy.github.io/devdocs/reference/generated/scipy.linalg.solve_triangular.html#scipy.linalg.solve_triangular" title="(in SciPy v1.10.0.dev0+2059.a082eb4)"><codeclass="xref py py-func docutils literal notranslate"><spanclass="pre">scipy.linalg.solve_triangular()</span></code></a> to solve the resulting upper
845
+
<aclass="reference internal" href="cla_utils.html#cla_utils.exercises3.solve_U" title="cla_utils.exercises3.solve_U"><codeclass="xref py py-func docutils literal notranslate"><spanclass="pre">cla_utils.exercises3.solve_U()</span></code></a> to solve the resulting upper
840
846
triangular system, before returning the solution <spanclass="math notranslate nohighlight">\(x\)</span>. The test
841
847
script <codeclass="docutils literal notranslate"><spanclass="pre">test_exercises3.py</span></code> in the <codeclass="docutils literal notranslate"><spanclass="pre">test</span></code> directory will also
0 commit comments