8

How can the value of $\;\det\left(A^{11}\right)\;$ be calculated from $\;\det(A)$?

Generally how can $\;\det\left(A^n\right)\;$ be obtained from $\;\det(A)$?

Julien
  • 44,791

3 Answers3

13

You simply need to iteratively apply the identity that states that $$\det(AB) = \det(A)\cdot \det(B)$$ $$ \implies \det(AA) = \det (A)\cdot \det(A)\quad\quad\;\,$$ and you arrive at the fact that $$\det(A^n) = \underbrace{\det (A) \cdot \det (A) \cdot \ldots \cdot \det (A)}_{\large n\;\text{times}} = \Big[\det(A)\Big]^n$$

amWhy
  • 209,954
8

We recall that the determinant of an endomorphism $T : V \to V$ is the unique scalar $c$ such that the functored map

$$\bigwedge\nolimits^{\!k} T : \bigwedge\nolimits^{\!k} V \to \bigwedge\nolimits^{\!k} V$$

is multiplication by $c$. Here $k$ is the dimension of $V$. Thus you are asking why if we apply $\bigwedge^k T$ $n$ number of times the resulting map is multiplication by $c^n$. But this is just obvious.

2

${}{}{}{}{}{}{}{}{}{}{}det(A^n) = [det(A)]^n$.

Lord Soth
  • 7,750
  • 20
  • 37