Mathematics Exam  >  Mathematics Notes  >  Algebra  >  Operation on Matrices

Operation on Matrices | Algebra - Mathematics PDF Download

Addition of Matrices
One of the basic operations that can be performed on matrices is the addition operation. Just as we add two or more integers, two or more matrices can also be added in a similar fashion. This is known as Addition of Matrices. Let’s learn about it in more detail.

Matrix addition is the operation of adding two or matrices by adding the corresponding entry of each matrix together.

Operation on Matrices | Algebra - Mathematics

The most important rule to know is that when adding two or more matrices, first make sure the matrices have the same dimensions. In order words, you can add a 2 x 3 with a 2 x 3 or a 2 x 2 with a 2 x 2. However, you cannot add a 3 x 2 with a 2 x 3 or a 2 x 2 with a 3 x 3. For example, the addition of two given matrices with dimension 2 × 2,

Operation on Matrices | Algebra - Mathematics

Properties of Matrix Addition

1. Commutative Law
If A = [aij], B = [bij] are matrices of the same order, say m × n, then A + B = B + A.

2. Associative Law
For any three matrices A = [aij], B = [bij], C = [cij] of the same order, say m × n, (A + B) + C = A + (B + C).

3. Existence of Additive Identity
Let A = [aij] be an m × n matrix and O be an m × n zero matrix, then A + O = O + A = A. In other words, O is the additive identity for matrix addition.

4. Existence of Additive Inverse
Let A = [aij]m×n be any matrix, then we have another matrix as – A = [–aij]m×n such that A + (–A) = (–A) + A= O. So – A is the additive inverse of A or negative of A.

Solved Examples on Addition of Matrices
Question: Assume X, Y, Z, W and P are matrices of order 2 × n, 3 × k, 2 × p, n × 3, and p × k respectively. The restriction on n, k and p so that PY + WY will be defined are:

  1. k = 3, p = n
  2. k is arbitrary, p = 2
  3. p is arbitrary, k = 3
  4. k = 2, p = 3

Solution: In this, the order of P = p × k, Order of W = n × 3, Order of Y = 3 × k. Thus, the order of PY = p×k, when k = 3. And the order of WY = p × k, where p = n Thus option (A) is correct.
Question: If the sum of the matrices [x, x, y], [y, y, z] and [z, 0, 0] is the matrix [10, 5, 5], then what is the value of y?

  1. -5
  2. 0
  3. 5
  4. 10

Solution: [x, x, y] + [y, y, z] + [z, 0, 0] = [10, 5, 5]. Therefore x + y + z = 10, x +y = 5, y + z = 5 replacing x +y = 5 in x + y + z = 10. We have, z = 5, Also y + z = 5, Therefore y = 5 – z = 0. Thus option B is correct.

Scalar Multiplication of Matrices
Just as two or more real numbers or two or more matrices can be multiplied, did you know that it is possible to multiply a real number with a matrix or vice-versa? Multiplication of matrices generally falls into two categories, Scalar Matrix Multiplication, in which a single real number is multiplied with every other element of the matrix and Vector Matrix Multiplication wherein an entire matrix is multiplied by another one. In this topic, we will learn about the scalar multiplication of a matrix.

What is Scalar Multiplication of Matrices?
Let’s understand the method with an example. Fatima has doubled the production at a factory A in all categories. Previously quantities (in standard units) produced by factory A were

Operation on Matrices | Algebra - Mathematics

Revised quantities produced by factory A are as given below:

Operation on Matrices | Algebra - Mathematics

his can be represented in the matrix form as

Operation on Matrices | Algebra - Mathematics

We observe that the new matrix is obtained by multiplying each element of the previous matrix by 2. In general, we may define multiplication of a matrix by a scalar as follows:

If A = [aij]m × n is a matrix and k is a scalar, then kA is another matrix which is obtained by multiplying each element of A by the scalar k. In other words, kA = k [aij]m×n = [k (aij)]m×n, that is, (i, j)th element of kA is kaij for all possible values of i and j.

Operation on Matrices | Algebra - Mathematics

Scalars and Scalar Multiplication
When we work with matrices, we refer to real numbers as scalars. The term scalar multiplication refers to the product of a real number and a matrix. In scalar multiplication, each entry in the matrix is multiplied by the given scalar. For example, given that
Operation on Matrices | Algebra - Mathematics

let’s find 2A

Operation on Matrices | Algebra - Mathematics

Properties of Scalar Multiplication of a Matrix

If A = [aij] and B = [bij] be two matrices of the same order, say m × n, and k and l are scalars, then

  • k(A + B) = kA + kB,
    (k + l)A = kA + lA
  • k (A + B) = k ([aij] + [bij])
    = k[aij + bij] = [k(aij + bij)] = [(kaij) + (kbij)]
    = [kaij] + [kbij] = k[aij] + k[bij] = kA + kB
  • (k + l)A = (k + l)[aij]
    = [(k + l)aij] + [kaij] + [laij] = k[aij] + l[aij] = kA + lA

