Open In App

Rectangular Matrix

A rectangular matrix is a matrix that is rectangular in shape. We know that the elements of a matrix are arranged in rows and columns. If the number of rows in a matrix is not equal to the number of columns in it then the matrix is known as a rectangular matrix.

Let us learn more about the rectangular matrix along with definitions, examples, properties, and operations on it.



What is a Rectangular Matrix?

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 rectangle shape. The matrix given below is a rectangular matrix of order “m × n” that has “m” rows and “n” columns. We know that a rectangle is a geometric shape whose length and breadth are different. Similarly, a matrix that has a different number of rows and columns is rectangular, i.e., the number of rows of the matrix is not equal to the number of columns. A matrix “Am×n = [aij]” is said to be a vertical matrix if m>n, i.e., the number of rows is greater than the number of columns. A matrix “Am×n = [aij]” is said to be a horizontal matrix if m<n, i.e., the number of columns is greater than the number of rows. 

 

Examples of a Rectangular Matrix

Some common examples of rectangular matrices of different orders are given below:



Types of Rectangular Matrices

There are two types of Rectangular Matrices which are:

Let’s learn about them in detail.

Row Matrix

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.”

Column matrix

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.”

Addition and Subtraction of Rectangular Matrices

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.

Multiplication of Rectangular Matrices

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, if A and B are two rectangular matrices, the multiplication of the matrices is possible if the orders of the matrices are “m × n” and “n × p” respectively. Then the order of the resultant matrix will be “m × p.” The product of two rectangular matrices may or may not be rectangular.

For example,  is possible as number of columns in the first matrix and the number of rows in the second matrix is equal.

Transpose of a Rectangular Matrix

The transpose of a matrix is obtained by interchanging its rows into columns or columns into rows. If “A” is any matrix of order “m × n,” then its transpose is represented either as A’ or AT. As the given matrix “A” has “m” rows and “n” columns, its transpose will have “n” rows and “m” columns. Have a look at the example given below to understand the transposition of a matrix.

Properties of a Rectangular Matrix

Following are some important properties of a rectangular matrix:

Read More,

Solved Examples on Rectangular Matrix

Example 1: Calculate the transpose of the rectangular matrix given below.

Solution:

The given matrix has 3 rows and 3 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.”

Example 2: Find the sum of the matrices given below.

Solution:

Example 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

Example 4: Find the product of the matrices given below.

Solution:

FAQs on Rectangular Matrix

Question 1: Define a rectangular matrix.

Answer:

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 rectangle shape.

Question 2: What is a row matrix?

Answer:

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.”

Question 3: What is a column matrix?

Answer:

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.”

Question 4: What is meant by the transpose of a matrix?

Answer:

The transpose of a matrix is obtained by interchanging its rows into columns or columns into rows. If “A” is any matrix of order “m × n,” then its transpose is represented either as A’ or AT.


Article Tags :