Term of the Moment

graphics formats


Look Up Another Term


Definition: mathematical matrix


A rectangular array of numbers in row and column format. The numbers can be integers or floating point. Mathematical matrices are used in linear algebra, physics, engineering, computer graphics and gaming, data science and statistics and artificial intelligence (AI).

For rendering an image on every monitor and display screen, each digital frame is a matrix of pixels. For AI, a neural network is a system built entirely out of matrices and matrix computations. Following is a simple mathematical matrix. See AI secret sauce, integer and floating point.

     [ 0.00   1.00  0.00  1.00 ]
     [ 0.84   0.54  0.01  0.99 ]
     [ 0.91  -0.42  0.02  0.98 ]