What Does Column n-Tuple Mean in Vector Spaces?

  • Thread starter Thread starter vanckzhu
  • Start date Start date
  • Tags Tags
    Column
vanckzhu
Messages
5
Reaction score
0
Yet another silly question from me :/. From an instructor's notes: "Let V = R^n be the vector space of column n-tuples of real numbers." Not quite sure what the "tuple" means. For R^3, would an example be the transpose of (1,2,3)?

Thanks in advance for responding. While we're at it, any recommendations for online resources regarding dual spaces? These notes are a bit confusing.
 
Physics news on Phys.org
Yes, that's exactly what it is. An n-tuple is just a list of n numbers. So a 3-tuple would be something of the form (x,y,z) and a 4-tuple would be something of the form (w,x,y,z).
 
A "column n-tuple" is simply an n-tuple written as a column. A column "3-tuple" would be somthing like
\begin{bmatrix}1 \\ 2 \\ 3\end{bmatrix}
where a row "3-tuple" would be
\begin{bmatrix}1 & 2 & 3\end{bmatrix}.

The distinction is important when working with matrices. If A is an n by n matrix then "Av" is defined for v a column n-tuple while "vA" is define for v a row n-tuple.
 
HallsofIvy said:
A "column n-tuple" is simply an n-tuple written as a column. A column "3-tuple" would be somthing like
\begin{bmatrix}1 \\ 2 \\ 3\end{bmatrix}
where a row "3-tuple" would be
\begin{bmatrix}1 & 2 & 3\end{bmatrix}.

The distinction is important when working with matrices. If A is an n by n matrix then "Av" is defined for v a column n-tuple while "vA" is define for v a row n-tuple.

Thanks for the detailed explanation :).
 

Similar threads

Replies
7
Views
2K
Replies
14
Views
2K
Replies
1
Views
3K
Replies
4
Views
2K
Replies
6
Views
2K
Replies
3
Views
2K
Back
Top