Skip to content

On finding the root of two equations #11

Answered by osveliz
huijunchen9260 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi HJ,

  1. Broyden does not guarantee convergence similar to Newton.
  2. Part of the complexity for my Harvey-Stenger was plotting the behavior. Their full algorithm is guarnateed to find a solution which its major selling point. It also doesn't need a Jacobian (or even an approximation) at all. The shorter version I went over will converge assuming that your starting points contain a solution.
  3. It depends. You also have to worry about how long it will take to evaluate a Jacobian (or approximating it with additional function evaluations). Using Broyden would be better than Newton since it will save on Jacobian calls. Harvey-Stenger will reuse function results each iteration as would Broyden, but …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by osveliz
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants