![]() |
VOOZH | about |
A row matrix, also known as a row vector, is a matrix with a single row and can have any number of columns.
Below is the visual representation of the row matrix:
If the matrix is in the form of 1 x n, where 'n' represents the number of columns, it qualifies as a row matrix. In a row matrix, all the entries are arranged in a single row
The following are some important properties of a row matrix:
We can operate on a row matrix using operations such as:
Any two-row matrices can be added if the order of both matrices is the same. If the orders of both matrices are the same, then the corresponding entries are added.
For example, let
Any two-row matrices can be subtracted if the order of both matrices is the same. If the orders of both matrices are the same, then the corresponding entries are subtracted.
For example, let A =
The multiplication of a row matrix is possible only with a column matrix if and only if the number of rows in the column matrix is equal to the number of columns in the given row matrix.
For example, let P = and
P × Q = [19]1×1
Example 1: Find the transpose of the matrix given below.
Solution:
The matrix given matrix is a row matrix of order "1 × 4." We know that the transpose of a matrix is obtained by interchanging the entries of rows and columns. So, the order of the transpose of the given matrix will be "4 × 1."
Example 2: Find the value of A + 2B, if
Solution:
Example 3: Find the product of the matrices given below.
Solution:
Example 4: Find the value of P − Q, if
Solution: