This commit is contained in:
2018-08-04 13:19:47 +09:00
parent f17db7862b
commit 0f7a39f9a5
7 changed files with 24 additions and 25 deletions

View File

@@ -8,8 +8,8 @@ $m\times n$の複素行列の転置を取り、複素共軛をとった$n\times
$$
\begin{align}
A &=\begin{pmatrix} 1 & -1-i \\ 1+i & i \end{pmatrix} \\
A^_ &=\begin{pmatrix} 1 & 1-i \\ -1+i & -i \end{pmatrix} \\
A^_ &= \bar{A}^T
A^{\_} &=\begin{pmatrix} 1 & 1-i \\ -1+i & -i \end{pmatrix} \\
A^{\_} &= \bar{A}^T
\end{align}
$$