Zzong's Notes

Home

❯

linear_algebra

❯

Woodbury formula

Woodbury formula

2026년 6월 14일1 min read

Woodbury Formula

다음을 만족하는 식을 우드버리 공식이라 부른다.

(A+UCV)−1=A−1−A−1U(C−1+VA−1U)−1VA−1

여기서 U 와 V 가 matrix 가 아니라 vector 이고, C 가 identity matrix I 일 때, Sherman–Morrison formula 와 동일해진다.

B) Related

C) References

  • https://en.wikipedia.org/wiki/Woodbury_matrix_identity

링크된 언급

1
Sherman–Morrison formula

...=A^{ 1} \frac{A^{ 1}\mathbf{uv}^{\top}A^{ 1}}{1+\mathbf{v}^{\top}A^{ 1}\mathbf{u}} 이 식의 general 한 버전이 Woodbury formula 이다. 2. Related 3. References jjycjnmath.tistory.com/398

  • Woodbury Formula
  • B) Related
  • C) References