Matrix is a table of numbers. It's created using the syntax below.
# Creates a 5 x 3 matrix Matrix 5 x 3 1 0 0 1 1 0 1 0 1 1 0 0 1 1 1