Courses
Courses for Kids
Free study material
Offline Centres
More
Store Icon
Store

Row Matrix

Reviewed by:
ffImage
hightlight icon
highlight icon
highlight icon
share icon
copy icon
SearchIcon

An Introduction to the Concept of Row Matrix

A row Matrix is just a mathematical way of representing a list of numbers in horizontal form. We may encounter different sets of data which can be represented in a list or an array form, such as the price of different stationary items or marks got by a student in different subjects and many more. Writing this data in the form of a Row Matrix makes it simple to read and understand the data.

What is Row Matrix?

A Row Matrix is a matrix having a single row. Recall that a Matrix is a rectangular array of numbers or symbols which is used to represent some physical object, having numbers arranged in rows and columns. In mathematical form, A Matrix having m rows and n columns is represented by

A=[aij]m×n

So, a Row Matrix will have only one row and n columns. Hence, a Row Matrix is represented by [a1j]1×nwhere a1jis the (1,j)th entry of the matrix.

Representation and Size

A Row Matrix is written in the form:

[a1j]1×nwhere a1jis the (1,j)th entry of the matrix. The number of entries of the matrix [a1j]1×n is n. The number of entities in a row matrix depends on the number of columns. In other words, the number of entities of a row matrix is equal to the number of columns. A Row Matrix always has only one row. It can have any number of columns. We say that a row Matrix has n columns. So, a Row Matrix is n-dimensional.

Examples of Row Matrix

  • A Row Matrix of order 1×2 is [25].

  • A Row Matrix of size 5 is [2.53.65.12.06.3].

  • Row Matrix containing 3 elements is [604050].

  • Row Matrix of order 1×4 with alternative entries 1 and 0 is [1010].

Practical Uses of Row Matrix

  • While sending a message over a network, the sender device encodes it into a binary format using an array of 0's and 1's in Row Matrix Form. This is known as Cryptography.

  • We can store data such as the Family's total monthly cost using a one-dimensional horizontal matrix, i.e., a Row Matrix.

Properties of Row Matrix

  • Commutativity

  • A+B=B+A

  • Associativity

  • A+(B+C)=(A+B)+C


Operations on Row Matrix

1. Addition of Row Matrices

We can add two row matrices by simply adding their corresponding entries.

This is depicted as:

Given two matrices A=[123] and B=[234], We need to find C=A+B. Implies

C=[123]+[234]=[1+22+33+4]=[357]

So, the addition of two matrices is [357].

Similarly, we can add three matrices together by adding their corresponding entries as:

Given P=[22.531.5], Q=[1.514.255], R=[01.512.5]. We need to find S=P+Q+R. Putting values of P, Q, and R, we get

S=[22.531.5]+[1.514.255]+[01.512.5]

=[2+1.5+02.5+(1)+(1.5)3+(4.25)+11.5+5+(2.5)]

=[3.500.254.0]


2. Subtraction of Row Matrices

We can subtract one matrix from another by subtracting their corresponding ith entries. This is depicted as:

Given two matrices A=[123] andB=[234]. We need to find D=AB. Implies

D=[123][234]=[122334]=[111]

So, the subtraction of second matrix from first is [111].

Similarly, we can subtract two matrices from a given matrix together as:

Given P=[22.531.5], Q=[1.514.255], R=[01.512.5]. We need T=PQR. Putting values of P, Q, and R, we get

S=[22.531.5][1.514.255][01.512.5]=[21.502.5(1)(1.5)3(4.25)11.55(2.5)]=[0.55.06.251.0].

This can also be done as T=P(Q+R).

Put Q+R=M, we get

M=[1.5+01+(1.5)(4.25)+15+(2.5)]=[1.52.53.252.5]

Now,

S=PM=[22.531.5][1.52.53.252.5]=[0.55.06.251.0]


3. Multiplication of Row Matrix by a Scalar

We can multiply a matrix by a scalar as: Given B=[b11b12b13b1n]. Multiplying B by a scalar k, we get kB=k[b11b12b13b1n]

kB=[kb11kb12kb13kb1n].

For example:

A=[213]1×3,k=2,kA=2A=2[213]=[2(2)2(1)2(3)]=[426]


Solved Questions

1. Find the value ofAB+2C, where A=[12],B=[34],C=[12].

Answer:

LetS=AB+2C=[12][34]+2[12]=[12][34]+[24]=[132244]=[46]


2. GivenA=[235],B=[156],M=[425]. Find Matrix C forM=C+3A+2B.

Answer:

Given M=3A+2B+C. Solving for C, we get C=M3A2B. Putting values of A, B, and M, we get

C=[425]3[235]2[156]=[425][6915][21012]=[46+2291051512]=[81732]


Practice Questions

1. If A=[23x], B=[y35] and A = B, then find the value of x and y.

Answer: x = 5, y = 2


2. If A and B two row matrices and AB exist, then find the number of columns of A.

Answer: The number of columns of A is 1.


3. Why does your Word document need to be formatted?

Conclusion

A Row Matrix is a horizontal matrix. It can also be called an array. Two or more Row Matrices can be added or subtracted if the order of both matrices is the same. We can multiply a scalar with a row matrix. Row matrix follows associativity property.

Popular Vedantu Learning Centres Near You
centre-image
Sharjah, Sharjah
location-imgKing Abdul Aziz St - Al Mahatta - Al Qasimia - Sharjah - United Arab Emirates
Visit Centre
centre-image
Abu Dhabi, Abu-Dhabi
location-imgMohammed Al Otaiba Tower - 1401, 14th Floor - opposite to Nissan Showroom West Zone building - Al Danah - Zone 1 - Abu Dhabi - United Arab Emirates
Visit Centre
centre-image
22 No Phatak, Patiala
location-img#2, Guhman Road, Near Punjabi Bagh, 22 No Phatak-Patiala
Visit Centre
centre-image
Chhoti Baradari, Patiala
location-imgVedantu Learning Centre, SCO-144 -145, 1st & 2nd Floor, Chotti Baradari Scheme Improvement Trust, Patiala-147001
Visit Centre
centre-image
Janakpuri, Delhi
location-imgVedantu Learning Centre, A-1/173A, Najafgarh Road, Opposite Metro Pillar 613, Block A1, Janakpuri, New Delhi 110058
Visit Centre
centre-image
Tagore School, Gudha-Gorji
location-imgTagore Public School Todi, Gudha Gorji, Jhunjhunu, Rajasthan 333022
Visit Centre
View More
Competitive Exams after 12th Science

FAQs on Row Matrix

1. What is the condition to multiply two matrices?

The condition is the number of columns of the first matrix is equal to the number of rows of the second matrix. 

2. When is the matrix multiplication commutative?

The matrix multiplication does not follow the commutative property. 


But IA=AI, where I is an identity matrix and A is a square matrix. Matrix multiplication is commutative if a square matrix multiplied with an identity matrix.

3. What is the order of the matrix that is produced by multiplying two matrices with order m×n and n×p?

The number of rows of the product matrix is the number of rows of the first matrix. The number of columns of the product matrix is the number of columns of the second matrix. The order of the product matrix is m×p.