#️矩陣符號

線代矩陣 ⟩ 符號

在矩陣的世界中:

  • 矩陣通常用大寫粗體表示,如: A,B,M\mathbf{A}, \mathbf{B}, \mathbf{M}

  • 一般的向量會用小寫粗體表示,並寫成「列向量」,如: u=[123]\mathbf{u}=\begin{bmatrix} 1 \\ 2 \\ 3 \end{bmatrix} , v=[456]\mathbf{v}=\begin{bmatrix} 4 \\ 5 \\ 6 \end{bmatrix}

  • 它們的內積則會寫成這樣: uTv=[123][456]=[32]\mathbf{u}^T\mathbf{v}=\begin{bmatrix} 1 & 2 & 3 \end{bmatrix} \begin{bmatrix} 4 \\ 5 \\ 6 \end{bmatrix} = \begin{bmatrix} 32 \end{bmatrix}

Last updated

Was this helpful?