ForBo7 // Salman Naqvi
  • Home
  • ForBlog
  • Playground
  • 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 © 2023 and ForBlog™ by Salman Naqvi | Site Version 2.2.0.1 | Site Feedback | Website made by me!