<div class="gmail_quote">On Fri, Sep 16, 2011 at 23:21, Matthew Knepley <span dir="ltr"><<a href="mailto:knepley@gmail.com">knepley@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">it still converges, conditionally to the same solution as exact<br>
newton. Variations for A yield different rates of convergence. When<br>
A=1, you get the classical Picard iteration that Matt mentioned (?).<br></blockquote><div><br></div></div><div>Not even close.</div></blockquote></div><div><br></div>From Barry's description at the top of this thread:<div>
<br><div> x^{n+1}   = x^{n}  - lambda F(x^{n})</div></div><div><br></div><div><br></div><div>This looks oddly similar to</div><div><br></div><div> x^{n+1}   = x^{n}  - J(x^n)^{-1} F(x^{n})</div><div><br></div><div>I wonder where I've seen that before.</div>