Harris Quach
  • Home
  • About
  • Updates
  • Research
  • Software
  • Extended Posts

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

Harris Quach © 2024

  • Github

  • LinkedIn

  • Google Scholar

Version 2.2.1.5 | Feedback | Website made with Quarto