Solved Examples For You
Question: For a matrix A : α(βA) = ? ( Where α and β are real numbers)

  1. (αβ)A
  2. β(aA)
  3. α2A
  4. β2A

Solution: Option A or Option B. α and β both are simply the scalars.
Question:

Operation on Matrices | Algebra - Mathematics

A + B = 2I, Find B.

Operation on Matrices | Algebra - Mathematics

Solution: A + B = 2I. Therefore,

Operation on Matrices | Algebra - Mathematics

Or,

Operation on Matrices | Algebra - Mathematics

So,

Operation on Matrices | Algebra - Mathematics

Or,

Operation on Matrices | Algebra - Mathematics

Multiplication of Matrices
Just as two or more real numbers can be multiplied, it is possible to multiply two or more matrices too. Multiplication of matrices generally falls into two categories, Scalar Matrix Multiplication, in which a single number is multiplied with every other element of the matrix and Vector Matrix Multiplication wherein an entire matrix is multiplied by another one.

Definition
The product of two matrices A and B is defined if the number of columns of A is equal to the number of rows of B. Let A = [aij] be an m × n matrix and B = [bjk] be an n × p matrix. Then the product of the matrices A and B is the matrix C of order m × p. To get the (i, k)th element c of the matrix C, we take the ith row of A and kth column of B, multiply them element-wise and take the sum of all these products.

In other words, if A = [aij]m×n , B = [bjk]n×p , then the ith row of A = [ai1 ai2 …ain ] and the kth column of

Operation on Matrices | Algebra - Mathematics

then, c = ai1b1k + ai2b2k + ai3b3k + … + ainbnk = ∑aijbjk. The matrix C = Σ[cik]m×p is the product of A and B.

When Do We Do Multiplication?
When the number of columns of the 1st matrix must equal the number of rows of the 2nd matrix. In other words, To multiply an m×n matrix by an n×p matrix, the ns must be the same, and the result is an m×p matrix.

(m×n) × (n×p) → m×p

Matrix Multiplication
Whenever we multiply a matrix by another one we need to find out the “dot product” of rows of the first matrix and columns of the second. Now, what does that mean? Let us see an example below:

Operation on Matrices | Algebra - Mathematics

The dot product is where we multiply matching members, then sum them up:

(1, 2, 3) . (7, 9, 11) = 1×7 + 2×9 + 3×11 = 58

We match the 1st members (1 and 7), multiply them, likewise for the 2nd members (2 and 9) and the 3rd members (3 and 11), and finally sum them up.

If we multiply a 2×3 matrix with a 3×1 matrix, the product matrix is 2×1

Operation on Matrices | Algebra - Mathematics

Here is how we get M11 and M12 in the product.
M11 = r11× t11  +  r12× t21  +   r13×t31

M12 = r21× t11  +  r22× t21  +  r23×t31

Properties of Matrix Multiplication

1) Associative Law
The assosiative law for any three matrices A, B and C, we have(AB) C = A (BC), whenever both sides of the equality are defined. Example:

Operation on Matrices | Algebra - Mathematics

Operation on Matrices | Algebra - Mathematics

2) Distributive Law
The distributive law for three matrices A, B and C.

  1. A (B + C) =AB + AC
  2. (A + B)  C = AC + BC, whenever both sides of equality are defined.

Example: (i)

Operation on Matrices | Algebra - Mathematics

Operation on Matrices | Algebra - Mathematics

Similarly, (ii) can also be proved.

3) Existence of Multiplicative Identity

The existence of multiplicative identity for every square matrix A, there exists an identity matrix of same order such that   IA = AI = A. Example:

Operation on Matrices | Algebra - Mathematics

Solved Examples For You

Question:

Operation on Matrices | Algebra - Mathematics

I is the unit matrix of order 2 and a,b are arbitrary constants then (aI + bA)2 is equal to

  1. a2I + abA
  2. a2I + 2abA
  3. I2a + b2A
  4. None of these

Solution:

Operation on Matrices | Algebra - Mathematics

⇒ A2 = 0

Now, consider (aI + bA)2 = (aI + bA) (aI + bA)
=a2I + abIA + baAI + b2A2
=a2I + 2abA (∵A2 = O, ab = ba for  real  numbers)

Therefore, the answer is option B

Transpose of a Matrix
What if two matrices have the same set of elements? Will they be necessarily considered equal? Certainly not! This is because their order may be different. Transpose is a matrix formed by swapping the rows into columns and vice-versa. Sounds interesting right? Let’s learn about it in further more detail.

Definition
The new matrix obtained by interchanging the rows and columns of the original matrix is called as the transpose of the matrix. If A = [aij] be an m × n matrix, then the matrix obtained by interchanging the rows and columns of A would be the transpose of A. of It is denoted by A′or (AT). In other words, if A = [aij]mxn ,thenA′ = [aji]nxm . For example,

Operation on Matrices | Algebra - Mathematics

Properties

1) Transpose of Transpose of a Matrix

The transpose of the transpose of a matrix is the matrix itself: (AT)T = A. For example,

Operation on Matrices | Algebra - Mathematics

Verify that (AT)T = A. It is determined as shown below:

