次の逆行列を求める。ただし、xは0でなく、かつ逆行列をもつような実数とする。
[math]\begin{pmatrix} -1 & 1+x & 1+x^{-1} \\ 1+x^{-1} & -1 & 1+x \\ 1+x & 1+x^{-1} & -1 \end{pmatrix}[/math]
余因子行列を行列式で割って逆行列を求める。
[math]A=\begin{pmatrix} -1 & 1+x & 1+x^{-1} \\ 1+x^{-1} & -1 & 1+x \\ 1+x & 1+x^{-1} & -1 \end{pmatrix}[/math]の逆行列を求める。
[math]\left| A\right|=\begin{vmatrix} -1 & 1+x & 1+x^{-1} \\ 1+x^{-1} & -1 & 1+x \\ 1+x & 1+x^{-1} & -1 \end{vmatrix}[/math]
第2列と第3列を第1列に加える。
[math]=\begin{vmatrix} 1+x+x^{-1} & 1+x & 1+x^{-1} \\ 1+x+x^{-1} & -1 & 1+x \\ 1+x+x^{-1} & 1+x^{-1} & -1 \end{vmatrix}[/math]
[math]=\left( 1+x+x^{-1}\right) \begin{vmatrix} 1 & 1+x & 1+x^{-1} \\ 1 & -1 & 1+x \\ 1 & 1+x^{-1} & -1 \end{vmatrix}[/math]
第2行-第1行 第3行-第1行
[math]=\left( 1+x+x^{-1}\right) \begin{vmatrix} 1 & 1+x & 1+x^{-1}\\ 0 & -2-x & x-x^{-1} \\ 0 & x^{-1}-x & -2-x^{-1} \end{vmatrix}[/math]
[math]=\left( 1+x+x^{-1}\right) \left\{ \left( 2+x\right) \left( 2+x^{-1}\right) +\left( x-x^{-1}\right) ^{2}\right\}[/math]
また,
[math]\left( 2+x\right) \left( 2+x^{-1}\right) +\left( x-x^{-1}\right) ^{2}[/math]
[math]=4+2x^{-1}+2x+1+x^{2}-2+x^{-2}=x^{2}+\dfrac {1}{x^{2}}+2x+2x^{-1}+3[/math]
[math]=\left( x+\dfrac {1}{x}\right) ^{2}-2+2\left( x+\dfrac {1}{x}\right) +3=\left( x+x^{-1}+1\right) ^{2}[/math]
[math]\left| A\right| =\left( x+x^{-1}+1\right) ^{3}[/math]
[math]A^{-1}=\dfrac {1}{\left| A\right| }\begin{pmatrix} \overline {A_{11}} & \overline {A_{21}} & \overline {A_{31}} \\ \overline {A_{21}}& \overline {A_{22}} & \overline {A_{23}} \\ \overline {A_{31}} & \overline {A_{32}} & \overline {A_{33}} \end{pmatrix}[/math]
[math]=\dfrac {1}{\left| A\right| }\begin{pmatrix} \ 1-\left( 1+x\right) \left( 1+x^{-1}\right) & 1+x+\left( 1+x^{-1}\right) ^{2} & \left( 1+x\right) ^{2}+1+x^{-1} \\1+x^{-1}+\left( 1+x\right) ^{2} & 1-\left( 1+x\right) \left( 1+x^{-1}\right) & 1+x+\left( 1+x^{-1}\right) ^{2} \\ \left( 1+x^{-1}\right) ^{2}+1+x & 1+x^{-1}+\left( 1+x\right) ^{2} & 1-\left( 1+x\right) \left( 1+x^{-1}\right) \end{pmatrix}[/math]
[math]=\dfrac {1}{\left| A\right| }\begin{pmatrix} -\left( 1+x+x^{-1}\right) & \left( 1+x+x^{-1}\right) \left( 1+x^{-1}\right) & \left( 1+x+x^{-1}\right) \left( 1+x\right) \\\left( 1+x+x^{-1}\right) \left( 1+x\right) & -\left( 1+x+x^{-1}\right) & \left( 1+x+x^{-1}\right) \left( 1+x^{-1}\right) \\ \left( 1+x+x^{-1}\right) \left( 1+x^{-1}\right) & \left( 1+x+x^{-1}\right) \left( 1+x^{-1}\right) & -\left( 1+x+x^{-1}\right) \end{pmatrix}[/math]
[math]=\dfrac {1}{\left( 1+x+x-1\right) ^{2}}\begin{pmatrix} -1 & \left( 1+x^{-1}\right) \ & 1+x \\ 1+x & -1 & \left( 1+x^{-1}\right) \\\left( 1+x^{-1}\right) & 1+x & -1 \end{pmatrix}[/math]・・・答え
同じカテゴリー「数検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]を求め […]