Conditioning of the linear systems in the inverse or Rayleigh quotient iteration algorithms












7












$begingroup$


I'm working through the book Numerical Linear Algebra by Trefethen and Bau. In Lecture 27 (and exercise 27.5), the following claim is made about the inverse iteration algorithm:



Let $ A $ be a real, symmetric matrix. Solving the system $ (A - mu I) w = v^{(k-1)} $ at step $ k $ is poorly conditioned if $ mu $ is approximately an eigenvalue of $ A $. However, this does not cause an issue for the inverse iteration algorithm if it is solved with a backward stable algorithm which outputs $ tilde{w} $ such that $ (A - mu I + delta M) tilde{w} = v^{(k-1)}$ where $ frac{|delta M|}{|M|} = O(epsilon_text{machine}) $. The reason is that even though $ w $ and $ tilde{w} $ are not close, $ frac{w}{|w|} $ and $ frac{tilde{w}}{|tilde{w}|} $ are.



The same issue occurs in the Rayleigh quotient iteration where at each step $ mu $ is updated with a more accurate estimate of an eigenvalue of $ A $.



I completely understand why the system is poorly conditioned when $ mu $ is approximately an eigenvalue of $ A $. I am attempting to prove the remainder of the claim or at least understand why it should be true. Applying the definitions of backward stability and the condition of the problem don't lead anywhere beyond the usual bound for the accuracy: $ frac{|w - tilde{w} |}{|w|} = O(kappa(A - mu I) epsilon_text{machine}) = O(1) $ for $ mu $ near an eigenvalue of $ A $. I suspect that I need to use the fact that $ A $ is normal to move forward, but I don't see how.



Any help is appreciated. Thanks!



Links to Wikipedia articles on 1. Inverse iteration
2. Rayleigh quotient iteration










share|cite|improve this question











$endgroup$








  • 2




    $begingroup$
    Did you get to know the solution of the question?
    $endgroup$
    – Dushyant Sahoo
    Dec 1 '18 at 5:00
















7












$begingroup$


I'm working through the book Numerical Linear Algebra by Trefethen and Bau. In Lecture 27 (and exercise 27.5), the following claim is made about the inverse iteration algorithm:



Let $ A $ be a real, symmetric matrix. Solving the system $ (A - mu I) w = v^{(k-1)} $ at step $ k $ is poorly conditioned if $ mu $ is approximately an eigenvalue of $ A $. However, this does not cause an issue for the inverse iteration algorithm if it is solved with a backward stable algorithm which outputs $ tilde{w} $ such that $ (A - mu I + delta M) tilde{w} = v^{(k-1)}$ where $ frac{|delta M|}{|M|} = O(epsilon_text{machine}) $. The reason is that even though $ w $ and $ tilde{w} $ are not close, $ frac{w}{|w|} $ and $ frac{tilde{w}}{|tilde{w}|} $ are.



The same issue occurs in the Rayleigh quotient iteration where at each step $ mu $ is updated with a more accurate estimate of an eigenvalue of $ A $.



I completely understand why the system is poorly conditioned when $ mu $ is approximately an eigenvalue of $ A $. I am attempting to prove the remainder of the claim or at least understand why it should be true. Applying the definitions of backward stability and the condition of the problem don't lead anywhere beyond the usual bound for the accuracy: $ frac{|w - tilde{w} |}{|w|} = O(kappa(A - mu I) epsilon_text{machine}) = O(1) $ for $ mu $ near an eigenvalue of $ A $. I suspect that I need to use the fact that $ A $ is normal to move forward, but I don't see how.



Any help is appreciated. Thanks!



Links to Wikipedia articles on 1. Inverse iteration
2. Rayleigh quotient iteration










share|cite|improve this question











$endgroup$








  • 2




    $begingroup$
    Did you get to know the solution of the question?
    $endgroup$
    – Dushyant Sahoo
    Dec 1 '18 at 5:00














7












7








7


4



$begingroup$


I'm working through the book Numerical Linear Algebra by Trefethen and Bau. In Lecture 27 (and exercise 27.5), the following claim is made about the inverse iteration algorithm:



