Broyden’s Method

Broyden’s method approximates the Jacobian (or its inverse) to avoid recomputing it at every iteration. There are two variants of Broyden’s method:

  1. Broyden’s Good Method: Updates an approximation of the Jacobian matrix.
  2. Broyden’s Bad Method: Updates an approximation of the inverse Jacobian matrix.