This site is supported by donations to The OEIS Foundation.

Vectors

From OeisWiki
(Redirected from Vector)
Jump to navigationJump to search


This article page is a stub, please help by expanding it.


A vector is a linear array of numbers, symbols, or expressions, arranged either in rows (row vectors) or columns (column vectors). (A vector is a tensor of rank 1.) The individual items in a vector are called its elements or entries.

An n vector 𝐕 is commonly written using box brackets (an alternative notation uses large parentheses instead). An n column vector 𝐕 is written

𝐕=[v1v2vn]=(v1v2vn),

while an n row vector 𝐖 is written

𝐖=𝐕T=[v1v2vn]=(v1v2vn),

where 𝐕T is the transpose of 𝐕.

An example of a column vector with 5 entries is

[957119],

while an example of a row vector with 5 entries is

[957119].

See also

[edit]