ForBo7 // Salman Naqvi
  • Home
  • ForBlog
  • Bits and Bobs
  • Dictionary
  • About

Vector

A table of values that has either a single row or a single column. See also matrix.

The order of a vector is row by column.

Below is a \(1 \times 3\) column vector. \[ \begin{bmatrix} 1 \\ 2 \\ 3 \\ \end{bmatrix} \]

Below is a \(3 \times 1\) row vector. \[ \begin{bmatrix} 1 & 2 & 3 \end{bmatrix} \]

Back to top

ForBo7 // Salman Naqvi © 2022–2025 to ∞ and ForBlog™ by Salman Naqvi

Version 2.2.2.0 | Feedback | Website made with Quarto, by me!