跳到主要内容

早稲田大学 創造理工学研究科 経営システム工学専攻 2013年8月実施 线性代数

Author

思齐塾, 祭音Myyura

Description

正方行列(square matrix) PP は、次のように分割(partition)できるものとする。

P=(P11P120P22)P = \begin{pmatrix} P_{11} & P_{12} \\ 0 & P_{22} \end{pmatrix}

ただし、 P11,P22P_{11}, P_{22} は正方行列とする。もし、 P11,P22P_{11}, P_{22} が正則(nonsingular)ならば、 PP も正則であってその逆行列は次のように表されることを示せ

P1=(P111P111P12P2210P221)P^{-1} = \begin{pmatrix} P_{11}^{-1} & -P_{11}^{-1}P_{12}P_{22}^{-1} \\ 0 & P_{22}^{-1} \end{pmatrix}

题目描述

设方阵 PP 可分块为

P=(P11P120P22),P=\begin{pmatrix} P_{11}&P_{12}\\ 0&P_{22} \end{pmatrix},

其中 P11P_{11}P22P_{22} 均为方阵。证明:若 P11P_{11}P22P_{22} 可逆,则 PP 也可逆,且

P1=(P111P111P12P2210P221).P^{-1}= \begin{pmatrix} P_{11}^{-1}&-P_{11}^{-1}P_{12}P_{22}^{-1}\\ 0&P_{22}^{-1} \end{pmatrix}.

Kai

To prove that if P11P_{11} and P22P_{22} are nonsingular, then PP is nonsingular and its inverse is given by the formula above, we can verify that PP1=IP P^{-1} = I and P1P=IP^{-1} P = I , where II is the identity matrix.

First, let's calculate PP1P P^{-1} :

PP1=(P11P120P22)(P111P111P12P2210P221)P P^{-1} = \begin{pmatrix} P_{11} & P_{12} \\ 0 & P_{22} \end{pmatrix} \begin{pmatrix} P_{11}^{-1} & -P_{11}^{-1}P_{12}P_{22}^{-1} \\ 0 & P_{22}^{-1} \end{pmatrix}
=(P11P111+P12(0)P11(P111P12P221)+P12P2210P111+P22(0)0(P111P12P221)+P22P221)= \begin{pmatrix} P_{11}P_{11}^{-1} + P_{12}(0) & P_{11}(-P_{11}^{-1}P_{12}P_{22}^{-1}) + P_{12}P_{22}^{-1} \\ 0P_{11}^{-1} + P_{22}(0) & 0(-P_{11}^{-1}P_{12}P_{22}^{-1}) + P_{22}P_{22}^{-1} \end{pmatrix}
=(IP12P221+P12P2210I)=(I00I)=I= \begin{pmatrix} I & -P_{12}P_{22}^{-1} + P_{12}P_{22}^{-1} \\ 0 & I \end{pmatrix} = \begin{pmatrix} I & 0 \\ 0 & I \end{pmatrix} = I

Now, let's calculate P1PP^{-1} P :

P1P=(P111P111P12P2210P221)(P11P120P22)P^{-1} P = \begin{pmatrix} P_{11}^{-1} & -P_{11}^{-1}P_{12}P_{22}^{-1} \\ 0 & P_{22}^{-1} \end{pmatrix} \begin{pmatrix} P_{11} & P_{12} \\ 0 & P_{22} \end{pmatrix}
=(P111P11+(P111P12P221)(0)P111P12+(P111P12P221)P220P11+P221(0)0P12+P221P22)= \begin{pmatrix} P_{11}^{-1}P_{11} + (-P_{11}^{-1}P_{12}P_{22}^{-1})(0) & P_{11}^{-1}P_{12} + (-P_{11}^{-1}P_{12}P_{22}^{-1})P_{22} \\ 0P_{11} + P_{22}^{-1}(0) & 0P_{12} + P_{22}^{-1}P_{22} \end{pmatrix}
=(IP111P12P111P120I)=(I00I)=I= \begin{pmatrix} I & P_{11}^{-1}P_{12} - P_{11}^{-1}P_{12} \\ 0 & I \end{pmatrix} = \begin{pmatrix} I & 0 \\ 0 & I \end{pmatrix} = I

Since PP1=IP P^{-1} = I and P1P=IP^{-1} P = I , P1P^{-1} is indeed the inverse of PP .