Commit 2022-05-03 14:29 2f38ccb4
View on Github →chore(data/matrix/basic): add lemmas about powers of matrices (#13815) Shows that:
- natural powers commute with
transpose
,conj_transpose
,diagonal
,block_diagonal
, andblock_diagonal'
. - integer powers commute with
transpose
, andconj_transpose
.