1. is Horizontal Matrix ?
`[[1,2,3],[4,5,6]]`
Solution:
A matrix, in which number of rows is less than the number of columns, is called a horizontal matrix.
The number of rows(2) is less than the number of columns(3), So `A` is a horizontal matrix
4. is Horizontal Matrix ?
`[[1,2,3],[4,5,6],[7,8,9]]`
Solution:
A matrix, in which number of rows is less than the number of columns, is called a horizontal matrix.
`A` | = | | `1` | `2` | `3` | | | `4` | `5` | `6` | | | `7` | `8` | `9` | |
|
The number of rows(3) is not less than the number of columns(3), So `A` is not a horizontal matrix
This material is intended as a summary. Use your textbook for detail explanation.
Any bug, improvement, feedback then