Solving a system of semilinear equations: Will this method work?











up vote
0
down vote

favorite












I understand the steps in solving a system of equations



$$mathbf{A}(mathbf{x})mathbf{x} = mathbf{b}$$



Where $mathbf{A}(mathbf{x})$ is a matrix that depends on the solution vector $mathbf{x}$



i) Start with an initial guess for $mathbf{x}$, $mathbf{x_0}$



ii) Compute the residual $mathbf{r} = mathbf{A}(mathbf{x})mathbf{x} - mathbf{b}$



iii) Repeat the following three steps until convergence is obtained




  • Solve $mathbf{A}(mathbf{x})mathbf{w} = mathbf{b}$

  • Set $mathbf{x}$ to $mathbf{w}$

  • Compute the residual $mathbf{r} = mathbf{A}(mathbf{x})mathbf{x} - mathbf{b}$


My question: Can I adapt these steps for a system of semilinear equations



$$mathbf{A}mathbf{x} = mathbf{b}(mathbf{x})$$



I.e.



i) Start with an initial guess for $mathbf{x}$, $mathbf{x_0}$



ii) Compute the residual $mathbf{r} = mathbf{A}mathbf{x} - mathbf{b}(mathbf{x})$



iii) Repeat the following three steps until convergence is obtained




  • Solve $mathbf{A}mathbf{w} = mathbf{b}(mathbf{x})$

  • Set $mathbf{x}$ to $mathbf{w}$

  • Compute the residual $mathbf{r} = mathbf{A}mathbf{x} - mathbf{b}(mathbf{x})$










