By Kardi Teknomo, PhD .
LinearAlgebra

< Next | Previous | Index >

Matrix Trace

Trace of a square matrix is the summation of matrix diagonal entries Trace of a matrix . Trace of a matrix is also called spur of a square matrix.

Example : Given matrix
Trace of a matrix
The diagonal matrix is
Trace of a matrix
Thus, the trace is Trace of a matrix



The interactive program below produces trace of your matrix input. The input matrix is shown back for your feedback. Random Example button will generate random square matrix at random order.


Properties

Some important properties of the trace of a matrix are

  • Trace of a matrix is a linear operation. Trace of a summation or subtraction of two matrices is equal to the summation or subtraction of trace of the matrices, that is Trace of a matrix
  • Trace of a matrix transpose is equal to the trace of the original matrix Trace of a matrix

See also : matrix diagonal , matrix multiplication , matrix transpose

< Next | Previous | Index >

Rate this tutorial or give your comments about this tutorial

This tutorial is copyrighted .