What Is A Matrix?

0
(0)

Simple Definition:

A matrix is a rectangular arrangement of numbers, symbols, or expressions, called elements, in rows and columns. The elements of a matrix can be real numbers, complex numbers, or any other mathematical object. Each element in a matrix has a specific address, called its row and column position.

For example,

[2  3  4]
[1  5  6]

is a matrix with 2 rows and 3 columns.

Very Simple Definition:

A matrix is a table of numbers or symbols arranged in rows and columns.

For example,

1   2   3
4   5   6

is a matrix with 2 rows and 3 columns.

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.