Skip to content

Commit 83a9a16

Browse files
committed
Website build
1 parent 6c893f7 commit 83a9a16

File tree

6 files changed

+6
-3
lines changed

6 files changed

+6
-3
lines changed
2 Bytes
Binary file not shown.

L2_QR_factorisation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ <h2><span class="section-number">2.2. </span>QR factorisation by classical Gram-
155155
<p>with <span class="math notranslate nohighlight">\((q_1,q_2,\ldots,q_n)\)</span> an orthonormal set. The non-diagonal
156156
entries of <span class="math notranslate nohighlight">\(R\)</span> are found by inner products, i.e.,</p>
157157
<div class="math notranslate nohighlight">
158-
\[r_{ij} = q_i^*a_j, \, i &gt; j,\]</div>
158+
\[r_{ij} = q_i^*a_j, \, i &lt; j,\]</div>
159159
<p>and the diagonal entries are chosen so that <span class="math notranslate nohighlight">\(\|q_i\|=1\)</span>, for
160160
<span class="math notranslate nohighlight">\(i=1,2,\ldots,n\)</span>, i.e.</p>
161161
<div class="math notranslate nohighlight">

_sources/L2_QR_factorisation.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ entries of `R` are found by inner products, i.e.,
125125

126126
.. math::
127127
128-
r_{ij} = q_i^*a_j, \, i > j,
128+
r_{ij} = q_i^*a_j, \, i < j,
129129
130130
and the diagonal entries are chosen so that `\|q_i\|=1`, for
131131
`i=1,2,\ldots,n`, i.e.

_sources/errata.rst.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ repositories for Autumn 2021. An up to date version is in the
1515

1616
2. The skeleton code for exercises2.GS_classical was amended as the
1717
function should just return R, not Q and R.
18+
19+
3. Updated the sign of the inequality in the formula for $r$ in Section 2.2.

errata.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ <h1>Errata for 2021/22<a class="headerlink" href="#errata-for-2021-22" title="Pe
5959
version.</p></li>
6060
<li><p>The skeleton code for exercises2.GS_classical was amended as the
6161
function should just return R, not Q and R.</p></li>
62+
<li><p>Updated the sign of the inequality in the formula for $r$ in Section 2.2.</p></li>
6263
</ol>
6364
</section>
6465

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)