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