Operation on Matrices | Algebra - Mathematics

Therefore,

Operation on Matrices | Algebra - Mathematics

2) Transpose of a Scalar Multiple
The transpose of a matrix times a scalar (k) is equal to the constant times the transpose of the matrix: (kA)T = kAT For example,

Operation on Matrices | Algebra - Mathematics

and k = 2. Verify that (kA)T = kAT
Solution: LHS = (kA)T

Operation on Matrices | Algebra - Mathematics

RHS = kAT

Operation on Matrices | Algebra - Mathematics

Therefore LHS = RHS. Hence, (kA)T = kAT

3) Transpose of a Sum
The transpose of the sum of two matrices is equivalent to the sum of their transposes: (A + B)T = AT + BT. For example:

Operation on Matrices | Algebra - Mathematics

verify that (A ± B)T = AT ± BT.

Operation on Matrices | Algebra - Mathematics

Therefore,

Operation on Matrices | Algebra - Mathematics

The transpose matrices for A and B are given as below:

Operation on Matrices | Algebra - Mathematics

Therefore,

Operation on Matrices | Algebra - Mathematics

Hence (A ± B)T = AT ± BT.

4) Transpose of a Product
The transpose of the product of two matrices is equivalent to the product of their transposes in reversed order: (AB)T = BT AT . The same is true for the product of multiple matrices: (ABC)T = CTBTAT. For example,

Operation on Matrices | Algebra - Mathematics

verify that (AB)T = BT AT.

Solution: The product of A and B is:

Operation on Matrices | Algebra - Mathematics

If we take the transpose of A and B separately and multiply A with B, then we have:

Operation on Matrices | Algebra - Mathematics

Hence (AB)T = BT AT .

Learn the Types of Matrix here.

Solved Examples For You
Question: If matrix A is a circulant matrix whose elements of first row are a, b, c all > 0 such that abc = 1 and ATA = I, then a3 + b3+ c3 equals

  1. 0
  2. 3
  3. 1
  4. 4

Solution: Given, A is a circulant matrix of elements a, b, c and abc = 1. So,

Operation on Matrices | Algebra - Mathematics

So, det A = a(a2 – bc) – b(ac-b2) + c(c2 – ab) = a3 + b3 + c3 – 3 and ATA = I
|ATA| = |I| = 1
|A| |AT| = 1
|A|2 = 1

Therefore, |A| = ±1. So, det A = ± 1. After substituting the value in the det A = a3 + b3 + c3 – 3abc, we get, a3 + b3 + c3 = 4 or  a3 + b3 + c3 = -2. Therefore, answer is option D.

The document Operation on Matrices | Algebra - Mathematics is a part of the Mathematics Course Algebra.
All you need of Mathematics at this link: Mathematics
161 videos|58 docs

FAQs on Operation on Matrices - Algebra - Mathematics

1. What are matrices in mathematics?
Ans. Matrices in mathematics are rectangular arrays of numbers, symbols, or expressions arranged in rows and columns. They are used to represent and manipulate data in various fields, such as algebra, linear equations, and computer graphics.
2. What is the purpose of performing operations on matrices?
Ans. The purpose of performing operations on matrices is to manipulate and analyze data efficiently. Operations like addition, subtraction, multiplication, and finding determinants help in solving systems of linear equations, transforming geometric shapes, solving optimization problems, and representing transformations in computer graphics.
3. How do you add matrices together?
Ans. To add two matrices together, they must have the same dimensions. Add the corresponding elements of the matrices by adding their values. For example, to add two 2x2 matrices: [a b] + [c d] = [a+c b+d] [e f] [g h] [e+g f+h]
4. What is matrix multiplication and how is it performed?
Ans. Matrix multiplication is a binary operation that combines two matrices to produce a new matrix. To multiply two matrices, the number of columns in the first matrix must be equal to the number of rows in the second matrix. Multiply the corresponding elements of each row of the first matrix with the corresponding elements of each column of the second matrix, and sum the products. Repeat this process for all rows and columns to obtain the resulting matrix.
5. What is the determinant of a matrix and how is it calculated?
Ans. The determinant of a square matrix is a scalar value that represents certain properties of the matrix. It can be calculated using various methods, such as cofactor expansion or row reduction. For a 2x2 matrix [a b; c d], the determinant is calculated as ad - bc. For larger matrices, the determinant can be found by expanding along a row or column and recursively calculating the determinants of smaller matrices.
161 videos|58 docs
Download as PDF
Explore Courses for Mathematics exam
Signup for Free!
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev
Related Searches

study material

,

Operation on Matrices | Algebra - Mathematics

,

Viva Questions

,

Operation on Matrices | Algebra - Mathematics

,

ppt

,

Sample Paper

,

shortcuts and tricks

,

Operation on Matrices | Algebra - Mathematics

,

pdf

,

Semester Notes

,

Important questions

,

MCQs

,

Free

,

mock tests for examination

,

Previous Year Questions with Solutions

,

Summary

,

Objective type Questions

,

practice quizzes

,

Exam

,

Extra Questions

,

past year papers

,

video lectures

;