矩陣乘法

🚧 under construction -> prove 結合律, 矩陣乘法為何如此定義

線代矩陣運算 ⟩ 矩陣乘法

當A為 m×pm\times p 矩陣、B為 p×np\times n 矩陣時,假設 AB=C,則C裡面的元素的計算方式如下圖:

矩陣乘法定義

🔰 定義

相當於「A\mathbf{A}ii 」與「B\mathbf{B}jj 」做內積

🔸 性質

#
🔸 性質
🎖 證明
1

結合律k(AB)=(kA)B=A(kB){\color{orange}k} (\mathbf{AB}) = ({\color{orange}k}\mathbf{A)B} = \mathbf{A} ({\color{orange}k}\mathbf{B})

2

結合律(AB)C=A(BC)\mathbf{(AB)C} = \mathbf{A(BC)}

Last updated

Was this helpful?