An adjoint matrix $A^*$ is equivalent to the matrix conjugate transpose $A$, but I thought conjugate can only be calculated when there's complex entries. How do I go about calculating the conjugate of a matrix with only real entries, $$A=\begin{bmatrix} 1 & 1 \\ 1 & -1 \\ 0 & 1\end{bmatrix},$$ for example.
2026-04-08 17:37:07.1775669827
adjoint of a matrix with real entries?
1.7k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
The conjugate of a real number is just the number itself. So the adjoint of a real matrix is its transpose. For the example you give, if $$A = \begin{bmatrix}1 & 1 \\ 1 & -1 \\ 0 & 1\end{bmatrix}$$ then $$A^* = \begin{bmatrix}1 & 1 & 0\\ 1 & -1 & 1\end{bmatrix}.$$