Banner 0
Banner 1
Banner 2
Banner 3
Banner 4
Banner 5
Banner 6
Book Online Demo
Try Test

Scalar Matrix

By rohit.pandey1

|

Updated on 14 Apr 2025, 18:04 IST

The scalar matrix is a type of square matrix where the value for all the principal diagonal elements is constant, and the other elements of the matrix are zero. A scalar matrix is formed by multiplying the identity matrix by a constant numerical value. Let us learn more about the definition of the scalar matrix, terms related to the scalar matrix, arithmetic operations of scalar matrix, and the examples of scalar matrix.

What is a Scalar Matrix?

The scalar matrix is a square matrix that has a constant value for every element of its principal diagonal, while all other elements are zero. The scalar matrix has an equal number of rows and columns.

Fill out the form for expert academic guidance
+91

Example:
𝐴 = [
𝑝 0 0
0 𝑝 0
0 0 𝑝]

Scalar Matrix Formula

A scalar matrix is obtained by multiplying an identity matrix by a constant value, i.e.,

Unlock the full solution & master the concept
Get a detailed solution and exclusive access to our masterclass to ensure you never miss a concept

Constant Γ— Unity Matrix = Scalar Matrix

In this case, the constant 𝑝 is multiplied by the unity matrix to form the scalar matrix.

Scalar Matrix

Loading PDF...

π‘₯ Γ— [
1 0 0
0 1 0
0 0 1] = [
π‘₯ 0 0
0 π‘₯ 0
0 0 π‘₯]

Unity Matrix

The unity matrix is a square matrix and is a multiplicative identity for matrices. The unity matrix contains 1 as its diagonal element and all other elements are equal to zero. Unity matrix has numerous applications in the multiplication of matrices, and in finding the inverse of a matrix. The unity matrix multiplied by a constant value results in a scalar matrix.

Ready to Test Your Skills?
Check Your Performance Today with our Free Mock Tests used by Toppers!
Take Free Test

𝐼 = [
1 0 0
0 1 0
0 0 1]

Principal Diagonal

The principal diagonal (also called the main diagonal) of a square matrix consists of the elements that extend from the top-left to the bottom-right of the matrix.

cta3 image
create your own test
YOUR TOPIC, YOUR DIFFICULTY, YOUR PACE
start learning for free

Example:
In a 3 Γ— 3 matrix:
[
𝑝 π‘ž π‘Ÿ
𝑠 𝑑 𝑒
𝑣 𝑀 π‘₯]

The principal diagonal elements are 𝑝, 𝑑, π‘₯.

Diagonal Matrix

The diagonal matrix is a type of square matrix, where each element in the principal diagonal are unique and all other elements are equal to zero. Further, if the diagonal elements of the diagonal matrix are all made equal, then it is called a scalar matrix.

𝐷 = [
𝑝 0 0
0 π‘ž 0
0 0 π‘Ÿ]

Ready to Test Your Skills?
Check Your Performance Today with our Free Mock Tests used by Toppers!
Take Free Test

Symmetric Matrix

A symmetric matrix is a type of square matrix, if the transpose of matrix A is equal to the matrix A, i.e., (AT) = A. In other words, let 𝐴 = [π‘Žπ‘–π‘—]π‘šΓ—π‘›, then A is said to be symmetric, if [π‘Žπ‘–π‘—] = [π‘Žπ‘—π‘–], for all possible values of 𝑖 and 𝑗. A scalar matrix is always a symmetric matrix because its transpose is identical to the original matrix.

Example:
Let a matrix A = [
π‘₯ 0 0
0 π‘₯ 0
0 0 π‘₯]

cta3 image
create your own test
YOUR TOPIC, YOUR DIFFICULTY, YOUR PACE
start learning for free

Transpose of matrix A = (AT) = [
π‘₯ 0 0
0 π‘₯ 0
0 0 π‘₯] = 𝐴

Zero Matrix

All the elements of a zero matrix are equal to zero.

