Javatpoint Logo
Javatpoint Logo

Row matrix in Discrete mathematics

A matrix will be known as a row matrix if it contains only one row. But there can be more than one element in the column in case of a row matrix. With the help of order 1∗n, we can indicate the order of row matrix. Here 1 is used to indicate the number of rows, and n is the number of columns. In any matrix, the rows and columns are used to contain the elements. We can indicate the row elements with the help of horizontal arrangement. Suppose there is a matrix B = [bij], which contains an order 1∗n. The row matrix will be indicated as follows:

[bij]1∗n is a row matrix

For example:

X = [4 6]1∗2

Y = [x y z]1∗3

Z = [4 6 1 9]1∗4

In this section, we will learn about row matrices, their definition, properties, operations, and examples of row matrices.

What is Row matrix

A row matrix is a type of matrix in which all the elements are arranged in a single row. That means in a row matrix, there can be more than one column but only a single row. Suppose there is a matrix m∗n where m is used to indicate the number of rows and n is used to indicate the number of columns. In this order, if m = 1, then this type of matrix will be known as the row matrix. Thus, we can form a row matrix with the help of a horizontal line of elements.

A row matrix can be described as a rectangular array of elements that are arranged in the form of a horizontal line. In the following way, we can indicate the general representation of the row matrix:

Row matrix, A = [b11 b12 b13 b14 .... b1n]1∗n

In other words, we can write it in the following way:

Row matrix = [bij]1∗n

We cannot define the determinant of row matrix because the row matrix is not a square matrix. If the order of a matrix is 1∗1, that means the number of rows and columns is 1, only then we can find the determinant of a row matrix. We cannot define the determinant of a row matrix if there is an order 1∗n where the value of n is greater than 1. Now we will show some examples so that we can better understand the concept of a row matrix.

Properties of Row matrix

We can deeply understand the concept of a row matrix with the help of some properties, which are described as follows:

  • A row matrix is used to contain only one row.
  • A row matrix has the ability to contain numerous columns.
  • The number of elements in a row matrix and the number of columns in the matrix are similar to each other.
  • A row matrix is also known as a rectangular matrix.
  • When we do the transpose of a row matrix, then we will get the column matrix as a result.
  • We can multiply the row matrix only with the help of column matrix.
  • We will get a singleton matrix if we multiply a column matrix and a row matrix.

Operations on Row matrix

In the field of discrete mathematics, there are various kinds of operations that can be performed on a row matrix, i.e., multiplication, subtraction, addition, and division. While performing the addition and subtraction operation, we can take any other matrix to do that. If there is a row matrix, then we can perform addition and subtraction operations only on any other row matrix. For the addition or subtraction operation on row matrices, the order of these matrices must be the same. The example of addition of row matrices is described as follows:

A = [4 -7 1 2], B = [3 9 5 2]

A+B = [4+3 (-7)+9 1+5 2+2] = [7 2 6 4]

The example of subtraction of row matrices is described as follows:

A = [5 8 3 1], B = [3 2 7 9]

A-B = [5-3 8-2 3-7 1-9] = [2 6 -4 -8]

With the help of a column matrix, we will be able to do the multiplication of a row matrix. For matrix multiplication, we have to satisfy its condition, i.e., the number of columns in the 1st matrix and the number of rows in the 2nd matrix must be similar to each other. That means in case of multiplication operation, the number of columns in the row matrix and the number of rows in the column matrix must be similar to each other. An example of the multiplication of two rectangular matrices is described as follows:

Row matrix in Discrete mathematics
A∗B = [4∗6 + 3∗5 + 6∗4 + (-15)∗2] = [24 + 15 + 24 - 30] = [33]

When we do the multiplication of a row matrix with the help of a column matrix, then the generated result will be a singleton matrix. If we want to do the inverse of row matrix, then it will not be possible, and because of this reason, we cannot use the row matrix for division operation. That means the row matrix can be performed on addition, subtraction, and multiplication but not on division.

Examples of row matrix on the basis of order

Here we will show the row matrices with different orders, which are described as follows:

Example 1: In this example, we will show a row matrix with an order 1∗1, which is described as follows:

A = [7]1∗1

In this matrix, we can see that there is only 1 element, which is arranged in the form of 1 row and 1 column. In the matrix A = [7], the determinant is 7.

Example 2: In this example, we will show a row matrix with an order 1∗2, which is described as follows:

A = [3 7]1∗2

In this matrix, we can see that there are 2 elements, which are arranged in the form of 1 row and 2 columns. Hence we can say that it is a row matrix.

Example 3: In this example, we will show a row matrix with an order 1∗3, which is described as follows:

A = [4 6 8]1∗3

In this matrix, we can see that there are 3 elements, which are arranged in the form of 1 row and 3 columns.

Example 4: In this example, we will show a row matrix with an order 1∗4, which is described as follows:

A = [2 5 6 9]1∗4

In this matrix, we can see that there are 4 elements, which are arranged in the form of 1 row and 4 columns.

Example 5: In this example, we will show a row matrix with an order 1∗5, which is described as follows:

A = [1 4 7 8 3]1∗5

In this matrix, we can see that there are 5 elements, which are arranged in the form of 1 row and 5 columns.

Example 6: In this example, we will show a row matrix with an order 1∗6, which is described as follows:

A = [5 6 3 9 1 4]1∗6

In this matrix, we can see that there are 6 elements, which are arranged in the form of 1 row and 6 columns.

All the above examples are known as row matrices because all the elements of these matrices are arranged in a single row but in more than one column.

Examples of Row matrices

There are a lot of examples of row matrices, and some of them are described as follows:

Example 1: In this example, we have a row matrix, and we have to transpose that matrix. The row matrix is described as follows:

[3 4 1]

Solution: From the question, we have a row matrix A where

A = [3 4 1]

We can perform the transpose of the row matrix by writing all the elements of the row matrix in the form of column elements.

Row matrix in Discrete mathematics

Hence, a column matrix is the transpose of the row matrix.

Example 2: In this example, we have a row matrix [1 2 -1] and a column matrix, and we have to do the multiplication of both matrices. The column matrix is described as follows:

Row matrix in Discrete mathematics

Solution: From the question, we have a row matrix and column matrix like this:

Row matrix in Discrete mathematics

The multiplication of row matrix and column matrix is described as follows:

Row matrix in Discrete mathematics

Therefore, the multiplication of row matrix and the column matrix is a singleton matrix.

Important Points

There are a lot of points that we should keep in mind while learning the concept of row matrix, which are described as follows:

  • A matrix can be defined as a row matrix if all the elements of the matrix are arranged in the form of a single row.
  • A row matrix is used to contain only a single row, but it can have more than one column.
  • A row matrix can be indicated by the order 1∗n.
  • A row matrix can be described as a rectangular array of elements, and a horizontal manner is used to arrange all the elements of the row matrix.
  • We can use the following expression to show the row matrix in the form of mathematics:
  • A = [a11 a12 a13 .... a1n]1∗n
  • We will get a column matrix as a result of the transposition of a row matrix.
  • If there are two-row matrices that have the same order, only then it will be possible to do the addition and subtraction of those matrices.
  • With the help of a column matrix, we can perform the multiplication of a row matrix.
  • When we do the multiplication of both matrices, i.e., row matrix, and column matrix, then we will get a singleton matrix as a result.
  • We cannot do the inverse of the row matrix, and because of this, we cannot perform the division operation on the row matrix.






Youtube For Videos Join Our Youtube Channel: Join Now

Feedback


Help Others, Please Share

facebook twitter pinterest

Learn Latest Tutorials


Preparation


Trending Technologies


B.Tech / MCA