What does the notation $A^-2$ mean if $A$ is a matrix?What does it mean when all the values of a row in a matrix are 0?What does it mean when a matrix is to the (-1/2) power?Quadratic Equation with Matrix [Prove Invertible]What does this matrix notation mean?what does it mean for the transpose of a matrix to be the negative of the matrix?What does this matrix notation mean $(A)^bot$?What will be the computational and space complexity if calculate the inverse by using block-inverse matrix method?Notation to show PSD matrix?What does the notation $[boldsymbolA | boldsymbolB ]$ mean (line through a matrix)?Why can the Cholesky decomposition be used to invert non-Hermitian matrices?

How to change two letters closest to a string and one letter immediately after a string using notepad++

Have researchers managed to "reverse time"? If so, what does that mean for physics?

Time travel from stationary position?

How to deal with taxi scam when on vacation?

Is it possible to upcast ritual spells?

Why is the President allowed to veto a cancellation of emergency powers?

Professor being mistaken for a grad student

Most cost effective thermostat setting: consistent temperature vs. lowest temperature possible

Error in Twin Prime Conjecture

Can I use USB data pins as power source

Gantt Chart like rectangles with log scale

Min function accepting varying number of arguments in C++17

Recruiter wants very extensive technical details about all of my previous work

How to make healing in an exploration game interesting

Unexpected result from ArcLength

How can I track script which gives me "command not found" right after the login?

SOQL: Populate a Literal List in WHERE IN Clause

Why would a flight no longer considered airworthy be redirected like this?

Science-fiction short story where space navy wanted hospital ships and settlers had guns mounted everywhere

Why doesn't using two cd commands in bash script execute the second command?

What should tie a collection of short-stories together?

Define, (actually define) the "stability" and "energy" of a compound

Does someone need to be connected to my network to sniff HTTP requests?

Did Ender ever learn that he killed Stilson and/or Bonzo?



What does the notation $A^-2$ mean if $A$ is a matrix?


What does it mean when all the values of a row in a matrix are 0?What does it mean when a matrix is to the (-1/2) power?Quadratic Equation with Matrix [Prove Invertible]What does this matrix notation mean?what does it mean for the transpose of a matrix to be the negative of the matrix?What does this matrix notation mean $(A)^bot$?What will be the computational and space complexity if calculate the inverse by using block-inverse matrix method?Notation to show PSD matrix?What does the notation $[boldsymbolA | boldsymbolB ]$ mean (line through a matrix)?Why can the Cholesky decomposition be used to invert non-Hermitian matrices?













1












$begingroup$


$A^2$ means to multiple the matrix by itself, and $A^-1$ refers to the matrix's inverse. Would $A^-2$ be the square of the inverse or the inverse of the square?










share|cite|improve this question











