Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions L2_QR_factorisation.html
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ <h2><span class="section-number">2.6. </span>Householder triangulation<a class="
<li><p><span class="math notranslate nohighlight">\(x = A_{k:m,k}\)</span></p></li>
<li><p><span class="math notranslate nohighlight">\(v_k \gets \mbox{sign}(x_1)\|x\|_2e_1 + x\)</span></p></li>
<li><p><span class="math notranslate nohighlight">\(v_k \gets v_k/\|v_k\|\)</span></p></li>
<li><p><span class="math notranslate nohighlight">\(A_{k:m,k:n} \gets A_{k:m,k:m} - 2v_k(v_k^*A_{k:m,k:n})\)</span>.</p></li>
<li><p><span class="math notranslate nohighlight">\(A_{k:m,k:n} \gets A_{k:m,k:n} - 2v_k(v_k^*A_{k:m,k:n})\)</span>.</p></li>
</ul>
</li>
<li><p>END FOR</p></li>
Expand Down Expand Up @@ -806,4 +806,4 @@ <h2><span class="section-number">2.7. </span>Application: Least squares problems
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 3.2.1.
</div>
</body>
</html>
</html>