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

Multi tool use
Clash Royale CLAN TAG#URR8PPP
up vote
5
down vote
favorite
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
add a comment |Â
up vote
5
down vote
favorite
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
add a comment |Â
up vote
5
down vote
favorite
up vote
5
down vote
favorite
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
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
linear-algebra matrices matrix-equations
edited Sep 10 at 12:03
mechanodroid
24.7k62245
24.7k62245
asked Sep 10 at 9:08
Good boy
530110
530110
add a comment |Â
add a comment |Â
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]$$
add a comment |Â
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
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
add a comment |Â
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.
add a comment |Â
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]$$
add a comment |Â
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]$$
add a comment |Â
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]$$
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]$$
edited Sep 10 at 12:08
answered Sep 10 at 12:02
mechanodroid
24.7k62245
24.7k62245
add a comment |Â
add a comment |Â
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
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
add a comment |Â
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
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
add a comment |Â
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
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
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
add a comment |Â
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
add a comment |Â
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.
add a comment |Â
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.
add a comment |Â
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.
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.
edited Sep 19 at 18:49
answered Sep 19 at 16:50


Jose Brox
2,4231921
2,4231921
add a comment |Â
add a comment |Â
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
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
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
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
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