Scalar Matrix

A scalar matrix is a special type of square matrix in which all the diagonal elements are equal, and all off-diagonal elements are zero. It is a subset of a diagonal matrix where the diagonal elements are the same scalar value.

Mathematically, a scalar matrix S of order n is represented as:

S=kIn=[k0000k0000k0000k]

where:

  • k is a scalar constant.
  • In is the identity matrix of order n.

Properties of Scalar Matrices

1 Commutative Property with Square Matrices

A scalar matrix commutes with any square matrix A of the same order:

SA=AS

Example:

Let

S=[3003],A=[1234]

Multiplying:

SA=[3003][1234]=[36912]

AS=[1234][3003]=[36912]

Since SA=AS, the property holds.

2 Scalar Multiplication

A scalar matrix can be represented as the product of a scalar k and the identity matrix:

S=kIn

Example:

For k=4 and order n=3:

S=4I3=4[100010001]=[400040004]

3 Determinant of a Scalar Matrix

The determinant of a scalar matrix of order n is given by:

det(S)=kn

Example:

For

S=[500050005]

We compute:

det(S)=53=125

4 Inverse of a Scalar Matrix

If k0, the inverse of a scalar matrix is:

S1=1kIn

Example:

If

S=[2002]

then

S1=12[1001]=[0.5000.5]

5 Eigenvalues of a Scalar Matrix

The eigenvalues of a scalar matrix are equal to the scalar k, repeated n times.

Example:

If

S=[600060006]

The eigenvalues are 6,6,6.

6 Trace of a Scalar Matrix

The trace of a scalar matrix is given by:

Tr(S)=nk

Example:

If

S=[3003]

The trace is:

Tr(S)=2×3=6