Determinant of a Complex Matrix

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
EngWiPy
Messages
1,361
Reaction score
61
Hi,

Is det(A*)=(det(A))*, and why? Here ()* means complex conjugate only, and A is a complex matrix.

Thanks in advance
 
Physics news on Phys.org
Yes. The determinant is a polynomial with real coefficients of the entries in A, and for any polynomial p in n variables with real coefficients, p(x_1*, x_2*, ... , x_n*) = p(x_1, x_2, ... , x_n)*.
 
Citan Uzuki said:
Yes. The determinant is a polynomial with real coefficients of the entries in A, and for any polynomial p in n variables with real coefficients, p(x_1*, x_2*, ... , x_n*) = p(x_1, x_2, ... , x_n)*.

Ok I see. Thanks a lot

Regards