(1) 行列 $A = \begin{pmatrix} 3 & 1 \\ 2 & 5 \end{pmatrix}$ と行列 $B = \begin{pmatrix} 3 & 1 \\ 4 & 3 \end{pmatrix}$ が与えられている。$E$ は2行2列の単位行列であるとき、次の行列を求める。 ① $AEB$ ② $EAB$ ③ $ABE$ (2) 与えられた行列 $A$ と $B$ について、$AB$ と $BA$ を計算し、$AB=BA$ が成り立つかどうか調べる。 ① $A = \begin{pmatrix} 2 & 0 \\ 0 & 3 \end{pmatrix}, B = \begin{pmatrix} 1 & 2 \\ 2 & 1 \end{pmatrix}$ ② $A = \begin{pmatrix} 2 & 2 \\ -1 & 2 \end{pmatrix}, B = \begin{pmatrix} 3 & 0 \\ 0 & 3 \end{pmatrix}$ ③ $A = \begin{pmatrix} 3 \\ 2 \end{pmatrix}, B = \begin{pmatrix} 1 & 8 \end{pmatrix}$ ④ $A = \begin{pmatrix} 2 & -1 & 5 \\ 4 & -2 & 1 \\ -3 & 8 & -3 \end{pmatrix}, B = \begin{pmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{pmatrix}$

代数学行列行列の積単位行列
2025/7/27

1. 問題の内容

(1) 行列 A=(3125)A = \begin{pmatrix} 3 & 1 \\ 2 & 5 \end{pmatrix} と行列 B=(3143)B = \begin{pmatrix} 3 & 1 \\ 4 & 3 \end{pmatrix} が与えられている。EE は2行2列の単位行列であるとき、次の行列を求める。
AEBAEB
EABEAB
ABEABE
(2) 与えられた行列 AABB について、ABABBABA を計算し、AB=BAAB=BA が成り立つかどうか調べる。
A=(2003),B=(1221)A = \begin{pmatrix} 2 & 0 \\ 0 & 3 \end{pmatrix}, B = \begin{pmatrix} 1 & 2 \\ 2 & 1 \end{pmatrix}
A=(2212),B=(3003)A = \begin{pmatrix} 2 & 2 \\ -1 & 2 \end{pmatrix}, B = \begin{pmatrix} 3 & 0 \\ 0 & 3 \end{pmatrix}
A=(32),B=(18)A = \begin{pmatrix} 3 \\ 2 \end{pmatrix}, B = \begin{pmatrix} 1 & 8 \end{pmatrix}
A=(215421383),B=(100010001)A = \begin{pmatrix} 2 & -1 & 5 \\ 4 & -2 & 1 \\ -3 & 8 & -3 \end{pmatrix}, B = \begin{pmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{pmatrix}

2. 解き方の手順

(1) ① AEBAEB: EE は単位行列なので、AEB=ABAEB = AB となる。
AB=(3125)(3143)=(33+1431+1323+5421+53)=(1362617)AB = \begin{pmatrix} 3 & 1 \\ 2 & 5 \end{pmatrix} \begin{pmatrix} 3 & 1 \\ 4 & 3 \end{pmatrix} = \begin{pmatrix} 3 \cdot 3 + 1 \cdot 4 & 3 \cdot 1 + 1 \cdot 3 \\ 2 \cdot 3 + 5 \cdot 4 & 2 \cdot 1 + 5 \cdot 3 \end{pmatrix} = \begin{pmatrix} 13 & 6 \\ 26 & 17 \end{pmatrix}
EABEAB: EE は単位行列なので、EAB=ABEAB = AB となる。
AB=(3125)(3143)=(33+1431+1323+5421+53)=(1362617)AB = \begin{pmatrix} 3 & 1 \\ 2 & 5 \end{pmatrix} \begin{pmatrix} 3 & 1 \\ 4 & 3 \end{pmatrix} = \begin{pmatrix} 3 \cdot 3 + 1 \cdot 4 & 3 \cdot 1 + 1 \cdot 3 \\ 2 \cdot 3 + 5 \cdot 4 & 2 \cdot 1 + 5 \cdot 3 \end{pmatrix} = \begin{pmatrix} 13 & 6 \\ 26 & 17 \end{pmatrix}
ABEABE: EE は単位行列なので、ABE=ABABE = AB となる。
AB=(3125)(3143)=(33+1431+1323+5421+53)=(1362617)AB = \begin{pmatrix} 3 & 1 \\ 2 & 5 \end{pmatrix} \begin{pmatrix} 3 & 1 \\ 4 & 3 \end{pmatrix} = \begin{pmatrix} 3 \cdot 3 + 1 \cdot 4 & 3 \cdot 1 + 1 \cdot 3 \\ 2 \cdot 3 + 5 \cdot 4 & 2 \cdot 1 + 5 \cdot 3 \end{pmatrix} = \begin{pmatrix} 13 & 6 \\ 26 & 17 \end{pmatrix}
(2) ①
AB=(2003)(1221)=(21+0222+0101+3202+31)=(2463)AB = \begin{pmatrix} 2 & 0 \\ 0 & 3 \end{pmatrix} \begin{pmatrix} 1 & 2 \\ 2 & 1 \end{pmatrix} = \begin{pmatrix} 2 \cdot 1 + 0 \cdot 2 & 2 \cdot 2 + 0 \cdot 1 \\ 0 \cdot 1 + 3 \cdot 2 & 0 \cdot 2 + 3 \cdot 1 \end{pmatrix} = \begin{pmatrix} 2 & 4 \\ 6 & 3 \end{pmatrix}
BA=(1221)(2003)=(12+2010+2322+1020+13)=(2643)BA = \begin{pmatrix} 1 & 2 \\ 2 & 1 \end{pmatrix} \begin{pmatrix} 2 & 0 \\ 0 & 3 \end{pmatrix} = \begin{pmatrix} 1 \cdot 2 + 2 \cdot 0 & 1 \cdot 0 + 2 \cdot 3 \\ 2 \cdot 2 + 1 \cdot 0 & 2 \cdot 0 + 1 \cdot 3 \end{pmatrix} = \begin{pmatrix} 2 & 6 \\ 4 & 3 \end{pmatrix}
ABBAAB \neq BA
AB=(2212)(3003)=(23+2020+2313+2010+23)=(6636)AB = \begin{pmatrix} 2 & 2 \\ -1 & 2 \end{pmatrix} \begin{pmatrix} 3 & 0 \\ 0 & 3 \end{pmatrix} = \begin{pmatrix} 2 \cdot 3 + 2 \cdot 0 & 2 \cdot 0 + 2 \cdot 3 \\ -1 \cdot 3 + 2 \cdot 0 & -1 \cdot 0 + 2 \cdot 3 \end{pmatrix} = \begin{pmatrix} 6 & 6 \\ -3 & 6 \end{pmatrix}
BA=(3003)(2212)=(32+0(1)32+0202+3(1)02+32)=(6636)BA = \begin{pmatrix} 3 & 0 \\ 0 & 3 \end{pmatrix} \begin{pmatrix} 2 & 2 \\ -1 & 2 \end{pmatrix} = \begin{pmatrix} 3 \cdot 2 + 0 \cdot (-1) & 3 \cdot 2 + 0 \cdot 2 \\ 0 \cdot 2 + 3 \cdot (-1) & 0 \cdot 2 + 3 \cdot 2 \end{pmatrix} = \begin{pmatrix} 6 & 6 \\ -3 & 6 \end{pmatrix}
AB=BAAB = BA
AB=(32)(18)=(31382128)=(324216)AB = \begin{pmatrix} 3 \\ 2 \end{pmatrix} \begin{pmatrix} 1 & 8 \end{pmatrix} = \begin{pmatrix} 3 \cdot 1 & 3 \cdot 8 \\ 2 \cdot 1 & 2 \cdot 8 \end{pmatrix} = \begin{pmatrix} 3 & 24 \\ 2 & 16 \end{pmatrix}
BA=(18)(32)=13+82=19BA = \begin{pmatrix} 1 & 8 \end{pmatrix} \begin{pmatrix} 3 \\ 2 \end{pmatrix} = 1 \cdot 3 + 8 \cdot 2 = 19
ABAB2×22 \times 2 行列、BABA はスカラーなので、ABBAAB \neq BA
AB=(215421383)(100010001)=(215421383)AB = \begin{pmatrix} 2 & -1 & 5 \\ 4 & -2 & 1 \\ -3 & 8 & -3 \end{pmatrix} \begin{pmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{pmatrix} = \begin{pmatrix} 2 & -1 & 5 \\ 4 & -2 & 1 \\ -3 & 8 & -3 \end{pmatrix}
BA=(100010001)(215421383)=(215421383)BA = \begin{pmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{pmatrix} \begin{pmatrix} 2 & -1 & 5 \\ 4 & -2 & 1 \\ -3 & 8 & -3 \end{pmatrix} = \begin{pmatrix} 2 & -1 & 5 \\ 4 & -2 & 1 \\ -3 & 8 & -3 \end{pmatrix}
AB=BAAB = BA

3. 最終的な答え

(1)
AEB=(1362617)AEB = \begin{pmatrix} 13 & 6 \\ 26 & 17 \end{pmatrix}
EAB=(1362617)EAB = \begin{pmatrix} 13 & 6 \\ 26 & 17 \end{pmatrix}
ABE=(1362617)ABE = \begin{pmatrix} 13 & 6 \\ 26 & 17 \end{pmatrix}
(2)
ABBAAB \neq BA
AB=BAAB = BA
ABBAAB \neq BA
AB=BAAB = BA

「代数学」の関連問題

問題は、以下の2つの行列の行列式を求めることです。 * 行列 $A_n$: 対角成分が $x$ で、それ以外の成分が $1$ の $n \times n$ 行列。 * 行列 $B_n$: (1...

行列式固有値行列
2025/7/27

与えられた6つの方程式を解きます。

方程式二次方程式三次方程式解の公式有理根定理代数
2025/7/27

## 問題の回答

因数分解平方根有理化式の計算
2025/7/27

一次関数 $y = 2x + 4$ において、$x$ の増加量が $-3$ のときの $y$ の増加量を求める問題です。変化の割合について穴埋め形式で答えます。

一次関数変化の割合傾き増加量
2025/7/27

以下の3つの問題を解きます。 (11) 放物線 $y = -x^2 - 6x + 8$ の頂点の座標を求めます。 (12) 2次不等式 $x^2 + x - 12 \leq 0$ を解きます。 (13...

二次関数平方完成二次不等式因数分解幾何方べきの定理
2025/7/27

与えられた複素数の式 $\frac{|2+5i|^2}{2+5i}$ を計算します。

複素数絶対値計算
2025/7/27

与えられた置換の積を計算し、その結果を巡回置換の積に分解する問題です。具体的には、以下の2つの問題があります。 (1) $\begin{pmatrix} 1 & 2 & 3 \\ 3 & 1 & 2 ...

置換置換の積巡回置換
2025/7/27

与えられた2次関数 $y = 3x^2 - 8x + a$ について、 (5) $a=1$ のときの $y$ の最小値と、そのときの $x$ の値を求める。 (6) $-3 \le x \le 2$ ...

二次関数最大値最小値平方完成放物線
2025/7/27

$n \times n$ の行列式を求めよ。この行列は対角成分が $x$ で、それ以外の成分が $1$ である。ヒントとして、(1,1)成分を $x=1 + (x-1)$ として分解し、多重線形性を用...

行列式行列多重線形性固有値
2025/7/27

一次関数 $y = 2x + 4$ において、$x$ の値が変化したときの変化の割合を求める問題です。$x$ の値が 1 から 2 まで増加した場合と、2 から 4 まで増加した場合について、変化の割...

一次関数変化の割合傾き
2025/7/27