From 9495c1c089480685aa6f34e0bc698b098954548a Mon Sep 17 00:00:00 2001
From: Fawaz Shah
Date: Wed, 21 Oct 2020 19:23:43 +0100
Subject: [PATCH] Correct indices in Householder algorithm
---
L2_QR_factorisation.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/L2_QR_factorisation.html b/L2_QR_factorisation.html
index 07dafc5..224d40e 100644
--- a/L2_QR_factorisation.html
+++ b/L2_QR_factorisation.html
@@ -589,7 +589,7 @@
\(v_k \gets \mbox{sign}(x_1)\|x\|_2e_1 + x\)
\(v_k \gets v_k/\|v_k\|\)
-\(A_{k:m,k:n} \gets A_{k:m,k:m} - 2v_k(v_k^*A_{k:m,k:n})\).
+\(A_{k:m,k:n} \gets A_{k:m,k:n} - 2v_k(v_k^*A_{k:m,k:n})\).
END FOR
@@ -806,4 +806,4 @@ 2.7. Application: Least squares problems
Created using Sphinx 3.2.1.