Category:Matrices: Difference between revisions

Add a quick example of a matrix.
(New page: Category:Mathematical operationsTasks in this category have to do with creation of or math with matrices.)
 
(Add a quick example of a matrix.)
 
(One intermediate revision by one other user not shown)
Line 1:
[[Category:Mathematical operations]]Tasks in this category have to do with creation of or math with matrices.[[Category:Mathematics]]
In mathematics, a [[wp:matrix (mathematics)|matrix]] is a rectangular arrangement of scalars. An ''n'' × ''m'' matrix contains ''n'' rows and ''m'' columns. This example is a 3 × 4 matrix:
 
<math>M = \begin{bmatrix} 2 & 0 & -5 & -1 \\ -3 & -2 & -4 & 7 \\ -1 & -3 & 0 & -6 \end{bmatrix}</math>
 
Many computer languages can handle matrices. Tasks in this category create matrices, or do mathematics with matrices.
Anonymous user