Conditioning of the linear systems in the inverse or Rayleigh quotient iteration algorithms
$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
linear-algebra numerical-linear-algebra floating-point
$endgroup$
add a comment |
$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
linear-algebra numerical-linear-algebra floating-point
$endgroup$
2
$begingroup$
Did you get to know the solution of the question?
$endgroup$
– Dushyant Sahoo
Dec 1 '18 at 5:00
add a comment |
$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
linear-algebra numerical-linear-algebra floating-point
$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
linear-algebra numerical-linear-algebra floating-point
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
add a comment |
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
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
2
$begingroup$
Did you get to know the solution of the question?
$endgroup$
– Dushyant Sahoo
Dec 1 '18 at 5:00