![]() |
VOOZH | about |
A rectangular matrix is defined as a matrix that doesn't have an equal number of rows and columns. It is one of the types of matrices where the arrangement of elements is in a rectangular shape. The matrix given below is a rectangular matrix of order "m × n" that has "m" rows and "n" columns.
👁 rectangular_matrixSome common examples of rectangular matrices of different orders are given below:
There are two types of Rectangular Matrices which are:
A row matrix is defined as a matrix that has only one row. A matrix "A = [aij]" is said to be a row matrix if the order of the matrix is "1 × n."
A column matrix is defined as a matrix that has only one column. The matrix "A = [aij]" is said to be a column matrix if the order of the matrix is "m × 1."
Two or more rectangular matrices can be added or subtracted when all the matrices are of the same order.
For Example:
is not possible as the order of two matrices is different.
is possible as the order of two matrices is the same.
The multiplication of any two rectangular matrices is possible if and only if the number of columns in the first matrix and the number of rows in the second matrix are equal.
For example, is possible as number of columns in the first matrix and the number of rows in the second matrix is equal.
The transpose of a matrix is obtained by interchanging its rows into columns or columns into rows.
Following are some important properties of a rectangular matrix:
Question 1: Calculate the transpose of the rectangular matrix given below.
Solution:
The given matrix has 3 rows and 4 columns, i.e., its order is "3 × 4." We know that the transpose of a matrix is obtained by interchanging its rows into columns. So, the resultant matrix will have 4 rows and 3 columns, i.e., its order is "4 × 3."
Question 2: Find the sum of the matrices given below.
Solution:
Question 3: Determine whether the matrices given below are rectangular or not.
Solution:
- The given matrix A has 2 rows and 3 columns, i.e., the number of rows is not equal to the number of columns. Hence the given matrix is a rectangular
- The given matrix B has 3 rows and 3 columns, i.e., the number of rows is equal to the number of columns. Hence the given matrix is not a rectangular
Question 4: Find the product of the matrices given below.
Solution:
Question 1: Check whether the given matrix is rectangular or not. If it is, find its transpose.
Question 2: Find the product of the matrices given below.