Matrix1-5

2020-03-26  本文已影响0人  忻恆

permutation matrix:置换矩阵,左乘对行进行置换;右乘对列向量进行置换。

因为, {\rm P}{\rm A} = \left({\rm P}{\rm I}\right){\rm A} ,所以P能使A进行行置换,也能使Identity Matrix 进行行置换。同时,其乘积也可以对A进行行置换。因此,当需要求出对A进行行列置换的Matrix时,其实就是写出被同样置换后的Identity Matrix。

3!:three factorial

Permutation Matrix is orthogonal,Inverse == transpose

上一篇 下一篇

猜你喜欢

热点阅读