🚧轉置矩陣

🚧 under construction -> 方陣, 可逆矩陣

線代矩陣運算 ⟩ 轉置矩陣 ("transpose")

  1. (1) (Ai)T=(AT)i(\mathbf{A}_{{\color{orange}{i}} *} )^T =\left(\mathbf{A}^T \right)_{*\color{orange}{i}}A\mathbf{A} 的第 ii 轉置後變成「AT{\color{orange}\mathbf{A}^T} 的第 ii 」 (2) (Aj)T=(AT)j(\mathbf{A}_{* {\color{orange}{j}} } )^T =\left(\mathbf{A}^T \right)_{{\color{orange}{j}} *}A\mathbf{A} 的第 jj 轉置後變成「AT{\color{orange}\mathbf{A}^T} 的第 jj

  1. M\mathbf{M}可逆方陣,則:(M1)T=(MT)1\left(\mathbf{M}^{-1}\right)^T = \left(\mathbf{M}^{T}\right)^{-1}

  • 證明: (M1)TMT=(MM1)T=IT=I\left(\mathbf{M}^{-1}\right)^T \mathbf{M}^T = \left(\mathbf{M} \mathbf{M}^{-1}\right)^T = \mathbf{I}^T = \mathbf{I}

  • 相關: 變換法向量

Last updated

Was this helpful?