(1)
[math]\left| A\right|=\begin{vmatrix} 1 & 1 & 1 & 1 \\ 1 & 1 & -1 & -1 \\ 1 & -1 & -1 & -1 \\ 1 & -1 & -1 & 1 \end{vmatrix}[/math]
を求める。
この行列式の第1行に2行,3行,4行を加える。
[math]=\begin{vmatrix} 4 & 0 & 0 & 0 \\ 1 & 1 & -1 & -1 \\ 1 & -1 & -1 & -1 \\ 1 & -1 & -1 & 1 \end{vmatrix}[/math]
[math]=4\begin{vmatrix} 1 & -1 & -1 \\ -1 & -1 & -1 \\ -1 & -1 & 1 \end{vmatrix}[/math]
2行に1行を加える。3行に1行を加える。
[math]=4\begin{vmatrix} 1 & -1 & -1 \\ 0 & 0 & -2 \\ 0 & -2 & 0 \end{vmatrix}[/math]
[math]=4\begin{vmatrix} 0 & -2 \\ -2 & 0 \end{vmatrix}=-16[/math]・・・(1)の答え
(2)
[math]\begin{vmatrix} A & A \\ A & -A \end{vmatrix}[/math] を求める。
第2行を第1行に加える。
[math]\begin{vmatrix} A & A \\ A & -A \end{vmatrix}=\begin{vmatrix} 2A & O \\ A & -A \end{vmatrix}[/math]
[math]=\left| 2A\right| \cdot \left| -A\right| =2^{4}\left| A\right| \cdot \left( -1\right) ^{4}\left| A\right| =4096[/math]・・・(2)の答え
(3)
[math]A^{2n}[/math]を求める。
[math]A^{2}=\begin{pmatrix} 1 & 1 & 1 & 1 \\ 1 & 1 & -1 & -1 \\ 1 & -1 & -1 & -1 \\ 1 & -1 & -1 & 1 \end{pmatrix}\begin{pmatrix} 1 & 1 & 1 & 1 \\ 1 & 1 & -1 & -1 \\ 1 & -1 & -1 & -1 \\ 1 & -1 & -1 & 1 \end{pmatrix}=\begin{pmatrix} 4 & 0 & 0 & 0 \\ 0 & 4 & 0 & 0 \\ 0 & 0 & 4 & 0 \\ 0 & 0 & 0 & 4 \end{pmatrix}=4E[/math]
したがって
[math]A^{2n}=4^{n}E[/math] (Eは単位行列)
同じカテゴリー「数検1級の線形代数」の一覧
[math]R^{2}[/math]の基底を[math]a_{1},a_{2}[/math] [math]R^{3}[/math]の基底を[math]b_{1},b_{2},b_{3}[/math] […]
(1)線形写像 f:[math]R^{3}\rightarrow R^{2}[/math]が次の条件をみたすとき、fの定める行列を求めよ。 [math]f\b […]
掃出し法で逆行列を求めると必ず計算ミスをする人は必見 あくまでも掃き出し法でする場合 [math]A=\begin{pmatrix […]
[math]A=\begin{pmatrix} 0 & x \\ -x & o \end{pmatrix}[/math]のときの[math]e^{A}[/math]を求め […]