Matrix Definition Math Example 4
Follow the full solution, then compare it with the other examples linked below.
Example 4
mediumIf is a matrix, how many entries does it have? Can you multiply by a matrix?
Solution
- 1 Entries: .
- 2 Multiplication : inner dimensions must match. is and is . Yes, result is .
Answer
12 entries; yes, result is
A matrix has total entries. For multiplication , the number of columns of must equal the number of rows of . The result has dimensions (rows of ) ร (columns of ).
About Matrix Definition
A matrix is a rectangular array of numbers arranged in rows (horizontal) and columns (vertical). An matrix has rows and columns. Each number in the matrix is called an entry or element, identified by its row and column position.
Learn more about Matrix Definition โ