Let $ A $ be a real, symmetric matrix. Solving the system $ (A - mu I) w = v^{(k-1)} $ at step $ k $ is poorly conditioned if $ mu $ is approximately an eigenvalue of $ A $. However, this does not cause an issue for the inverse iteration algorithm if it is solved with a backward stable algorithm which outputs $ tilde{w} $ such that $ (A - mu I + delta M) tilde{w} = v^{(k-1)}$ where $ frac{|delta M|}{|M|} = O(epsilon_text{machine}) $. The reason is that even though $ w $ and $ tilde{w} $ are not close, $ frac{w}{|w|} $ and $ frac{tilde{w}}{|tilde{w}|} $ are.



The same issue occurs in the Rayleigh quotient iteration where at each step $ mu $ is updated with a more accurate estimate of an eigenvalue of $ A $.



I completely understand why the system is poorly conditioned when $ mu $ is approximately an eigenvalue of $ A $. I am attempting to prove the remainder of the claim or at least understand why it should be true. Applying the definitions of backward stability and the condition of the problem don't lead anywhere beyond the usual bound for the accuracy: $ frac{|w - tilde{w} |}{|w|} = O(kappa(A - mu I) epsilon_text{machine}) = O(1) $ for $ mu $ near an eigenvalue of $ A $. I suspect that I need to use the fact that $ A $ is normal to move forward, but I don't see how.



Any help is appreciated. Thanks!



Links to Wikipedia articles on 1. Inverse iteration
2. Rayleigh quotient iteration










share|cite|improve this question











$endgroup$




I'm working through the book Numerical Linear Algebra by Trefethen and Bau. In Lecture 27 (and exercise 27.5), the following claim is made about the inverse iteration algorithm:



Let $ A $ be a real, symmetric matrix. Solving the system $ (A - mu I) w = v^{(k-1)} $ at step $ k $ is poorly conditioned if $ mu $ is approximately an eigenvalue of $ A $. However, this does not cause an issue for the inverse iteration algorithm if it is solved with a backward stable algorithm which outputs $ tilde{w} $ such that $ (A - mu I + delta M) tilde{w} = v^{(k-1)}$ where $ frac{|delta M|}{|M|} = O(epsilon_text{machine}) $. The reason is that even though $ w $ and $ tilde{w} $ are not close, $ frac{w}{|w|} $ and $ frac{tilde{w}}{|tilde{w}|} $ are.



The same issue occurs in the Rayleigh quotient iteration where at each step $ mu $ is updated with a more accurate estimate of an eigenvalue of $ A $.



I completely understand why the system is poorly conditioned when $ mu $ is approximately an eigenvalue of $ A $. I am attempting to prove the remainder of the claim or at least understand why it should be true. Applying the definitions of backward stability and the condition of the problem don't lead anywhere beyond the usual bound for the accuracy: $ frac{|w - tilde{w} |}{|w|} = O(kappa(A - mu I) epsilon_text{machine}) = O(1) $ for $ mu $ near an eigenvalue of $ A $. I suspect that I need to use the fact that $ A $ is normal to move forward, but I don't see how.



Any help is appreciated. Thanks!



Links to Wikipedia articles on 1. Inverse iteration
2. Rayleigh quotient iteration







linear-algebra numerical-linear-algebra floating-point






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Feb 2 '18 at 4:07







user477739

















asked Feb 2 '18 at 4:00









user477739user477739

937




937








  • 2




    $begingroup$
    Did you get to know the solution of the question?
    $endgroup$
    – Dushyant Sahoo
    Dec 1 '18 at 5:00














  • 2




    $begingroup$
    Did you get to know the solution of the question?
    $endgroup$
    – Dushyant Sahoo
    Dec 1 '18 at 5:00








2




2




$begingroup$
Did you get to know the solution of the question?
$endgroup$
– Dushyant Sahoo
Dec 1 '18 at 5:00




$begingroup$
Did you get to know the solution of the question?
$endgroup$
– Dushyant Sahoo
Dec 1 '18 at 5:00










0






active

oldest

votes











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',
autoActivateHeartbeat: false,
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%2f2632225%2fconditioning-of-the-linear-systems-in-the-inverse-or-rayleigh-quotient-iteration%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Mathematics Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


Use MathJax to format equations. MathJax reference.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2632225%2fconditioning-of-the-linear-systems-in-the-inverse-or-rayleigh-quotient-iteration%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

Human spaceflight

Can not write log (Is /dev/pts mounted?) - openpty in Ubuntu-on-Windows?

張江高科駅