L3-矩阵的乘法和逆-习题集

linear-algebra

L3-矩阵的乘法和逆-习题集

参考

问题 3.1

比较 AB+ACAB+ACA(B++C)A(B++C)

A=[1234],B=[1000],C=[0056]\begin{aligned} A= \begin{bmatrix} 1& 2\\ 3&4 \end{bmatrix}, B= \begin{bmatrix} 1& 0\\ 0&0 \end{bmatrix}, C= \begin{bmatrix} 0& 0\\ 5&6 \end{bmatrix} \end{aligned}

解答

AB=[1234][1000]=[1030]\begin{aligned} AB= \begin{bmatrix} 1& 2\\ 3&4 \end{bmatrix} \begin{bmatrix} 1& 0\\ 0&0 \end{bmatrix}= \begin{bmatrix} 1&0\\ 3&0 \end{bmatrix} \end{aligned}AC=[1234][0056]=[10122024]\begin{aligned} AC= \begin{bmatrix} 1& 2\\ 3&4 \end{bmatrix} \begin{bmatrix} 0& 0\\ 5&6 \end{bmatrix}= \begin{bmatrix} 10&12\\ 20&24 \end{bmatrix} \end{aligned}AB+AC=[1030]+[10122024]=[11122324]\begin{aligned} AB+AC= \begin{bmatrix} 1&0\\ 3&0 \end{bmatrix} + \begin{bmatrix} 10&12\\ 20&24 \end{bmatrix} \end{aligned}= \begin{bmatrix} 11&12\\ 23&24 \end{bmatrix}B+C=[1000]+[0056]=[1056]\begin{aligned} B+C= \begin{bmatrix} 1& 0\\ 0&0 \end{bmatrix} + \begin{bmatrix} 0& 0\\ 5&6 \end{bmatrix}= \begin{bmatrix} 1&0\\ 5&6 \end{bmatrix} \end{aligned}A(B+C)=[1234][1056]=[11122324]\begin{aligned} A(B+C)= \begin{bmatrix} 1& 2\\ 3&4 \end{bmatrix} \begin{bmatrix} 1&0\\ 5&6 \end{bmatrix}= \begin{bmatrix} 11&12\\ 23&24 \end{bmatrix} \end{aligned}

所以 AB+AC=A(B+C)AB+AC=A(B+C)

问题 3.2

已知 UU1=IUU^{-1}=I 使用 Gauss-Jordan 消元法求解逆矩阵 U1U^{-1}

[1ab01c001][x1x2x3]=[100010001]\begin{aligned} \begin{bmatrix} 1& a& b\\ 0& 1& c\\ 0& 0&1 \end{bmatrix} \begin{bmatrix} \vdots &\vdots &\vdots \\ x_{1}&x_{2} &x_{3} \\ \vdots&\vdots &\vdots \end{bmatrix}= \begin{bmatrix} 1& 0 & 0\\ 0& 1& 0\\ 0& 0&1 \end{bmatrix} \end{aligned}

解答

三个方程组的增广矩阵

[1ab01c001100010001]\left [ \begin{array}{c:c} \begin{matrix} 1& a& b\\ 0& 1& c\\ 0& 0&1 \end{matrix}& \begin{matrix} 1& 0 & 0\\ 0& 1& 0\\ 0& 0&1 \end{matrix} \end{array} \right ]

消元步骤:

  1. 第二行:Row2=Row2+(c)Row3Row2 = Row2+(-c)Row3
[1ab01c001100010001][1ab01000110001c001]\left [ \begin{array}{c:c} \begin{matrix} 1& a& b\\ 0& 1& c\\ 0& 0&1 \end{matrix}& \begin{matrix} 1& 0 & 0\\ 0& 1& 0\\ 0& 0&1 \end{matrix} \end{array} \right ] \Rightarrow \left [ \begin{array}{c:c} \begin{matrix} 1& a& b\\ 0& 1& 0\\ 0& 0&1 \end{matrix}& \begin{matrix} 1& 0 & 0\\ 0& 1& -c\\ 0& 0&1 \end{matrix} \end{array} \right ]
  1. 第一行:Row1=Row1+(a)Row2+(b)Row3Row1=Row1+(-a)Row2+(-b)Row3
[1ab01000110001c001][1ab0100011aacb01c001]\left [ \begin{array}{c:c} \begin{matrix} 1& a& b\\ 0& 1& 0\\ 0& 0&1 \end{matrix}& \begin{matrix} 1& 0 & 0\\ 0& 1& -c\\ 0& 0&1 \end{matrix} \end{array} \right ] \Rightarrow \left [ \begin{array}{c:c} \begin{matrix} 1& a& b\\ 0& 1& 0\\ 0& 0&1 \end{matrix}& \begin{matrix} 1& -a & ac-b\\ 0& 1& -c\\ 0& 0&1 \end{matrix} \end{array} \right ]

所以 U1=[1aacb01c001]U^{-1}=\begin{bmatrix} 1 & -a & ac-b \\ 0 & 1 & -c \\ 0 & 0 & 1 \end{bmatrix}


Copyright © 2024 Ben

Theme BlogiNote

Icons from Icônes