Notation for Vector Transpose: \mathbf v

In summary, the correct notation for a vector v is either v = (v1, v2)^T or v = (v1, v2). The usual convention is to treat the column form as more basic and the dot product can be expressed in matrix form as x^T y.
  • #1
Niles
1,866
0

Homework Statement


Hi guys

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

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

where T is the transpose?
 
Physics news on Phys.org
  • #2
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]
 
  • #3
Thanks!
 

1. What is the notation for vector transpose?

The notation for vector transpose is represented by the symbol \mathbf v. It is commonly used in linear algebra to indicate a row vector being converted to a column vector, or vice versa.

2. How is vector transpose written in mathematical equations?

In mathematical equations, vector transpose is written as \mathbf v^T, where the superscript T represents the transpose operation.

3. What is the purpose of using vector transpose?

The purpose of using vector transpose is to change the orientation of a vector from a row vector to a column vector, or vice versa. This is useful for performing various operations in linear algebra, such as matrix multiplication.

4. Can vector transpose be applied to matrices as well?

Yes, vector transpose can also be applied to matrices. In this case, it involves switching the rows and columns of a matrix, and is denoted by \mathbf A^T for a matrix \mathbf A.

5. How is vector transpose different from vector conjugate?

Vector transpose and vector conjugate are two different operations. Vector conjugate involves taking the complex conjugate of all the elements in a vector, while vector transpose changes the orientation of the vector. In some cases, both operations can be applied to a vector, resulting in a conjugate transpose.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
4
Views
949
  • Classical Physics
Replies
4
Views
913
  • Calculus and Beyond Homework Help
Replies
16
Views
1K
  • Linear and Abstract Algebra
Replies
1
Views
779
  • Linear and Abstract Algebra
Replies
5
Views
1K
  • Linear and Abstract Algebra
Replies
1
Views
817
  • Precalculus Mathematics Homework Help
Replies
3
Views
1K
  • Precalculus Mathematics Homework Help
Replies
4
Views
1K
  • Linear and Abstract Algebra
Replies
1
Views
780
  • Differential Equations
Replies
5
Views
2K
Back
Top