2.1 Matrices

2.1 Matrices
 
A matrix is a rectangular array of numbers enclosed in large brackets.
For example(2031)is a matrix.
  
(A)   Rows, Columns and Order of Matrices
1. A matrix which has m rows and columns is known as a matrix of order m × n.
 


2. A row matrix is a matrix which has only one row.
Example:
(4),          (2    6),      (3    8    5) 1×1        1×2         1×3         Only 1 row     
 
3. A column matrix is a matrix which has only one column.
Example:
(3),           (26),         (579)1×1       2×1           3×1           Only 1 column  
4. A square matrix is a matrix which has equal number of rows and columns.

Example:
(3),         (7025),       (13    9064    13    5)1×1           2×2                 3×3Number of rows = Number of columns

Leave a Comment