Kronecker product 的基本运算

结合律

\begin{equation}

\mathrm{A} \otimes (\mathrm{B + C}) = \mathrm{A} \otimes \mathrm{B} + \mathrm{A}\otimes \mathrm{C}

\end{equation}

\begin{equation}

(\mathrm{A} + \mathrm{B} ) \otimes \mathrm{C} = \mathrm{A} \otimes \mathrm{C} + \mathrm{B} \otimes \mathrm{C}

\end{equation}

转置运算

\begin{equation}

(\mathrm{A} \otimes \mathrm{B})^{T} = \mathrm{A}^{T} \otimes \mathrm{B}^{T}

\end{equation}

分配率

\begin{equation}

(\mathrm{A} \otimes \mathrm{B})(\mathrm{C} \otimes \mathrm{D}) = \mathrm{AC} \otimes \mathrm{BD}

\end{equation}

逆运算

\begin{equation}

(\mathrm{A} \otimes \mathrm{B})^{-1} = \mathrm{A}^{-1} \otimes \mathrm{B}^{-1}

\end{equation}

Det运算:

\begin{equation}

\left|\mathbf{I}_{T} \otimes \Sigma\right|=|\Sigma|^{T}

\end{equation}

与vector相结合

参考论文:Large Bayesian Vector Autoregressions

\[ \begin{align}
\operatorname{vec}(\mathbf{B C D}) &=\left(\mathbf{D}^{\prime} \otimes \mathbf{B}\right) \operatorname{vec}(\mathbf{C}) \\
\operatorname{tr}\left(\mathbf{B}^{\prime} \mathbf{C}\right) &=\operatorname{vec}(\mathbf{B})^{\prime} \operatorname{vec}(\mathbf{C}), \\
\operatorname{tr}(\mathbf{B C D}) &=\operatorname{tr}(\mathbf{C D B})=\operatorname{tr}(\mathbf{D B C}),
\end{align} \]

最新文章

  1. BZOJ1030——文本生成器
  2. WCF使用泛型方法的问题
  3. web工程 所需是jar包总结
  4. 细雨学习笔记:Jmeter集合点
  5. HttpRuntime.Cache 失效
  6. web自动化框架之一介绍与环境搭建(Selenium+Eclipse+Python)
  7. 用POP动画引擎实现弹簧动画(POPSpringAnimation)
  8. hdoj 3065 病毒侵袭持续中(AC自动机)
  9. Mongodb以及rockmongo安装
  10. Java实现归并排序和快速排序
  11. IDEA+Tomcat+Maven+SpringMVC基于Java注解配置web工程
  12. 11_vim
  13. Zabbix-2--安装--LAMP/LNMP详细总结
  14. 软件架构设计学习总结(19):详解分布式系统中的session同步问题
  15. Java SPI机制原理和使用场景
  16. JAVA Swing开发单机版项目
  17. YARN的重启动问题:RM Restart/RM HA/Timeline Server/NM Restart
  18. Redis的LRU机制(转)
  19. HANA Architecture
  20. 清北刷题冲刺 11-03 p.m

热门文章

  1. jQuery中的文档操作处理(五):append()、prepend()、after()、before()、wrap()、wrapAll()、wrapInner()、clone()等
  2. 给MediaWiki增加看板娘
  3. springgateway
  4. 存储系统管理(二)——Linux系统的swap分区、磁盘加密、磁盘阵列
  5. 搭建私服仓库:(一)Windows安装Nuxus
  6. Photoshop 批量修改图像大小
  7. Mybatis-plus<一> Springboot框架使用MybatisPlus代码自动生成器
  8. python使用UTF-8写入CSV中文乱码
  9. Python - 执行顺序、执行入口
  10. IDE集成管理Tomcat的基本原理