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

Matrices

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

Understanding Matrix Multiplication and Other Operations

An array of numbers arranged in a rectangular fashion and divided between rows and columns is called a matrix in mathematics. They are usually represented by writing all the numbers contained in them within square braces. There are many types of matrices and many operations like matrix multiplication which serve as crucial topics for boards and other entrance exams.


This is one of the most vital chapters in your maths syllabus. Almost all branches of studies that derive elements from mathematics, especially computer science, use this same concept thoroughly. For example, the figure below is that of a matrix with ‘m’ horizontal rows and ‘n’ vertical columns. 


(Image will be uploaded soon)


Different Types of Matrices

  1. Column Matrix – A matrix that has elements only in one column is called a column matrix. 


\[\begin{bmatrix} 1\\ 0\\ -5 \end{bmatrix}\]


Figure 2: Column Matrix

  1. Row Matrix – A matrix that has elements only in one row is called a row matrix. 


\[\begin{bmatrix} 1 & 5 & 9 \end{bmatrix}\]


Figure 3: Row Matrix

  1. Invertible Matrix – A matrix A of size b x b is called an invertible matrix only when another matrix B exists of the same size such that AB = BA = I, where I is the identity matrix (containing only 1s in the principal diagonal) of the same dimension. In such a scenario, B is termed as the inverse matrix of A and also represented as A-1.


(Image will be uploaded soon)


Figure 4: Invertible Matrix

  1. Singular Matrices – A matrix that has no inverse (from the previous definition) is called a singular matrix. The determinant value of the singular matrix is always 0. For example, the below matrix is singular because its determinant = 0.


For example:


\[\begin{pmatrix} 3 &12 \\ 2 & 8 \end{pmatrix}\]


The determinant is = (3 x 8) - (12 x 2)

= 24 - 24

= 0

Figure 5: Singular Matrix

  1. Symmetric and Skew Symmetric Matrix – A matrix is called symmetric matrix if xij = xji, for all i and j, where xij = Element at ith row and jth column. Alternatively, a matrix is also called a symmetric matrix when its transpose is equal to the original matrix, AT=A. For example, the below matrix is symmetric because of the above conditions.


\[\begin{bmatrix} 3 & -2 & 4\\ -2 & 6& 2\\ 4& 2 & 3 \end{bmatrix}\]


Figure 6: Symmetric Matrix

A skew-symmetric matrix is a matrix that satisfies the condition, AT= -A. 


Pop Quiz 1

  1. A matrix is a _______ array of numbers. 

    1. Rectangular (Answer)

    2. Square

    3. Circular

    4. None of the above


  1. What is the most unique property of skew-symmetric matrices?

    1. AT= A

    2. AT= -A (Answer)

    3. AT + A = I

    4. AT. A = 0


Matrix Multiplication with a Scalar Number

A matrix can be multiplied with scalar numbers. If A = [aij]mxn (a matrix of size mxn) and k is a scalar which is to be multiplied to A, then the resultant matrix is obtained when each of the elements of A is multiplied with k, such that kA = [kaij]mxn. For example, take a look at the figure below. 


k\[\begin{bmatrix} a_{11} & a_{12}\\ a_{21} & a_{22} \end{bmatrix}\]2x2  = \[\begin{bmatrix} ka_{11} & ka_{12}\\ ka_{21} & ka_{22} \end{bmatrix}\]2x2

 

Matrix Multiplication between Two Matrices

If A = [aij]m x n and B = [bij]n x p are two matrices such that the number of columns of A = number of rows of B, then the product of A and B is Cm x p. Each element cij of C is calculated with the formula below.  


\[C_{ij}\] = \[\sum_{h=1}^{n}a_{ik}b_{kj}\]


Properties for Multiplying Matrices

  1. Multiplying two matrices can only happen when the number of columns of the first matrix = number of rows of the second matrix and the dimension of the product, hence, becomes (no. of rows of first matrix x no. of columns of the second matrix). 

  2. In matrix multiplication, the order must be maintained as said in point #1. Without this order, multiplication cannot take place. 

  3. In matrix multiplication, the associative rule states that (AB)C = A(BC).

  4. In matrix multiplication, the commutative rule states that AB ≠ BA. 


Exercise

Take the following example and compute BC and A.(BC).


A = \[\begin{bmatrix} 1 & 0\\ 2 & 3\\ 3 & 1 \end{bmatrix}\]  B = \[\begin{bmatrix} 1 &2 & 1& 0\\ 0 & 1 & 0 & 2 \end{bmatrix}\]   C = \[\begin{bmatrix} 1\\ 1\\ 0\\ 1 \end{bmatrix}\]


