详细内容或原文请订阅后点击阅览
了解矩阵|第1部分:矩阵矢量乘法
将矩阵乘以向量以及如何在几个特殊矩阵上工作的物理含义。第1部分:矩阵矢量乘法首先出现在数据科学上。
来源:走向数据科学是现代计算机科学和数学各个领域的基本对象,包括但不限于线性代数,机器学习和计算机图形。
代数在当前的四个故事中,我将提出一种解释代数矩阵的方式,以便各种矩阵分析公式的物理含义变得更加清晰。例如,乘以2个矩阵的公式:
矩阵\ [\ [\ begin {qore} c_ {i,j} = \ sum_ {k = 1}^{p} a_ {i,k}*b_ {k,k,j}
或倒置矩阵链的公式:
\ [\ [\ begin {equination}(abc)^{ - 1} = c^{ - 1} b^{ - 1} a^{ - 1} \ end end {equation {equation} \/div>
可能对于我们大多数人来说,当我们首次阅读与矩阵相关的定义和公式时,出现了以下问题:
- what does a matrix actually represent,what is the physical meaning of multiplying a matrix by a vector,why multiplication of 2 matrices is performed by such a non-standard formula,why for multiplication the number of columns of the first matrix must be equal to the number of rows of the second one,what is the meaning of transposing a matrix,why for certain types of matrices, inversion equals to transposition, … and so 在。
在本系列中,我计划提出一种回答大多数列出问题的方法。因此,让我们潜入!
但是在开始之前,以下是我在本系列中使用的几个符号规则: