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 @@

2.6. Householder triangulation\(x = A_{k:m,k}\)

  • \(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. - \ No newline at end of file +