Category:Matrices

From Rosetta Code
Revision as of 18:55, 19 March 2012 by rosettacode>Kernigh (Add a quick example of a matrix.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

In mathematics, a matrix is a rectangular arrangement of scalars. An n × m matrix contains n rows and m columns. This example is a 3 × 4 matrix:

Many computer languages can handle matrices. Tasks in this category create matrices, or do mathematics with matrices.