Let $A=[a_{i,j}]\in \mbox{Mat}_n \mathbb{C}$. We define $A^* =[\bar{a_{ji}}]$. Describe $\det(A^*)$ in terms of $\det(A)$.
My work:
Note $A^*$ is hermitic matrix of $n\times n$. this implies elements of the main diagonal of $A^*$ are reals.
Moreover, this matrix $A^*$ is the transposed conjugated of $A$. for example for $A_{2\times 2}$ matrix
$A=\begin{pmatrix} q & a+ib\\ a-ib & k \end{pmatrix}$ with $a,b,q,k\in \mathbb{R}^2$
Then
$A^*=\begin{pmatrix} q & a-ib\\ a+ib & k \end{pmatrix}$
This implies $det(A)=qk-(a+ib)(a-ib)=qk-(a^2-aib+aib-i^2b^2)=qk-a^2+i^2b^2=qk-a^2-b^2$
and
$det(A^*)=qk-(a-ib)(a+ib)=qk-a^2-b^2$
then, $det(A)=det(A^*)$
Here my question:
I think this happen for $A_{n\times n}$ but i don't know why... Can someone help me to solve this?
A matrix $A$ is hermitian if and only if its conjugate transpose $A^*$ is the same as $A$. In this case, obviously, $\det(A)=\det(A^*)$, but this is not generally true.
You can decompose taking the conjugate transpose in two steps: first conjugate each entry, then transpose. Since transposition doesn't change the determinant, you are reduced to find the relationship between $A$ and $$ \overline{A}=\bigl[\,\overline{a_{ij}}\,\bigr] $$ By taking a Laplace expansion and using induction, it should be easy for you to prove that $$ \det(\,\overline{A}\,)=\overline{\det(A)} $$ and so to get the answer to your initial problem.
If you know that the determinant can be expressed as $$ \det(A)=\sum_{\sigma\in S_n} \operatorname{sgn}(\sigma) a_{1,\sigma(1)}a_{2,\sigma(2)}\dotsm a_{n,\sigma(n)} $$ where $S_n$ is the set of permutations on $\{1,2,\dots,n\}$ and $\operatorname{sgn}(\sigma)$ is $1$ or $-1$, according to $\sigma$ being even or odd, then it's just applying the rules of conjugation, because this makes essentially obvious that the determinant of the transpose is the same as the determinant of the matrix.