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

Matrix

A table of values. See also vector

The order of a matrix is row by column.

Below is \(3 \times 2\) matrix. \[ \begin{bmatrix} 1 & 2 \\ 3 & 4 \\ 5 & 6 \\ \end{bmatrix} \]

Below is \(2 \times 3\) matrix. \[ \begin{bmatrix} 1 & 2 & 3 \\ 4 & 5 & 6 \\ \] \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!