Eritque Arcus Math Notes

Home

❯

NumericalAnalysis

❯

CH5

❯

Newton's method multi

Newton's method - multi

May 15, 20251 min read

Concept

xk+1​=xk​−J−1(xk​)f(xk​)

where J is Jacobian matrix

Cost

n2 to evaluate Jacobian matrix

Costs

solve it cost O(n3)
For evaluating Jacobian matrix, it’s n2

Variants

solving it cost O(n3).

  • Broyden’s Method

Graph View

  • Concept
  • Cost
  • Costs
  • Variants

Backlinks

  • readme

Created with Quartz v4.5.0 © 2025

  • GitHub
  • Author
  • Licensed under CC BY-SA 4.0