线性代数中矩阵和向量的乘积,看成向量的箭头直线在空间上的一次线性变换的结果 [abcd][xy](1) \left[ \begin{matrix} a & b \\ c & d \\ \end{matrix} \right] \left[ \begin{matrix} x \\ y \\ \end{matrix} \right] \tag{1} [acbd][xy](1) 矩阵和矩阵的乘积,看成值xy坐标系的向量在空间中连续两次变换的结果[abcd][efgh](1) \left[ \begin{matrix} a & b \\ c & d \\ \end{matrix} \right] \left[ \begin{matrix} e &f \\ g &h\\ \end{matrix} \right] \tag{1} [acbd][egfh](1) 相关文章: