A rectangular array of numbers in row and column format. The numbers can be integers or floating point numbers. Mathematical matrices are used in linear algebra, physics, engineering, computer graphics and gaming, data science and statistics and artifical intelligence (AI).
For rendering an image on every monitor and display screen, each digital frame is a matrix of pixels. For AI, a neural nework is a system built entirely out of matrices and matrix operations. 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 ]