Last updated 2 years ago
Was this helpful?
線代 ⟩ 矩陣 ⟩ 行向量、列向量
矩陣的每一列稱為一個「列向量」: (⋮ai1ai2⋯aip⋮)\begin{pmatrix} & & \vdots & \\ \fcolorbox{black}{lightskyblue}{$a_{i1}$} & \fcolorbox{black}{lightskyblue}{$a_{i2}$} & \cdots & \fcolorbox{black}{lightskyblue}{$a_{ip}$} \\ & & \vdots & \end{pmatrix}ai1ai2⋮⋯⋮aip 我們用 Ai∗{\color{orange}\mathbf{A}_{i*}}Ai∗ 代表 [ai1ai2⋯aip]\begin{bmatrix} a_{i1} & a_{i2} & \cdots & a_{ip} \end{bmatrix}[ai1ai2⋯aip]
矩陣的每一行稱為一個「行向量」: (b1jb2j⋯⋮⋯bnj)\begin{pmatrix} & \fcolorbox{black}{yellowgreen}{$b_{1j}$} & \\ & \fcolorbox{black}{yellowgreen}{$b_{2j}$} & \\ \cdots & \vdots & \cdots \\ & \fcolorbox{black}{yellowgreen}{$b_{nj}$} & \end{pmatrix}⋯b1jb2j⋮bnj⋯ 我們用 B∗j{\color{orange}\mathbf{B}_{*j}}B∗j 代表 [b1jb2j⋮bpj]\begin{bmatrix} b_{1j} \\ b_{2j} \\ \vdots \\ b_{pj} \end{bmatrix} b1jb2j⋮bpj
矩陣乘法 ⟩ 行 ⨉ 列
內積
矩陣乘法
Mathematics for 3D Game Programming & Computer Graphics (2nd Edition, 2004)
矩陣乘法 ()
矩陣乘法表格化 ()