Skip to main content

Algebra of Matrices-Addition & Subtraction of Matrices, Scalar Multiplication, Matrices Multiplication, Rules & Solved Examples

Algebra of Matrices is the branch of mathematics, which deals with the vector spaces between different dimensions. The innovation of matrix algebra came into existence because of n-dimensional planes present in our coordinate space.

matrix (plural: matrices) is an arrangement of numbers, expressions or symbols in a rectangular array. This arrangement is done in horizontal-rows and vertical-columns, having an order of number of rows x number of columns. Every pair of points in a Three-dimensional space represent a unique equation with one or more than one solution.

The basic idea or the central idea of applied mathematics revolves around Linear Algebra. For instance, by reliving the rules and regulations or rather say Axioms, we get into a generalization of vector space, which by calculus leads to the Solution of Differential Equations.

Algebra of Matrix

Algebra of matrix involves the operation of matrices, such as Addition, subtraction, multiplication etc.

Let us understand the operation of the matrix in a much better way-

Addition/Subtraction of Matrices

Two matrices can be added/subtracted, iff (if and only if) the number of rows and columns of both the matrices are same, or the order of the matrices are equal.

For addition/subtraction, each element of the first matrix is added/subtracted to the elements present in the 2nd matrix.

[A11A12A1nA21A22A2nAm1Am2Amn]+[B11B12B1nB21B22B2nBm1Bm2Bmn]=

[A11+B11A12+B12A1n+B1nA21+B21A22+B22A2n+B2nAm1+Bm1Am2+Bm2Amn+Bmn]

Example:

[205329]+[7418130]=[94611159]

Matrix Multiplication

Like Matrix can be Multiplied two ways,

(i) Scalar Multiplication

(ii) Multiplication with another matrix

Scalar Multiplication

It involves multiplying a scalar quantity to the matrix. Every element inside the matrix is to be multiplied by the scalar quantity to form a new matrix.

For example-

5×[5712362]=[253560153010]

Multiplication of a matrix with another matrix

Two matrices can be multiplied iff the number of column of the first matrix is equal to the number of rows of the second matrix.

Consider two matrix M1 & M2, having order of  m1 × n1  and m2 × n2.

The matrices can be multiplied if and only if  n1 = m2.

[123]1×3.[213332412]3×3 =

=[1.2+2.3+3.41.1+2.3+3.11.3+2.2+3.2]

[123]1×3.[213332412]3×3=[201013]1×3

The matrices, given above satisfies the condition for matrix multiplication, hence it is possible to multiply those matrices.

The resultant matrix obtained by multiplication of two matrices, is the order of m1, n2, where m1 is the number of rows in the 1st matrix and n2 is the number of column of the 2nd matrix.

Rule of Matrix Algebra

The algebra of matrix follows some rules for addition and multiplication. Let us consider A, B and C are three different square matrices. A’ is the transpose and A-1 is the inverse of A. I is the identity matrix and R is a real number.
Now as per the rules of laws of matrices:

  • A+B = B+A →Commutative Law of Addition
  • A+B+C = A +(B+C) = (A+B)+C →Associative law of addition
  • ABC = A(BC) = (AB)C →Associative law of multiplication
  • A(B+C) = AB + AC →Distributive law of matrix algebra
  • R(A+B) = RA + RB

Also, see here rules for transposition of matrices:

  • (A’)’ = A
  • (A+B)’ = A’+B’
  • (AB)’ = B’A’
  • (ABC) = C’B’A’

The inverse rules of matrices are as follows:

  • AI = IA = A
  • AA-1 = A-1A = I
  • (A-1)-1 = A
  • (AB)-1 = B-1A-1
  • (ABC)-1 = C-1B-1A-1
  • (A’)-1 = (A-1)’

Solved Problems

Example 1:

Given A=[3517]andB=[1483]. FindA+B.

Solution:
Given,

A=[3517] and B=[1483]

Addition of A and B is:

A+B=[3517]+[1483]=[3+15+41+87+3]=[41710]

Example 2:

If P=[5429] and Q=[1502], then find PQ.

Solution:
Given,

P=[5429] and Q=[1502]

Subtraction of the matrices P and Q is:

PQ=[5429][1502]=[51452092]=[4127]

Example 3:

If A=[4270] and B=[3523], then find the product of A and B.

Solution:
Given

A=[4270] and B=[3523]

Product/multiplication of A and B is:

A×B=[4270]×[3523]=[4(3)+(2)24(5)+(2)(3)7(3)+0(2)7(5)+0(3)]=[12420+62135]=[8262135]

This was all about the algebra of matrix, to understand more concepts like inverse matrix, operation of the matrix, determinants etc. visit our site ANAND CLASSES (A School Of Competitions).

Comments

Popular posts from this blog

Symmetric & Skew Symmetric Matrix-Properties, Solved Examples, Class 12 Matrices Chapter Notes Study Material Download pdf

A symmetric matrix and skew-symmetric matrix both are square matrices. But the difference between them is, the symmetric matrix is equal to its transpose whereas skew-symmetric matrix is a matrix whose transpose is equal to its negative. If A is a symmetric matrix, then A = A T   and if A is a skew-symmetric matrix then A T  = – A. Table of Contents Symmetric Matrix Properties of Symmetric Matrix Skew Symmetric Matrix Properties of Skew Symmetric Matrix Determinant of Skew Symmetric Matrix Eigenvalue of Skew Symmetric Matrix Frequently Asked Questions-FAQs What is a symmetric matrix? How do you know if a matrix is symmetric? Give an Example of a Matrix Which is Symmetric but not Invertible. Is Symmetric Matrix Diagonalizable? What is skew-symmetric matrix? What is the difference between symmetric and skew-symmetric matrix? Symmetric Matrix To understand if a matrix is a symmetric matrix, it is very important to know about transpose of a matrix and how to find it. If we in...

Onto Functions(Surjective Functions)-Definition, Graph, Properties, Solved Examples, FAQs

  Onto Function is one of the many types of functions defined based on the relationship between its domain and codomain. For any function to be onto, it needs to relate two sets with a very specific mapping between elements, meaning that each element of the codomain has at least one element in the domain as its pre-image. In simple words, for any function, if all the elements of the codomain are mapped to some element of the domain, then the function is said to be an onto function.  In this article, we will discuss the concept of onto or surjective function in detail including its definition, example, and many more. We will also discuss key differences between one one, onto and into functions as well. Table of Contents What is an Onto Function? Onto Function Definition Representation for Onto Function Examples of Onto Function Properties of Onto Function Composition of Onto Function Onto Function Graph Number of Onto Functions One to One and Onto Functions Onto and Into Functi...

Transpose of a Matrix-Addition & Multiplication Property of Transpose, Solved Examples, Class 12 Matrices Chapter Notes Study Material Download pdf

Transpose of a matrix is one of the most commonly used methods in matrix transformation. For a given matrix, the transpose of a matrix is obtained by interchanging rows into columns or columns to rows. In this article, we are going to learn the definition of the transpose of a matrix, steps to find the transpose of a matrix, properties and examples with a complete explanation. Before learning how to find the transpose of a matrix, first let us learn, what a matrix is? Table of Contents What is a Matrix? Transpose of a Matrix Definition How to Find the Transpose of a Matrix? Properties of Transpose of a Matrix (i) Transpose of the Transpose Matrix (ii) Addition Property of Transpose (iii) Multiplication by Constant (iv) Multiplication Property of Transpose Transpose of a Matrix Examples Practice Problems Frequently Asked Questions What is the transpose of a matrix? How to calculate the transpose of a Matrix? What is the Addition Property of Transpose? What is the Multiplication Property...