Update/downdates of Matrix Factorizations

Computing the LU factorization of a square n × n matrix A requires about (2/3)*n3 flops to compute. In some applications like optimization, solving systems that are low-rank modifications of A are also needed. Although the modified matrix (A+uvT) in general has no elements equal to those of A, the inverse of it can be mathematically written using the Sherman-Morrison formula as

(A+uvT)-1 = A-1 - [(A-1 uvT A-1)/ (1 + vT A-1 u) ]

As usual,


Other "Small" Modifications of A


  • Started: Thu 14 Nov 2013, 01:30 PM
  • Last Modified: Mon 04 Nov 2019, 07:19 AM