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