Can the adjoint matrix of $A$ be expressed as a polynomial of $A$?

Multi tool use
Multi tool use

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
5
down vote

favorite
1












We know that if $A$ is invertible, then $A^-1$ can be expressed as a polynomial of $A$, that is to say, there exists a polynomial $f(x)$ such that $$A^-1 = f(A)$$



Of course in this case, $A^*$ (the adjoint matrix of $A$) can also be expressed as a polynomial of $A$.



I wonder if $A$ is not invertible, can $A^*$ be expressed as a polynomial of $A$?



Hope for your comments.










share|cite|improve this question



























    up vote
    5
    down vote

    favorite
    1












    We know that if $A$ is invertible, then $A^-1$ can be expressed as a polynomial of $A$, that is to say, there exists a polynomial $f(x)$ such that $$A^-1 = f(A)$$



    Of course in this case, $A^*$ (the adjoint matrix of $A$) can also be expressed as a polynomial of $A$.



    I wonder if $A$ is not invertible, can $A^*$ be expressed as a polynomial of $A$?



    Hope for your comments.










    share|cite|improve this question

























      up vote
      5
      down vote

      favorite
      1









      up vote
      5
      down vote

      favorite
      1






      1





      We know that if $A$ is invertible, then $A^-1$ can be expressed as a polynomial of $A$, that is to say, there exists a polynomial $f(x)$ such that $$A^-1 = f(A)$$



      Of course in this case, $A^*$ (the adjoint matrix of $A$) can also be expressed as a polynomial of $A$.



      I wonder if $A$ is not invertible, can $A^*$ be expressed as a polynomial of $A$?



      Hope for your comments.










      share|cite|improve this question















      We know that if $A$ is invertible, then $A^-1$ can be expressed as a polynomial of $A$, that is to say, there exists a polynomial $f(x)$ such that $$A^-1 = f(A)$$



      Of course in this case, $A^*$ (the adjoint matrix of $A$) can also be expressed as a polynomial of $A$.



      I wonder if $A$ is not invertible, can $A^*$ be expressed as a polynomial of $A$?



      Hope for your comments.







      linear-algebra matrices matrix-equations






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Sep 10 at 12:03









      mechanodroid

      24.7k62245




      24.7k62245










      asked Sep 10 at 9:08









      Good boy

      530110




      530110




















          3 Answers
          3






          active

          oldest

          votes

















          up vote
          3
          down vote



          accepted










          Yes, $operatornameadj(A)$ can always be expressed as a polynomial in $A$. We can follow the same proof as for Cayley-Hamilton:



          Consider $operatornameadj(A - tI)$ for a scalar $t$. We have



          $$(A - tI)operatornameadj(A - tI) = det(A - tI)I = p_A(t)I$$
          where $p_A(t) = (-1)^nt^n + c_n-1t^n-1 + cdots + c_1t + c_0$ is the characteristic polynomial of $A$.



          Notice that $operatornameadj(A - tI)$ is also a poylnomial in $t$ of degree $le n-1$, so we can pick matrices $B_0, ldots, B_n-1$ such that $$operatornameadj(A - tI) = sum_i=0^n-1t^iB_i$$



          Now we have
          beginalign
          p(t)I &= (A - tI)operatornameadj(A - tI) \
          &= (A - tI)sum_i=0^n-1t^iB_i \
          &= sum_i=0^n-1t^i AB_i - sum_i=0^n-1t^i+1B_i\
          &= -t^nB_n-1 + sum_i=1^n-1t^i(AB_i - B_i-1) + AB_0
          endalign



          Comparing powers with $p_A(t)I = (-1)^nt^nI + c_n-1I + cdots + c_1tI + c_0I$ gives



          $$B_n-1 = (-1)^n+1 I, qquad AB_i - B_i-1 = c_iI text for 1 le i le n-1, qquad AB_0 = c_0I$$



          Now we can inductively express $B_i$ as poylnomials in $A$:



          $$B_n-1 = (-1)^n+1 I$$
          $$B_n-2 = AB_n-1 - c_n-1I = (-1)^n+1A - c_n-1I$$
          $$B_n-3 = AB_n-2 - c_n-2I = (-1)^n+1A^2 - c_n-1A - c_n-2I$$
          $$vdots$$
          $$B_0 = AB_1 - c_1I = (-1)^n+1A^n-1 - c_n-1A^n-2 - cdots - c_2A - c_1I $$



          Therefore



          $$operatornameadj(A) = sum_i=0^n-1t^iB_iBigg|_t = 0 = B_0 = -Big[(-1)^nA^n-1 + c_n-1A^n-2 + cdots + c_2A + c_1IBig]$$






          share|cite|improve this answer





























            up vote
            1
            down vote













            Yes, the adjucate matrix can always be expressed as a polynomial in $A$: Consider the characteristic polynomial of $A$, i.e. $$p(A)=A^n+c_n-1A^n-1+...+c_1A+c_0=0$$
            You know that $c_0=(-1)^ndet(A)$. So you can write $$det(A)=(-1)^n+1(A^n-1+c_n-1A^n-2+...+c_1)Alabelx$$



            If $det(A)neq0$ this already implies $$A^*=(-1)^n+1(A^n-1+c_n-1A^n-2+...+c_1)$$ which is a polynomial in $A$. For $det(A)=0$, you can argue from continuity. I.e.



            • The expression we derived for $A^*$ is continuous in $A$

            • You know that the true $A^*$ is continuous in $A$ (because it can be expressed using co-factors)

            • the set of non-invertible matrices is a measure-zero subset of all matrices





            share|cite|improve this answer




















            • Unfortunately, continuity arguments are not available over every field...
              – Jose Brox
              Sep 10 at 12:06










            • @Jose sure they are. We just need to use the Zariski topology and the fact that the maps in question are given by polynomials.
              – Tobias Kildetoft
              Sep 19 at 16:58










            • @TobiasKildetoft Yes, you are right; that's more or less what I have used in my answer (although it is simplified in a density argument which is masked)
              – Jose Brox
              Sep 19 at 17:06










            • @TobiasKildetoft Actually, in this case the topological arguments are unnecessary. Please, see my updated answer
              – Jose Brox
              Sep 19 at 18:49

















            up vote
            1
            down vote













            UPDATED TO REMOVE UNNECESSARY TOPOLOGICAL ARGUMENTS



            Let $AinmathbbM_n(K)$ and let $p_A$ be its characteristic polynomial. We have $p_A(X)=Xq(X)+(-1)^ndet(A)$ for some polynomial $qin K[X]$, so that
            $$(-1)^n-1det(A)I_n=Aq(A).$$



            Multiply by $textadj(A)$ on the left to get



            $$(-1)^n-1det(A)textadj(A)=det(A)q(A).$$



            Now consider $det(A), q(A), textadj(A)$ as polynomials in the entries of $A$, in $K[X_1,ldots,X_n^2]$. Since $det$ is a nonzero element in an integral domain, we can cancel it and get
            $$textadj(A)=(-1)^n-1q(A).$$



            Therefore $$textadj(A)=(-1)^n-1fracp_A(X)-(-1)^ndet(A)Xleftrvert_X=Aright.$$
            is the formula we are seeking.






            share|cite|improve this answer






















              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',
              convertImagesToLinks: true,
              noModals: false,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: 10,
              bindNavPrevention: true,
              postfix: "",
              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%2f2911717%2fcan-the-adjoint-matrix-of-a-be-expressed-as-a-polynomial-of-a%23new-answer', 'question_page');

              );

              Post as a guest






























              3 Answers
              3






              active

              oldest

              votes








              3 Answers
              3






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes








              up vote
              3
              down vote



              accepted










              Yes, $operatornameadj(A)$ can always be expressed as a polynomial in $A$. We can follow the same proof as for Cayley-Hamilton:



              Consider $operatornameadj(A - tI)$ for a scalar $t$. We have



              $$(A - tI)operatornameadj(A - tI) = det(A - tI)I = p_A(t)I$$
              where $p_A(t) = (-1)^nt^n + c_n-1t^n-1 + cdots + c_1t + c_0$ is the characteristic polynomial of $A$.



              Notice that $operatornameadj(A - tI)$ is also a poylnomial in $t$ of degree $le n-1$, so we can pick matrices $B_0, ldots, B_n-1$ such that $$operatornameadj(A - tI) = sum_i=0^n-1t^iB_i$$



              Now we have
              beginalign
              p(t)I &= (A - tI)operatornameadj(A - tI) \
              &= (A - tI)sum_i=0^n-1t^iB_i \
              &= sum_i=0^n-1t^i AB_i - sum_i=0^n-1t^i+1B_i\
              &= -t^nB_n-1 + sum_i=1^n-1t^i(AB_i - B_i-1) + AB_0
              endalign



              Comparing powers with $p_A(t)I = (-1)^nt^nI + c_n-1I + cdots + c_1tI + c_0I$ gives



              $$B_n-1 = (-1)^n+1 I, qquad AB_i - B_i-1 = c_iI text for 1 le i le n-1, qquad AB_0 = c_0I$$



              Now we can inductively express $B_i$ as poylnomials in $A$:



              $$B_n-1 = (-1)^n+1 I$$
              $$B_n-2 = AB_n-1 - c_n-1I = (-1)^n+1A - c_n-1I$$
              $$B_n-3 = AB_n-2 - c_n-2I = (-1)^n+1A^2 - c_n-1A - c_n-2I$$
              $$vdots$$
              $$B_0 = AB_1 - c_1I = (-1)^n+1A^n-1 - c_n-1A^n-2 - cdots - c_2A - c_1I $$



              Therefore



              $$operatornameadj(A) = sum_i=0^n-1t^iB_iBigg|_t = 0 = B_0 = -Big[(-1)^nA^n-1 + c_n-1A^n-2 + cdots + c_2A + c_1IBig]$$






              share|cite|improve this answer


























                up vote
                3
                down vote



                accepted










                Yes, $operatornameadj(A)$ can always be expressed as a polynomial in $A$. We can follow the same proof as for Cayley-Hamilton:



                Consider $operatornameadj(A - tI)$ for a scalar $t$. We have



                $$(A - tI)operatornameadj(A - tI) = det(A - tI)I = p_A(t)I$$
                where $p_A(t) = (-1)^nt^n + c_n-1t^n-1 + cdots + c_1t + c_0$ is the characteristic polynomial of $A$.



                Notice that $operatornameadj(A - tI)$ is also a poylnomial in $t$ of degree $le n-1$, so we can pick matrices $B_0, ldots, B_n-1$ such that $$operatornameadj(A - tI) = sum_i=0^n-1t^iB_i$$



                Now we have
                beginalign
                p(t)I &= (A - tI)operatornameadj(A - tI) \
                &= (A - tI)sum_i=0^n-1t^iB_i \
                &= sum_i=0^n-1t^i AB_i - sum_i=0^n-1t^i+1B_i\
                &= -t^nB_n-1 + sum_i=1^n-1t^i(AB_i - B_i-1) + AB_0
                endalign



                Comparing powers with $p_A(t)I = (-1)^nt^nI + c_n-1I + cdots + c_1tI + c_0I$ gives



                $$B_n-1 = (-1)^n+1 I, qquad AB_i - B_i-1 = c_iI text for 1 le i le n-1, qquad AB_0 = c_0I$$



                Now we can inductively express $B_i$ as poylnomials in $A$:



                $$B_n-1 = (-1)^n+1 I$$
                $$B_n-2 = AB_n-1 - c_n-1I = (-1)^n+1A - c_n-1I$$
                $$B_n-3 = AB_n-2 - c_n-2I = (-1)^n+1A^2 - c_n-1A - c_n-2I$$
                $$vdots$$
                $$B_0 = AB_1 - c_1I = (-1)^n+1A^n-1 - c_n-1A^n-2 - cdots - c_2A - c_1I $$



                Therefore



                $$operatornameadj(A) = sum_i=0^n-1t^iB_iBigg|_t = 0 = B_0 = -Big[(-1)^nA^n-1 + c_n-1A^n-2 + cdots + c_2A + c_1IBig]$$






                share|cite|improve this answer
























                  up vote
                  3
                  down vote



                  accepted







                  up vote
                  3
                  down vote



                  accepted






                  Yes, $operatornameadj(A)$ can always be expressed as a polynomial in $A$. We can follow the same proof as for Cayley-Hamilton:



                  Consider $operatornameadj(A - tI)$ for a scalar $t$. We have



                  $$(A - tI)operatornameadj(A - tI) = det(A - tI)I = p_A(t)I$$
                  where $p_A(t) = (-1)^nt^n + c_n-1t^n-1 + cdots + c_1t + c_0$ is the characteristic polynomial of $A$.



                  Notice that $operatornameadj(A - tI)$ is also a poylnomial in $t$ of degree $le n-1$, so we can pick matrices $B_0, ldots, B_n-1$ such that $$operatornameadj(A - tI) = sum_i=0^n-1t^iB_i$$



                  Now we have
                  beginalign
                  p(t)I &= (A - tI)operatornameadj(A - tI) \
                  &= (A - tI)sum_i=0^n-1t^iB_i \
                  &= sum_i=0^n-1t^i AB_i - sum_i=0^n-1t^i+1B_i\
                  &= -t^nB_n-1 + sum_i=1^n-1t^i(AB_i - B_i-1) + AB_0
                  endalign



                  Comparing powers with $p_A(t)I = (-1)^nt^nI + c_n-1I + cdots + c_1tI + c_0I$ gives



                  $$B_n-1 = (-1)^n+1 I, qquad AB_i - B_i-1 = c_iI text for 1 le i le n-1, qquad AB_0 = c_0I$$



                  Now we can inductively express $B_i$ as poylnomials in $A$:



                  $$B_n-1 = (-1)^n+1 I$$
                  $$B_n-2 = AB_n-1 - c_n-1I = (-1)^n+1A - c_n-1I$$
                  $$B_n-3 = AB_n-2 - c_n-2I = (-1)^n+1A^2 - c_n-1A - c_n-2I$$
                  $$vdots$$
                  $$B_0 = AB_1 - c_1I = (-1)^n+1A^n-1 - c_n-1A^n-2 - cdots - c_2A - c_1I $$



                  Therefore



                  $$operatornameadj(A) = sum_i=0^n-1t^iB_iBigg|_t = 0 = B_0 = -Big[(-1)^nA^n-1 + c_n-1A^n-2 + cdots + c_2A + c_1IBig]$$






                  share|cite|improve this answer














                  Yes, $operatornameadj(A)$ can always be expressed as a polynomial in $A$. We can follow the same proof as for Cayley-Hamilton:



                  Consider $operatornameadj(A - tI)$ for a scalar $t$. We have



                  $$(A - tI)operatornameadj(A - tI) = det(A - tI)I = p_A(t)I$$
                  where $p_A(t) = (-1)^nt^n + c_n-1t^n-1 + cdots + c_1t + c_0$ is the characteristic polynomial of $A$.



                  Notice that $operatornameadj(A - tI)$ is also a poylnomial in $t$ of degree $le n-1$, so we can pick matrices $B_0, ldots, B_n-1$ such that $$operatornameadj(A - tI) = sum_i=0^n-1t^iB_i$$



                  Now we have
                  beginalign
                  p(t)I &= (A - tI)operatornameadj(A - tI) \
                  &= (A - tI)sum_i=0^n-1t^iB_i \
                  &= sum_i=0^n-1t^i AB_i - sum_i=0^n-1t^i+1B_i\
                  &= -t^nB_n-1 + sum_i=1^n-1t^i(AB_i - B_i-1) + AB_0
                  endalign



                  Comparing powers with $p_A(t)I = (-1)^nt^nI + c_n-1I + cdots + c_1tI + c_0I$ gives



                  $$B_n-1 = (-1)^n+1 I, qquad AB_i - B_i-1 = c_iI text for 1 le i le n-1, qquad AB_0 = c_0I$$



                  Now we can inductively express $B_i$ as poylnomials in $A$:



                  $$B_n-1 = (-1)^n+1 I$$
                  $$B_n-2 = AB_n-1 - c_n-1I = (-1)^n+1A - c_n-1I$$
                  $$B_n-3 = AB_n-2 - c_n-2I = (-1)^n+1A^2 - c_n-1A - c_n-2I$$
                  $$vdots$$
                  $$B_0 = AB_1 - c_1I = (-1)^n+1A^n-1 - c_n-1A^n-2 - cdots - c_2A - c_1I $$



                  Therefore



                  $$operatornameadj(A) = sum_i=0^n-1t^iB_iBigg|_t = 0 = B_0 = -Big[(-1)^nA^n-1 + c_n-1A^n-2 + cdots + c_2A + c_1IBig]$$







                  share|cite|improve this answer














                  share|cite|improve this answer



                  share|cite|improve this answer








                  edited Sep 10 at 12:08

























                  answered Sep 10 at 12:02









                  mechanodroid

                  24.7k62245




                  24.7k62245




















                      up vote
                      1
                      down vote













                      Yes, the adjucate matrix can always be expressed as a polynomial in $A$: Consider the characteristic polynomial of $A$, i.e. $$p(A)=A^n+c_n-1A^n-1+...+c_1A+c_0=0$$
                      You know that $c_0=(-1)^ndet(A)$. So you can write $$det(A)=(-1)^n+1(A^n-1+c_n-1A^n-2+...+c_1)Alabelx$$



                      If $det(A)neq0$ this already implies $$A^*=(-1)^n+1(A^n-1+c_n-1A^n-2+...+c_1)$$ which is a polynomial in $A$. For $det(A)=0$, you can argue from continuity. I.e.



                      • The expression we derived for $A^*$ is continuous in $A$

                      • You know that the true $A^*$ is continuous in $A$ (because it can be expressed using co-factors)

                      • the set of non-invertible matrices is a measure-zero subset of all matrices





                      share|cite|improve this answer




















                      • Unfortunately, continuity arguments are not available over every field...
                        – Jose Brox
                        Sep 10 at 12:06










                      • @Jose sure they are. We just need to use the Zariski topology and the fact that the maps in question are given by polynomials.
                        – Tobias Kildetoft
                        Sep 19 at 16:58










                      • @TobiasKildetoft Yes, you are right; that's more or less what I have used in my answer (although it is simplified in a density argument which is masked)
                        – Jose Brox
                        Sep 19 at 17:06










                      • @TobiasKildetoft Actually, in this case the topological arguments are unnecessary. Please, see my updated answer
                        – Jose Brox
                        Sep 19 at 18:49














                      up vote
                      1
                      down vote













                      Yes, the adjucate matrix can always be expressed as a polynomial in $A$: Consider the characteristic polynomial of $A$, i.e. $$p(A)=A^n+c_n-1A^n-1+...+c_1A+c_0=0$$
                      You know that $c_0=(-1)^ndet(A)$. So you can write $$det(A)=(-1)^n+1(A^n-1+c_n-1A^n-2+...+c_1)Alabelx$$



                      If $det(A)neq0$ this already implies $$A^*=(-1)^n+1(A^n-1+c_n-1A^n-2+...+c_1)$$ which is a polynomial in $A$. For $det(A)=0$, you can argue from continuity. I.e.



                      • The expression we derived for $A^*$ is continuous in $A$

                      • You know that the true $A^*$ is continuous in $A$ (because it can be expressed using co-factors)

                      • the set of non-invertible matrices is a measure-zero subset of all matrices





                      share|cite|improve this answer




















                      • Unfortunately, continuity arguments are not available over every field...
                        – Jose Brox
                        Sep 10 at 12:06










                      • @Jose sure they are. We just need to use the Zariski topology and the fact that the maps in question are given by polynomials.
                        – Tobias Kildetoft
                        Sep 19 at 16:58










                      • @TobiasKildetoft Yes, you are right; that's more or less what I have used in my answer (although it is simplified in a density argument which is masked)
                        – Jose Brox
                        Sep 19 at 17:06










                      • @TobiasKildetoft Actually, in this case the topological arguments are unnecessary. Please, see my updated answer
                        – Jose Brox
                        Sep 19 at 18:49












                      up vote
                      1
                      down vote










                      up vote
                      1
                      down vote









                      Yes, the adjucate matrix can always be expressed as a polynomial in $A$: Consider the characteristic polynomial of $A$, i.e. $$p(A)=A^n+c_n-1A^n-1+...+c_1A+c_0=0$$
                      You know that $c_0=(-1)^ndet(A)$. So you can write $$det(A)=(-1)^n+1(A^n-1+c_n-1A^n-2+...+c_1)Alabelx$$



                      If $det(A)neq0$ this already implies $$A^*=(-1)^n+1(A^n-1+c_n-1A^n-2+...+c_1)$$ which is a polynomial in $A$. For $det(A)=0$, you can argue from continuity. I.e.



                      • The expression we derived for $A^*$ is continuous in $A$

                      • You know that the true $A^*$ is continuous in $A$ (because it can be expressed using co-factors)

                      • the set of non-invertible matrices is a measure-zero subset of all matrices





                      share|cite|improve this answer












                      Yes, the adjucate matrix can always be expressed as a polynomial in $A$: Consider the characteristic polynomial of $A$, i.e. $$p(A)=A^n+c_n-1A^n-1+...+c_1A+c_0=0$$
                      You know that $c_0=(-1)^ndet(A)$. So you can write $$det(A)=(-1)^n+1(A^n-1+c_n-1A^n-2+...+c_1)Alabelx$$



                      If $det(A)neq0$ this already implies $$A^*=(-1)^n+1(A^n-1+c_n-1A^n-2+...+c_1)$$ which is a polynomial in $A$. For $det(A)=0$, you can argue from continuity. I.e.



                      • The expression we derived for $A^*$ is continuous in $A$

                      • You know that the true $A^*$ is continuous in $A$ (because it can be expressed using co-factors)

                      • the set of non-invertible matrices is a measure-zero subset of all matrices






                      share|cite|improve this answer












                      share|cite|improve this answer



                      share|cite|improve this answer










                      answered Sep 10 at 9:48









                      Simon

                      2,205115




                      2,205115











                      • Unfortunately, continuity arguments are not available over every field...
                        – Jose Brox
                        Sep 10 at 12:06










                      • @Jose sure they are. We just need to use the Zariski topology and the fact that the maps in question are given by polynomials.
                        – Tobias Kildetoft
                        Sep 19 at 16:58










                      • @TobiasKildetoft Yes, you are right; that's more or less what I have used in my answer (although it is simplified in a density argument which is masked)
                        – Jose Brox
                        Sep 19 at 17:06










                      • @TobiasKildetoft Actually, in this case the topological arguments are unnecessary. Please, see my updated answer
                        – Jose Brox
                        Sep 19 at 18:49
















                      • Unfortunately, continuity arguments are not available over every field...
                        – Jose Brox
                        Sep 10 at 12:06










                      • @Jose sure they are. We just need to use the Zariski topology and the fact that the maps in question are given by polynomials.
                        – Tobias Kildetoft
                        Sep 19 at 16:58










                      • @TobiasKildetoft Yes, you are right; that's more or less what I have used in my answer (although it is simplified in a density argument which is masked)
                        – Jose Brox
                        Sep 19 at 17:06










                      • @TobiasKildetoft Actually, in this case the topological arguments are unnecessary. Please, see my updated answer
                        – Jose Brox
                        Sep 19 at 18:49















                      Unfortunately, continuity arguments are not available over every field...
                      – Jose Brox
                      Sep 10 at 12:06




                      Unfortunately, continuity arguments are not available over every field...
                      – Jose Brox
                      Sep 10 at 12:06












                      @Jose sure they are. We just need to use the Zariski topology and the fact that the maps in question are given by polynomials.
                      – Tobias Kildetoft
                      Sep 19 at 16:58




                      @Jose sure they are. We just need to use the Zariski topology and the fact that the maps in question are given by polynomials.
                      – Tobias Kildetoft
                      Sep 19 at 16:58












                      @TobiasKildetoft Yes, you are right; that's more or less what I have used in my answer (although it is simplified in a density argument which is masked)
                      – Jose Brox
                      Sep 19 at 17:06




                      @TobiasKildetoft Yes, you are right; that's more or less what I have used in my answer (although it is simplified in a density argument which is masked)
                      – Jose Brox
                      Sep 19 at 17:06












                      @TobiasKildetoft Actually, in this case the topological arguments are unnecessary. Please, see my updated answer
                      – Jose Brox
                      Sep 19 at 18:49




                      @TobiasKildetoft Actually, in this case the topological arguments are unnecessary. Please, see my updated answer
                      – Jose Brox
                      Sep 19 at 18:49










                      up vote
                      1
                      down vote













                      UPDATED TO REMOVE UNNECESSARY TOPOLOGICAL ARGUMENTS



                      Let $AinmathbbM_n(K)$ and let $p_A$ be its characteristic polynomial. We have $p_A(X)=Xq(X)+(-1)^ndet(A)$ for some polynomial $qin K[X]$, so that
                      $$(-1)^n-1det(A)I_n=Aq(A).$$



                      Multiply by $textadj(A)$ on the left to get



                      $$(-1)^n-1det(A)textadj(A)=det(A)q(A).$$



                      Now consider $det(A), q(A), textadj(A)$ as polynomials in the entries of $A$, in $K[X_1,ldots,X_n^2]$. Since $det$ is a nonzero element in an integral domain, we can cancel it and get
                      $$textadj(A)=(-1)^n-1q(A).$$



                      Therefore $$textadj(A)=(-1)^n-1fracp_A(X)-(-1)^ndet(A)Xleftrvert_X=Aright.$$
                      is the formula we are seeking.






                      share|cite|improve this answer


























                        up vote
                        1
                        down vote













                        UPDATED TO REMOVE UNNECESSARY TOPOLOGICAL ARGUMENTS



                        Let $AinmathbbM_n(K)$ and let $p_A$ be its characteristic polynomial. We have $p_A(X)=Xq(X)+(-1)^ndet(A)$ for some polynomial $qin K[X]$, so that
                        $$(-1)^n-1det(A)I_n=Aq(A).$$



                        Multiply by $textadj(A)$ on the left to get



                        $$(-1)^n-1det(A)textadj(A)=det(A)q(A).$$



                        Now consider $det(A), q(A), textadj(A)$ as polynomials in the entries of $A$, in $K[X_1,ldots,X_n^2]$. Since $det$ is a nonzero element in an integral domain, we can cancel it and get
                        $$textadj(A)=(-1)^n-1q(A).$$



                        Therefore $$textadj(A)=(-1)^n-1fracp_A(X)-(-1)^ndet(A)Xleftrvert_X=Aright.$$
                        is the formula we are seeking.






                        share|cite|improve this answer
























                          up vote
                          1
                          down vote










                          up vote
                          1
                          down vote









                          UPDATED TO REMOVE UNNECESSARY TOPOLOGICAL ARGUMENTS



                          Let $AinmathbbM_n(K)$ and let $p_A$ be its characteristic polynomial. We have $p_A(X)=Xq(X)+(-1)^ndet(A)$ for some polynomial $qin K[X]$, so that
                          $$(-1)^n-1det(A)I_n=Aq(A).$$



                          Multiply by $textadj(A)$ on the left to get



                          $$(-1)^n-1det(A)textadj(A)=det(A)q(A).$$



                          Now consider $det(A), q(A), textadj(A)$ as polynomials in the entries of $A$, in $K[X_1,ldots,X_n^2]$. Since $det$ is a nonzero element in an integral domain, we can cancel it and get
                          $$textadj(A)=(-1)^n-1q(A).$$



                          Therefore $$textadj(A)=(-1)^n-1fracp_A(X)-(-1)^ndet(A)Xleftrvert_X=Aright.$$
                          is the formula we are seeking.






                          share|cite|improve this answer














                          UPDATED TO REMOVE UNNECESSARY TOPOLOGICAL ARGUMENTS



                          Let $AinmathbbM_n(K)$ and let $p_A$ be its characteristic polynomial. We have $p_A(X)=Xq(X)+(-1)^ndet(A)$ for some polynomial $qin K[X]$, so that
                          $$(-1)^n-1det(A)I_n=Aq(A).$$



                          Multiply by $textadj(A)$ on the left to get



                          $$(-1)^n-1det(A)textadj(A)=det(A)q(A).$$



                          Now consider $det(A), q(A), textadj(A)$ as polynomials in the entries of $A$, in $K[X_1,ldots,X_n^2]$. Since $det$ is a nonzero element in an integral domain, we can cancel it and get
                          $$textadj(A)=(-1)^n-1q(A).$$



                          Therefore $$textadj(A)=(-1)^n-1fracp_A(X)-(-1)^ndet(A)Xleftrvert_X=Aright.$$
                          is the formula we are seeking.







                          share|cite|improve this answer














                          share|cite|improve this answer



                          share|cite|improve this answer








                          edited Sep 19 at 18:49

























                          answered Sep 19 at 16:50









                          Jose Brox

                          2,4231921




                          2,4231921



























                               

                              draft saved


                              draft discarded















































                               


                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function ()
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2911717%2fcan-the-adjoint-matrix-of-a-be-expressed-as-a-polynomial-of-a%23new-answer', 'question_page');

                              );

                              Post as a guest













































































                              1JMsf SneUjRxSX5pRlk o,eyPbYC,kxVOtDFx37ZWanWOwjxn
                              AsXoLuYUCAKfT9VOGDpnhzP3BomCeLz75d,qhEAzhq,57dE5PNUVJgFL tf 929Jn3G051 PkN5gpa2Xn0U,vV3Ak

                              這個網誌中的熱門文章

                              How to combine Bézier curves to a surface?

                              Propositional logic and tautologies

                              Distribution of Stopped Wiener Process with Stochastic Volatility