Processing math: 100%

How to Find Trace of Matrix – Properties and Example

Here you will learn how to find trace of matrix, its properties and what is orthogonal matrix with example.

Let’s begin –

Trace of Matrix

The sum of the elements of the square matrix A lying along the principal diagonal is called the trace of A i.e (tr(A))

Thus if  A = [aij]n×n,

then tr(A) = ni=1 aii = a11 + a22 + ……… + ann.

How to Find Trace of Matrix :

for example, for 3×3 matrix, if A = [211325153] 

then, trace of A or tr(A) = 2 + (-2) + 3 = 3

for example, for 2×2 matrix, if A = [2134] 

then, trace of A or tr(A) = 2 + 4 = 6

Properties of Trace of a Matrix

Let A = [aij]n×n and B = [bij]n×n and λ be a scalar then

(i)  tr(λA)  = λ tr(A) 

(ii) tr(A + B) = tr(A) + tr(B)

(iii) tr(AB) = tr(BA)

Orthogonal Matrix

A square matrix is said to be orthogonal matrix if 

 AAT = I (Identity matrix)

Note :  The determinant value of orthgonal matrix is 1 or -1.

Example : Show that the matrix A = [cosxsinxsinxcosx] is a orthogonal matrix.

Solution : We have,

A = [cosxsinxsinxcosx]

AT = [cosxsinxsinxcosx]

Now, we have to find AAT = [cosxsinxsinxcosx][cosxsinxsinxcosx]

= [cos2x+sin2xcosx.sinx+sinx.cosxsinx.cosx+sinx.cosxcos2x+sin2x]

= [1001] = I (Identity matrix)

AAT = I

Hence, it is an orthogonal matrix.

Leave a Comment

Your email address will not be published. Required fields are marked *