線性代數 ⟩ 向量 ⟩ 運算 ⟩ 內積 ⟩ 矩陣表示法
若將 u⃗,v⃗\vec{u},\vec{v}u,v 表示為行向量 (column vector),則向量內積也可表示為矩陣乘法:
u⋅v⏟dot product=uTv=vTu⏟matrix multiplication=[u1u2u3][v1v2v3]\underbrace{ \mathbf{u}\cdot\mathbf{v} } _{\text{dot product}} = \underbrace{ \mathbf{u}^T\mathbf{v}=\mathbf{v}^T\mathbf{u} } _{\text{matrix multiplication}} = \begin{bmatrix} u_1 & u_2 & u_3 \end{bmatrix} \begin{bmatrix} v_1 \\ v_2 \\ v_3 \end{bmatrix} dot productu⋅v=matrix multiplicationuTv=vTu=[u1u2u3]v1v2v3
射影向量的矩陣表示法
對特定軸的旋轉矩陣
矩陣乘法
Desmos ⟩ 矩陣
GGB ⟩ 矩陣
LaTeX ⟩ decoration
Mathematics for 3D Game Programming & Computer Graphics (2nd Edition, 2004)
Last updated 2 years ago
Was this helpful?