Matrix condition number and reorderingprecision vs matrix condition numberFastest algorithm to compute the...
Need help identifying how to open this bolt/screw
What does a number above the 'staff' mean in tablature?
A conjectural trigonometric identity
How to trick a fairly simplistic kill-counter?
HackerRank Implement Queue using two stacks Solution
Word for pulling a punch in karate
When did J.K. Rowling decide to make Ron and Hermione a couple?
Is Norway in the Single Market?
Will medical institutions reject an applicant based on being 28 years of age?
What do the screens say after you are set free?
In Haskell, when using the XStrict language extension, is if short-circuiting?
Adding a (stair/baby) gate without facing walls
How does Rust's 128-bit integer `i128` work on a 64-bit system?
How to power down external drive safely
How were x-ray diffraction patterns deciphered before computers?
How long should I wait to plug in my refrigerator after unplugging it?
"Will flex for food". What does this phrase mean?
How do I respond appropriately to an overseas company that obtained a visa for me without hiring me?
Partial Fractions: Why does this shortcut method work?
Who's behind community AMIs on Amazon EC2?
Accurately recalling the key - can everyone do it?
UX writing: When to use "we"?
Being told my "network" isn't PCI compliant. I don't even have a server! Do I have to comply?
speaker impedence
Matrix condition number and reordering
precision vs matrix condition numberFastest algorithm to compute the condition number of a large matrix in Matlab/OctaveHow to approximate the condition number of a large matrix?Condition number of $X^{T}AX$Applying the result of Cuthill-McKee in SciPyIs large condition number good measure of nearness to singularity for a matrix?Condition number of matrix and effects of round off errorsCondition number of two perburbation matrix regarding limit and quadtrature integration rulesCondition number of a matrixCHOLMOD condition number estimate
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
$begingroup$
Does the condition number change when a matrix is reordered by e.g. Cuthill Mckee or some other method?
linear-algebra matrix condition-number
$endgroup$
add a comment |
$begingroup$
Does the condition number change when a matrix is reordered by e.g. Cuthill Mckee or some other method?
linear-algebra matrix condition-number
$endgroup$
add a comment |
$begingroup$
Does the condition number change when a matrix is reordered by e.g. Cuthill Mckee or some other method?
linear-algebra matrix condition-number
$endgroup$
Does the condition number change when a matrix is reordered by e.g. Cuthill Mckee or some other method?
linear-algebra matrix condition-number
linear-algebra matrix condition-number
asked 8 hours ago
vydesastervydesaster
1137 bronze badges
1137 bronze badges
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
No. A reordering of a matrix $boldsymbol{A}$ is equivalent to conjugation by a permutation matrix $boldsymbol{P}$. In other words, the reordered matrix can be written as $boldsymbol{A}_r = boldsymbol{P}boldsymbol{A}boldsymbol{P}^*$ and
$boldsymbol{A}_r^{-1} = boldsymbol{P}boldsymbol{A}^{-1}boldsymbol{P}^*$.
Since the spectral norm is unitarily invariant and permutation matrices are unitary, the $ell^2$ condition number $$kappa(boldsymbol{A}_r) = |boldsymbol{A}_r|_2|boldsymbol{A}_r^{-1}|_2 = |boldsymbol{P}boldsymbol{A}boldsymbol{P}^*|_2|boldsymbol{P}boldsymbol{A}^{-1}boldsymbol{P}^*|_2 = |boldsymbol{A}|_2|boldsymbol{A}^{-1}|_2 = kappa(boldsymbol{A}).$$
New contributor
$endgroup$
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "363"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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
},
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%2fscicomp.stackexchange.com%2fquestions%2f33177%2fmatrix-condition-number-and-reordering%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
$begingroup$
No. A reordering of a matrix $boldsymbol{A}$ is equivalent to conjugation by a permutation matrix $boldsymbol{P}$. In other words, the reordered matrix can be written as $boldsymbol{A}_r = boldsymbol{P}boldsymbol{A}boldsymbol{P}^*$ and
$boldsymbol{A}_r^{-1} = boldsymbol{P}boldsymbol{A}^{-1}boldsymbol{P}^*$.
Since the spectral norm is unitarily invariant and permutation matrices are unitary, the $ell^2$ condition number $$kappa(boldsymbol{A}_r) = |boldsymbol{A}_r|_2|boldsymbol{A}_r^{-1}|_2 = |boldsymbol{P}boldsymbol{A}boldsymbol{P}^*|_2|boldsymbol{P}boldsymbol{A}^{-1}boldsymbol{P}^*|_2 = |boldsymbol{A}|_2|boldsymbol{A}^{-1}|_2 = kappa(boldsymbol{A}).$$
New contributor
$endgroup$
add a comment |
$begingroup$
No. A reordering of a matrix $boldsymbol{A}$ is equivalent to conjugation by a permutation matrix $boldsymbol{P}$. In other words, the reordered matrix can be written as $boldsymbol{A}_r = boldsymbol{P}boldsymbol{A}boldsymbol{P}^*$ and
$boldsymbol{A}_r^{-1} = boldsymbol{P}boldsymbol{A}^{-1}boldsymbol{P}^*$.
Since the spectral norm is unitarily invariant and permutation matrices are unitary, the $ell^2$ condition number $$kappa(boldsymbol{A}_r) = |boldsymbol{A}_r|_2|boldsymbol{A}_r^{-1}|_2 = |boldsymbol{P}boldsymbol{A}boldsymbol{P}^*|_2|boldsymbol{P}boldsymbol{A}^{-1}boldsymbol{P}^*|_2 = |boldsymbol{A}|_2|boldsymbol{A}^{-1}|_2 = kappa(boldsymbol{A}).$$
New contributor
$endgroup$
add a comment |
$begingroup$
No. A reordering of a matrix $boldsymbol{A}$ is equivalent to conjugation by a permutation matrix $boldsymbol{P}$. In other words, the reordered matrix can be written as $boldsymbol{A}_r = boldsymbol{P}boldsymbol{A}boldsymbol{P}^*$ and
$boldsymbol{A}_r^{-1} = boldsymbol{P}boldsymbol{A}^{-1}boldsymbol{P}^*$.
Since the spectral norm is unitarily invariant and permutation matrices are unitary, the $ell^2$ condition number $$kappa(boldsymbol{A}_r) = |boldsymbol{A}_r|_2|boldsymbol{A}_r^{-1}|_2 = |boldsymbol{P}boldsymbol{A}boldsymbol{P}^*|_2|boldsymbol{P}boldsymbol{A}^{-1}boldsymbol{P}^*|_2 = |boldsymbol{A}|_2|boldsymbol{A}^{-1}|_2 = kappa(boldsymbol{A}).$$
New contributor
$endgroup$
No. A reordering of a matrix $boldsymbol{A}$ is equivalent to conjugation by a permutation matrix $boldsymbol{P}$. In other words, the reordered matrix can be written as $boldsymbol{A}_r = boldsymbol{P}boldsymbol{A}boldsymbol{P}^*$ and
$boldsymbol{A}_r^{-1} = boldsymbol{P}boldsymbol{A}^{-1}boldsymbol{P}^*$.
Since the spectral norm is unitarily invariant and permutation matrices are unitary, the $ell^2$ condition number $$kappa(boldsymbol{A}_r) = |boldsymbol{A}_r|_2|boldsymbol{A}_r^{-1}|_2 = |boldsymbol{P}boldsymbol{A}boldsymbol{P}^*|_2|boldsymbol{P}boldsymbol{A}^{-1}boldsymbol{P}^*|_2 = |boldsymbol{A}|_2|boldsymbol{A}^{-1}|_2 = kappa(boldsymbol{A}).$$
New contributor
New contributor
answered 7 hours ago
cdipaolocdipaolo
1463 bronze badges
1463 bronze badges
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Computational Science 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%2fscicomp.stackexchange.com%2fquestions%2f33177%2fmatrix-condition-number-and-reordering%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