1

Let $A \in M_5(\Bbb R)$. If $A = (a_{ij})$, let $A_{ij}$ denote the co-factor of the entry $a_{ij}, 1 ≤ i, j ≤ 5.$ Let $A^*$ denote the matrix whose $(ij)$-th entry is $A_{ij}$, $1 ≤ i, j ≤ 5.$

a. What is the rank of $A^*$ when the rank of $A$ is 5?

b. What is the rank of $A^*$ when the rank of $A$ is 3?

I think answers are $a. = 5$ and $b. = 0$, Sharing the questions...a good one.

User8976
  • 12,637
  • 9
  • 42
  • 107

1 Answers1

1

Claim:

i) $rank(A^*)=n$ if $rank(A)=n$

ii) $rank(A^*)=1$ if $rank(A)=n-1$

iii) $rank(A^*)=0$ if $rank(A)<n-1$

Proof:

i) $det(A^*)\ne0$ since $A^*A=det(A)E$ and $A$ is invertable

ii) there exists $i,j$ such that $A_{ij}\ne0$ since $rank(A)=n-1$, so $rank(A^*)\ge1$

since $rank(A)+rank(A^*)\le n$, $rank(A^*)=1$

iii) $A^*=0$ since $A_{ij}=0$ since $rank(A)<n-1$