share|cite|improve this question


























    up vote
    0
    down vote

    favorite












    I understand the steps in solving a system of equations



    $$mathbf{A}(mathbf{x})mathbf{x} = mathbf{b}$$



    Where $mathbf{A}(mathbf{x})$ is a matrix that depends on the solution vector $mathbf{x}$



    i) Start with an initial guess for $mathbf{x}$, $mathbf{x_0}$



    ii) Compute the residual $mathbf{r} = mathbf{A}(mathbf{x})mathbf{x} - mathbf{b}$



    iii) Repeat the following three steps until convergence is obtained




    • Solve $mathbf{A}(mathbf{x})mathbf{w} = mathbf{b}$

    • Set $mathbf{x}$ to $mathbf{w}$

    • Compute the residual $mathbf{r} = mathbf{A}(mathbf{x})mathbf{x} - mathbf{b}$


    My question: Can I adapt these steps for a system of semilinear equations



    $$mathbf{A}mathbf{x} = mathbf{b}(mathbf{x})$$



    I.e.



    i) Start with an initial guess for $mathbf{x}$, $mathbf{x_0}$



    ii) Compute the residual $mathbf{r} = mathbf{A}mathbf{x} - mathbf{b}(mathbf{x})$



    iii) Repeat the following three steps until convergence is obtained




    • Solve $mathbf{A}mathbf{w} = mathbf{b}(mathbf{x})$

    • Set $mathbf{x}$ to $mathbf{w}$

    • Compute the residual $mathbf{r} = mathbf{A}mathbf{x} - mathbf{b}(mathbf{x})$










    share|cite|improve this question
























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I understand the steps in solving a system of equations



      $$mathbf{A}(mathbf{x})mathbf{x} = mathbf{b}$$



      Where $mathbf{A}(mathbf{x})$ is a matrix that depends on the solution vector $mathbf{x}$



      i) Start with an initial guess for $mathbf{x}$, $mathbf{x_0}$



      ii) Compute the residual $mathbf{r} = mathbf{A}(mathbf{x})mathbf{x} - mathbf{b}$



      iii) Repeat the following three steps until convergence is obtained




      • Solve $mathbf{A}(mathbf{x})mathbf{w} = mathbf{b}$

      • Set $mathbf{x}$ to $mathbf{w}$

      • Compute the residual $mathbf{r} = mathbf{A}(mathbf{x})mathbf{x} - mathbf{b}$


      My question: Can I adapt these steps for a system of semilinear equations



      $$mathbf{A}mathbf{x} = mathbf{b}(mathbf{x})$$



      I.e.



      i) Start with an initial guess for $mathbf{x}$, $mathbf{x_0}$



      ii) Compute the residual $mathbf{r} = mathbf{A}mathbf{x} - mathbf{b}(mathbf{x})$



      iii) Repeat the following three steps until convergence is obtained




      • Solve $mathbf{A}mathbf{w} = mathbf{b}(mathbf{x})$

      • Set $mathbf{x}$ to $mathbf{w}$

      • Compute the residual $mathbf{r} = mathbf{A}mathbf{x} - mathbf{b}(mathbf{x})$










      share|cite|improve this question













      I understand the steps in solving a system of equations



      $$mathbf{A}(mathbf{x})mathbf{x} = mathbf{b}$$



      Where $mathbf{A}(mathbf{x})$ is a matrix that depends on the solution vector $mathbf{x}$



      i) Start with an initial guess for $mathbf{x}$, $mathbf{x_0}$



      ii) Compute the residual $mathbf{r} = mathbf{A}(mathbf{x})mathbf{x} - mathbf{b}$



      iii) Repeat the following three steps until convergence is obtained




      • Solve $mathbf{A}(mathbf{x})mathbf{w} = mathbf{b}$

      • Set $mathbf{x}$ to $mathbf{w}$

      • Compute the residual $mathbf{r} = mathbf{A}(mathbf{x})mathbf{x} - mathbf{b}$


      My question: Can I adapt these steps for a system of semilinear equations



      $$mathbf{A}mathbf{x} = mathbf{b}(mathbf{x})$$



      I.e.



      i) Start with an initial guess for $mathbf{x}$, $mathbf{x_0}$



      ii) Compute the residual $mathbf{r} = mathbf{A}mathbf{x} - mathbf{b}(mathbf{x})$



      iii) Repeat the following three steps until convergence is obtained




      • Solve $mathbf{A}mathbf{w} = mathbf{b}(mathbf{x})$

      • Set $mathbf{x}$ to $mathbf{w}$

      • Compute the residual $mathbf{r} = mathbf{A}mathbf{x} - mathbf{b}(mathbf{x})$







      systems-of-equations nonlinear-system






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Nov 16 at 13:11









      DJames

      113




      113






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          It may work. I assume $A$ is nonsingular. Suppose the true solution is $x_0$ and you are at $x = x_0 + y$ with $y$ small. Let $J$ be the Jacobian of $b$ at $x = x_0$.

          Then you get $w = A^{-1} b(x_0 + y) approx A^{-1}(b(x_0) + J y) = x_0 + A^{-1} J y$. If all eigenvalues of $A^{-1} J$ have absolute value less than $1$, you will converge to the solution $x_0$ provided you start close enough. If there is an eigenvalue with absolute value $> 1$, you will almost certainly not converge to $x_0$.






          share|cite|improve this answer





















            Your Answer





            StackExchange.ifUsing("editor", function () {
            return StackExchange.using("mathjaxEditing", function () {
            StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
            StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
            });
            });
            }, "mathjax-editing");

            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "69"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            noCode: true, onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














             

            draft saved


            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3001123%2fsolving-a-system-of-semilinear-equations-will-this-method-work%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            0
            down vote













            It may work. I assume $A$ is nonsingular. Suppose the true solution is $x_0$ and you are at $x = x_0 + y$ with $y$ small. Let $J$ be the Jacobian of $b$ at $x = x_0$.

            Then you get $w = A^{-1} b(x_0 + y) approx A^{-1}(b(x_0) + J y) = x_0 + A^{-1} J y$. If all eigenvalues of $A^{-1} J$ have absolute value less than $1$, you will converge to the solution $x_0$ provided you start close enough. If there is an eigenvalue with absolute value $> 1$, you will almost certainly not converge to $x_0$.






            share|cite|improve this answer

























              up vote
              0
              down vote













              It may work. I assume $A$ is nonsingular. Suppose the true solution is $x_0$ and you are at $x = x_0 + y$ with $y$ small. Let $J$ be the Jacobian of $b$ at $x = x_0$.

              Then you get $w = A^{-1} b(x_0 + y) approx A^{-1}(b(x_0) + J y) = x_0 + A^{-1} J y$. If all eigenvalues of $A^{-1} J$ have absolute value less than $1$, you will converge to the solution $x_0$ provided you start close enough. If there is an eigenvalue with absolute value $> 1$, you will almost certainly not converge to $x_0$.






              share|cite|improve this answer























                up vote
                0
                down vote










                up vote
                0
                down vote









                It may work. I assume $A$ is nonsingular. Suppose the true solution is $x_0$ and you are at $x = x_0 + y$ with $y$ small. Let $J$ be the Jacobian of $b$ at $x = x_0$.

                Then you get $w = A^{-1} b(x_0 + y) approx A^{-1}(b(x_0) + J y) = x_0 + A^{-1} J y$. If all eigenvalues of $A^{-1} J$ have absolute value less than $1$, you will converge to the solution $x_0$ provided you start close enough. If there is an eigenvalue with absolute value $> 1$, you will almost certainly not converge to $x_0$.






                share|cite|improve this answer












                It may work. I assume $A$ is nonsingular. Suppose the true solution is $x_0$ and you are at $x = x_0 + y$ with $y$ small. Let $J$ be the Jacobian of $b$ at $x = x_0$.

                Then you get $w = A^{-1} b(x_0 + y) approx A^{-1}(b(x_0) + J y) = x_0 + A^{-1} J y$. If all eigenvalues of $A^{-1} J$ have absolute value less than $1$, you will converge to the solution $x_0$ provided you start close enough. If there is an eigenvalue with absolute value $> 1$, you will almost certainly not converge to $x_0$.







                share|cite|improve this answer












                share|cite|improve this answer



                share|cite|improve this answer










                answered Nov 16 at 13:30









                Robert Israel

                313k23206453




                313k23206453






























                     

                    draft saved


                    draft discarded



















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3001123%2fsolving-a-system-of-semilinear-equations-will-this-method-work%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    QoS: MAC-Priority for clients behind a repeater

                    Ивакино (Тотемский район)

                    Can't locate Autom4te/ChannelDefs.pm in @INC (when it definitely is there)