Matrices are generally used in Geometry, but they are majorly used when the specification and representation of geometric transformation need to be done. For example, in rotations, coordinate changes and other activities. Whenever a numerical analysis is done, matrices play a vital role in its transformation. Solving computational problems is what matrices play a key role in. Matrices have a huge dimension and without them, many things might not be possible in mathematics. Other than geometry, there are other fields as well where matrices are taken into consideration.


So, this was all about matrices and all other operations and important types of them, which will be needed for your exams. To know more about other topics of mathematics, visit the Vedantu website or download the app today. We host such easy-to-read tutorials and other important guides there.

FAQs on Matrices

1. What is a matrix in mathematics?

A matrix is a rectangular arrangement of numbers, symbols, or expressions, organized into rows and columns. It is a fundamental tool in algebra for representing and solving systems of linear equations, performing transformations in geometry, and managing data. For example, a matrix with 'm' rows and 'n' columns is described as having an order of 'm × n'.

2. What are the main types of matrices in the Class 12 syllabus?

For the CBSE Class 12 curriculum for 2025-26, students should be familiar with several key types of matrices:

  • Column Matrix: A matrix with only one column.
  • Row Matrix: A matrix with only one row.
  • Square Matrix: A matrix where the number of rows equals the number of columns (m=n).
  • Diagonal Matrix: A square matrix where all non-diagonal elements are zero.
  • Scalar Matrix: A diagonal matrix where all diagonal elements are equal.
  • Identity Matrix: A square matrix where all diagonal elements are 1 and all other elements are 0. It is denoted by 'I'.
  • Zero Matrix: A matrix where all its elements are zero.

3. What is the difference between a symmetric and a skew-symmetric matrix?

The key difference lies in how a matrix relates to its transpose (Aᵀ).
A square matrix 'A' is symmetric if it is equal to its transpose (A = Aᵀ). This means the element at position (i, j) is the same as the element at (j, i).
A square matrix 'A' is skew-symmetric if it is equal to the negative of its transpose (A = -Aᵀ). In this case, all its principal diagonal elements must be zero.

4. What are the essential conditions for multiplying two matrices?

For the product of two matrices, say A and B (in the order AB), the fundamental condition is that the number of columns in the first matrix (A) must be equal to the number of rows in the second matrix (B). If matrix A has an order of m × n, matrix B must have an order of n × p for the multiplication to be possible. The resulting matrix, C, will have an order of m × p.

5. Why is the order of multiplication important in matrices?

The order is critical because matrix multiplication is not commutative, which is a major difference from the multiplication of real numbers. In general, for two matrices A and B, the product AB is not equal to the product BA (AB ≠ BA). Changing the order can lead to a completely different result, or the multiplication may not even be defined in the reverse order.

6. What is the difference between a singular and an invertible (non-singular) matrix?

A singular matrix is a square matrix whose determinant is zero. A key consequence is that it does not have an inverse. In contrast, an invertible (or non-singular) matrix is a square matrix whose determinant is non-zero. Only invertible matrices have a unique inverse, which is essential for solving certain systems of linear equations.

7. Can the product of two non-zero matrices be a zero matrix?

Yes, unlike with real numbers, the product of two non-zero matrices can result in a zero matrix. This is a unique property of matrix multiplication. For example, if you multiply two specific 2x2 non-zero matrices, the resulting matrix can have all its elements as zero. This means that if AB = 0, you cannot assume that either A=0 or B=0, which is a common misconception for students new to the topic.

8. How are matrices used in real-world applications like computer graphics?

In computer graphics, matrices are essential for manipulating 3D objects in a virtual space. Specific matrices are used to perform transformations like:

  • Rotation: A rotation matrix can turn an object around the x, y, or z-axis.
  • Scaling: A scaling matrix can make an object larger or smaller.
  • Translation: A translation matrix can move an object from one location to another.
  • By multiplying the coordinate vectors of an object's points with these transformation matrices, complex animations and 3D scenes are created.

9. What is the significance of the determinant of a matrix?

The determinant is a special scalar value that can be calculated only from a square matrix. Its significance extends beyond simple calculation:

  • It determines if a matrix is invertible. If the determinant is non-zero, an inverse exists.
  • It is used to solve systems of linear equations using Cramer's Rule.
  • In geometry, the absolute value of the determinant of a matrix formed by vectors can represent the area (in 2D) or volume (in 3D) of a parallelogram or parallelepiped, respectively.