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, [Tex]\left[\begin{array}{cc} 3 & 4\end{array}\right]_{1\times2} \times\left[\begin{array}{c} -1\\ 5 \end{array}\right]_{2\times1}  [/Tex] is possible as number of columns in the first matrix and the number of rows in the second matrix is equal.

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.

Table of Content

  • What is a Rectangular Matrix?
  • Types of Rectangular Matrices
  • Addition and Subtraction of Rectangular Matrices
  • Multiplication of Rectangular Matrices
  • Transpose of a Rectangular Matrix
  • Properties of a Rectangular Matrix

Similar Reads

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

Types of Rectangular Matrices

There are two types of Rectangular Matrices which are:...

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

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

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

Solved Examples on Rectangular Matrix

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

FAQs on Rectangular Matrix

Define a rectangular matrix....