𝐴 = [
0 0 0
0 0 0
0 0 0]

So, zero matrix is also a scalar matrix because all the elements in the diagonal are equal to 0.

Inverse of Scalar Matrix

The inverse of a scalar matrix is also a scalar matrix whose principal diagonal elements are the reciprocals of the numbers of the original matrix.

Determinant of Scalar Matrix

The determinant of a scalar matrix is equal to the product of the elements on the principal diagonal.

Constant

This is a simple numeric value, which can be an integer, rational number, decimal number, or root value. The identity matrix is multiplied by a constant value to obtain the scalar matrix. A matrix multiplied by a constant value, multiplies with each of the elements of the matrix.

Matrix Operations Using Scalar Matrix

The matrix operations in the scalar matrix are the same as the arithmetic operations in the matrices. But the multiplication of a scalar matrix with another matrix can be observed in the following few steps.

Scalar Matrix 𝑃 = [
π‘˜ 0 0
0 π‘˜ 0
0 0 π‘˜] , Matrix 𝑄 = [
𝑝 π‘ž π‘Ÿ
𝑠 𝑑 𝑒
𝑣 𝑀 π‘₯]

𝑃 Γ— 𝑄 = [
π‘˜ 0 0
0 π‘˜ 0
0 0 π‘˜] Γ— [
𝑝 π‘ž π‘Ÿ
𝑠 𝑑 𝑒
𝑣 𝑀 π‘₯]

= π‘˜ Γ— [
1 0 0
0 1 0
0 0 1] Γ— [
𝑝 π‘ž π‘Ÿ
𝑠 𝑑 𝑒
𝑣 𝑀 π‘₯]

= π‘˜ Γ— [
𝑝 π‘ž π‘Ÿ
𝑠 𝑑 𝑒
𝑣 𝑀 π‘₯]

𝑃 Γ— 𝑄 = [
π‘˜π‘ π‘˜π‘ž π‘˜π‘Ÿ
π‘˜π‘  π‘˜π‘‘ π‘˜π‘’
π‘˜π‘£ π‘˜π‘€ π‘˜π‘₯]

𝑃 Γ— 𝑄 = π‘˜π‘„

A scalar matrix is a special type of square matrix where all the elements along the main diagonal are the same scalar value, and all the off-diagonal elements are zero. Scalar matrices play a crucial role in linear algebra, particularly in matrix operations like scalar multiplication, determinants, and eigenvalues. They are a subset of diagonal matrices and are useful in simplifying complex matrix calculations. Understanding scalar matrices helps in grasping fundamental concepts of transformations and linear equations.

FAQs: Scalar Matrix

What do we say about the transpose of a scalar matrix?

The transposed scalar matrix is same as the given matrix because a scalar matrix is a diagonal matrix, and the transpose of diagonal matrix remains unchanged.

Example

Let 𝐴 = [
π‘˜ 0 0
0 π‘˜ 0
0 0 π‘˜]

Then

𝐴ᡀ = [
π‘˜ 0 0
0 π‘˜ 0
0 0 π‘˜] = 𝐴

Thus, the transpose of a scalar matrix is the matrix itself.

What is a scalar matrix?

A scalar matrix is a square matrix where all diagonal elements are the same scalar value, and all non-diagonal elements are zero.

How is a scalar matrix different from a diagonal matrix?

Every scalar matrix is a diagonal matrix, but not every diagonal matrix is a scalar matrix. A diagonal matrix can have different values on the diagonal, while a scalar matrix has identical diagonal values.

What is the determinant of a scalar matrix?

The determinant of an 𝑛 Γ— 𝑛 scalar matrix with scalar π‘˜ on the diagonal is π‘˜βΏ.

Is every identity matrix a scalar matrix?

Yes, the identity matrix is a special case of a scalar matrix where all diagonal elements are 1.

What happens when you multiply a scalar matrix by another matrix?

Multiplying a scalar matrix by another matrix is equivalent to multiplying that matrix by the scalar value of the diagonal elements.