Notation for Vector Transpose: \mathbf v

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Niles
Messages
1,834
Reaction score
0

Homework Statement


Hi guys

If I have a vector v, then is it correct notation to write

[tex] \mathbf v = <br /> \left( {\begin{array}{*{20}c}<br /> {v_1 } \\<br /> {v_2 } \\<br /> \end{array}} \right) = (v_1,v_2)^T,[/tex]

where T is the transpose?
 
Physics news on Phys.org
Yes. Although you can write a vector as either a row or a column, the usual convention is to treat the column form as more basic:

[tex]x = \begin{pmatrix} x_1\\ x_2 \end{pmatrix}[/tex]

[tex]x^T = \begin{pmatrix}x_1 & x_2 \end{pmatrix}[/tex]

so that the dot product [itex]\textbf{x} \cdot \textbf{y}[/itex] is usually expressed in matrix form as

[tex]x^T y = \begin{pmatrix}x_1 & x_2 \end{pmatrix} \begin{pmatrix} y_1 \\ y_2 \end{pmatrix}[/tex]