$endgroup$
















    1












    $begingroup$


    $A^2$ means to multiple the matrix by itself, and $A^-1$ refers to the matrix's inverse. Would $A^-2$ be the square of the inverse or the inverse of the square?










    share|cite|improve this question











    $endgroup$














      1












      1








      1


      1



      $begingroup$


      $A^2$ means to multiple the matrix by itself, and $A^-1$ refers to the matrix's inverse. Would $A^-2$ be the square of the inverse or the inverse of the square?










      share|cite|improve this question











      $endgroup$




      $A^2$ means to multiple the matrix by itself, and $A^-1$ refers to the matrix's inverse. Would $A^-2$ be the square of the inverse or the inverse of the square?







      linear-algebra matrices notation exponentiation inverse






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Mar 11 at 21:43









      Rodrigo de Azevedo

      13k41960




      13k41960










      asked Mar 11 at 21:32









      James RonaldJames Ronald

      1807




      1807




















          3 Answers
          3






          active

          oldest

          votes


















          7












          $begingroup$

          It means $(A^-1)^2$, so the square of the inverse, which also happens to be the inverse of the square.






          share|cite|improve this answer











          $endgroup$








          • 4




            $begingroup$
            which also happens to be the inverse of the square!
            $endgroup$
            – Kenny Wong
            Mar 11 at 21:36










          • $begingroup$
            The expression has a conventional meaning only if $A$ is an invertible matrix (a square matrix of full rank).
            $endgroup$
            – hardmath
            Mar 11 at 21:45










          • $begingroup$
            Thank you! Also wow @KennyWong I actually tested that and found that it doesn't, but looking back I was incorrect haha. Would you be able to tell me why exactly this rule works? Do exponent laws apply to matrices?
            $endgroup$
            – James Ronald
            Mar 11 at 21:51


















          4












          $begingroup$

          $$left(A^-1right)^2A^2=left(A^-1A^-1right)(AA) = A^-1left(A^-1Aright)A=A^-1IA=A^-1A=I
          $$

          which says that $$left(A^-1right)^2=left(A^2right)^-1
          $$

          This is essentially the same as the proof that $$left(1over xright)^2=1over x^2$$






          share|cite|improve this answer









          $endgroup$




















            1












            $begingroup$

            It can be shown, via induction, that $(A^-1)^n=(A^n)^-1$, $forall n in mathbbN$. Thus, whenever $A$ is invertible, $A^-n:= (A^-1)^n=(A^n)^-1$.






            share|cite|improve this answer









            $endgroup$












              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%2f3144281%2fwhat-does-the-notation-a-2-mean-if-a-is-a-matrix%23new-answer', 'question_page');

              );

              Post as a guest















              Required, but never shown

























              3 Answers
              3






              active

              oldest

              votes








              3 Answers
              3






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              7












              $begingroup$

              It means $(A^-1)^2$, so the square of the inverse, which also happens to be the inverse of the square.






              share|cite|improve this answer











              $endgroup$








              • 4




                $begingroup$
                which also happens to be the inverse of the square!
                $endgroup$
                – Kenny Wong
                Mar 11 at 21:36










              • $begingroup$
                The expression has a conventional meaning only if $A$ is an invertible matrix (a square matrix of full rank).
                $endgroup$
                – hardmath
                Mar 11 at 21:45










              • $begingroup$
                Thank you! Also wow @KennyWong I actually tested that and found that it doesn't, but looking back I was incorrect haha. Would you be able to tell me why exactly this rule works? Do exponent laws apply to matrices?
                $endgroup$
                – James Ronald
                Mar 11 at 21:51















              7












              $begingroup$

              It means $(A^-1)^2$, so the square of the inverse, which also happens to be the inverse of the square.






              share|cite|improve this answer











              $endgroup$








              • 4




                $begingroup$
                which also happens to be the inverse of the square!
                $endgroup$
                – Kenny Wong
                Mar 11 at 21:36










              • $begingroup$
                The expression has a conventional meaning only if $A$ is an invertible matrix (a square matrix of full rank).
                $endgroup$
                – hardmath
                Mar 11 at 21:45










              • $begingroup$
                Thank you! Also wow @KennyWong I actually tested that and found that it doesn't, but looking back I was incorrect haha. Would you be able to tell me why exactly this rule works? Do exponent laws apply to matrices?
                $endgroup$
                – James Ronald
                Mar 11 at 21:51













              7












              7








              7





              $begingroup$

              It means $(A^-1)^2$, so the square of the inverse, which also happens to be the inverse of the square.






              share|cite|improve this answer











              $endgroup$



              It means $(A^-1)^2$, so the square of the inverse, which also happens to be the inverse of the square.







              share|cite|improve this answer














              share|cite|improve this answer



              share|cite|improve this answer








              edited Mar 11 at 21:52









              Javi

              2,9362829




              2,9362829










              answered Mar 11 at 21:34









              ThinkingThinking

              1,22716




              1,22716







              • 4




                $begingroup$
                which also happens to be the inverse of the square!
                $endgroup$
                – Kenny Wong
                Mar 11 at 21:36










              • $begingroup$
                The expression has a conventional meaning only if $A$ is an invertible matrix (a square matrix of full rank).
                $endgroup$
                – hardmath
                Mar 11 at 21:45










              • $begingroup$
                Thank you! Also wow @KennyWong I actually tested that and found that it doesn't, but looking back I was incorrect haha. Would you be able to tell me why exactly this rule works? Do exponent laws apply to matrices?
                $endgroup$
                – James Ronald
                Mar 11 at 21:51












              • 4




                $begingroup$
                which also happens to be the inverse of the square!
                $endgroup$
                – Kenny Wong
                Mar 11 at 21:36










              • $begingroup$
                The expression has a conventional meaning only if $A$ is an invertible matrix (a square matrix of full rank).
                $endgroup$
                – hardmath
                Mar 11 at 21:45










              • $begingroup$
                Thank you! Also wow @KennyWong I actually tested that and found that it doesn't, but looking back I was incorrect haha. Would you be able to tell me why exactly this rule works? Do exponent laws apply to matrices?
                $endgroup$
                – James Ronald
                Mar 11 at 21:51







              4




              4




              $begingroup$
              which also happens to be the inverse of the square!
              $endgroup$
              – Kenny Wong
              Mar 11 at 21:36




              $begingroup$
              which also happens to be the inverse of the square!
              $endgroup$
              – Kenny Wong
              Mar 11 at 21:36












              $begingroup$
              The expression has a conventional meaning only if $A$ is an invertible matrix (a square matrix of full rank).
              $endgroup$
              – hardmath
              Mar 11 at 21:45




              $begingroup$
              The expression has a conventional meaning only if $A$ is an invertible matrix (a square matrix of full rank).
              $endgroup$
              – hardmath
              Mar 11 at 21:45












              $begingroup$
              Thank you! Also wow @KennyWong I actually tested that and found that it doesn't, but looking back I was incorrect haha. Would you be able to tell me why exactly this rule works? Do exponent laws apply to matrices?
              $endgroup$
              – James Ronald
              Mar 11 at 21:51




              $begingroup$
              Thank you! Also wow @KennyWong I actually tested that and found that it doesn't, but looking back I was incorrect haha. Would you be able to tell me why exactly this rule works? Do exponent laws apply to matrices?
              $endgroup$
              – James Ronald
              Mar 11 at 21:51











              4












              $begingroup$

              $$left(A^-1right)^2A^2=left(A^-1A^-1right)(AA) = A^-1left(A^-1Aright)A=A^-1IA=A^-1A=I
              $$

              which says that $$left(A^-1right)^2=left(A^2right)^-1
              $$

              This is essentially the same as the proof that $$left(1over xright)^2=1over x^2$$






              share|cite|improve this answer









              $endgroup$

















                4












                $begingroup$

                $$left(A^-1right)^2A^2=left(A^-1A^-1right)(AA) = A^-1left(A^-1Aright)A=A^-1IA=A^-1A=I
                $$

                which says that $$left(A^-1right)^2=left(A^2right)^-1
                $$

                This is essentially the same as the proof that $$left(1over xright)^2=1over x^2$$






                share|cite|improve this answer









                $endgroup$















                  4












                  4








                  4





                  $begingroup$

                  $$left(A^-1right)^2A^2=left(A^-1A^-1right)(AA) = A^-1left(A^-1Aright)A=A^-1IA=A^-1A=I
                  $$

                  which says that $$left(A^-1right)^2=left(A^2right)^-1
                  $$

                  This is essentially the same as the proof that $$left(1over xright)^2=1over x^2$$






                  share|cite|improve this answer









                  $endgroup$



                  $$left(A^-1right)^2A^2=left(A^-1A^-1right)(AA) = A^-1left(A^-1Aright)A=A^-1IA=A^-1A=I
                  $$

                  which says that $$left(A^-1right)^2=left(A^2right)^-1
                  $$

                  This is essentially the same as the proof that $$left(1over xright)^2=1over x^2$$







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered Mar 11 at 22:14









                  saulspatzsaulspatz

                  17.3k31435




                  17.3k31435





















                      1












                      $begingroup$

                      It can be shown, via induction, that $(A^-1)^n=(A^n)^-1$, $forall n in mathbbN$. Thus, whenever $A$ is invertible, $A^-n:= (A^-1)^n=(A^n)^-1$.






                      share|cite|improve this answer









                      $endgroup$

















                        1












                        $begingroup$

                        It can be shown, via induction, that $(A^-1)^n=(A^n)^-1$, $forall n in mathbbN$. Thus, whenever $A$ is invertible, $A^-n:= (A^-1)^n=(A^n)^-1$.






                        share|cite|improve this answer









                        $endgroup$















                          1












                          1








                          1





                          $begingroup$

                          It can be shown, via induction, that $(A^-1)^n=(A^n)^-1$, $forall n in mathbbN$. Thus, whenever $A$ is invertible, $A^-n:= (A^-1)^n=(A^n)^-1$.






                          share|cite|improve this answer









                          $endgroup$



                          It can be shown, via induction, that $(A^-1)^n=(A^n)^-1$, $forall n in mathbbN$. Thus, whenever $A$ is invertible, $A^-n:= (A^-1)^n=(A^n)^-1$.







                          share|cite|improve this answer












                          share|cite|improve this answer



                          share|cite|improve this answer










                          answered Mar 12 at 3:32









                          Pietro PaparellaPietro Paparella

                          1,544615




                          1,544615



























                              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%2f3144281%2fwhat-does-the-notation-a-2-mean-if-a-is-a-matrix%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

                              Lowndes Grove History Architecture References Navigation menu32°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661132°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661178002500"National Register Information System"Historic houses of South Carolina"Lowndes Grove""+32° 48' 6.00", −79° 57' 58.00""Lowndes Grove, Charleston County (260 St. Margaret St., Charleston)""Lowndes Grove"The Charleston ExpositionIt Happened in South Carolina"Lowndes Grove (House), Saint Margaret Street & Sixth Avenue, Charleston, Charleston County, SC(Photographs)"Plantations of the Carolina Low Countrye

                              random experiment with two different functions on unit interval Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Random variable and probability space notionsRandom Walk with EdgesFinding functions where the increase over a random interval is Poisson distributedNumber of days until dayCan an observed event in fact be of zero probability?Unit random processmodels of coins and uniform distributionHow to get the number of successes given $n$ trials , probability $P$ and a random variable $X$Absorbing Markov chain in a computer. Is “almost every” turned into always convergence in computer executions?Stopped random walk is not uniformly integrable

                              How should I support this large drywall patch? Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?How do I cover large gaps in drywall?How do I keep drywall around a patch from crumbling?Can I glue a second layer of drywall?How to patch long strip on drywall?Large drywall patch: how to avoid bulging seams?Drywall Mesh Patch vs. Bulge? To remove or not to remove?How to fix this drywall job?Prep drywall before backsplashWhat's the best way to fix this horrible drywall patch job?Drywall patching using 3M Patch Plus Primer