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;
}







1












$begingroup$


Does the condition number change when a matrix is reordered by e.g. Cuthill Mckee or some other method?










share|cite|improve this question









$endgroup$





















    1












    $begingroup$


    Does the condition number change when a matrix is reordered by e.g. Cuthill Mckee or some other method?










    share|cite|improve this question









    $endgroup$

















      1












      1








      1





      $begingroup$


      Does the condition number change when a matrix is reordered by e.g. Cuthill Mckee or some other method?










      share|cite|improve this question









      $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






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked 8 hours ago









      vydesastervydesaster

      1137 bronze badges




      1137 bronze badges

























          1 Answer
          1






          active

          oldest

          votes


















          3












          $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}).$$






          share|cite|improve this answer








          New contributor



          cdipaolo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.





          $endgroup$


















            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
            });


            }
            });














            draft saved

            draft discarded


















            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









            3












            $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}).$$






            share|cite|improve this answer








            New contributor



            cdipaolo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.





            $endgroup$




















              3












              $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}).$$






              share|cite|improve this answer








              New contributor



              cdipaolo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.





              $endgroup$


















                3












                3








                3





                $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}).$$






                share|cite|improve this answer








                New contributor



                cdipaolo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.





                $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}).$$







                share|cite|improve this answer








                New contributor



                cdipaolo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.








                share|cite|improve this answer



                share|cite|improve this answer






                New contributor



                cdipaolo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.








                answered 7 hours ago









                cdipaolocdipaolo

                1463 bronze badges




                1463 bronze badges




                New contributor



                cdipaolo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.




                New contributor




                cdipaolo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.



































                    draft saved

                    draft discarded




















































                    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.




                    draft saved


                    draft discarded














                    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





















































                    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

                    Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

                    Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

                    Nicolae Petrescu-Găină Cuprins Biografie | Opera | In memoriam | Varia | Controverse, incertitudini...