example of trace of a matrix


Let A=[24681012141618], A=12A=[123456789] and B=[987654321] then

trace(A+B) =trace(A)+trace(B)
=(2+10+18)+(9+5+1)
=45
trace(A) =trace(2A)
=2trace(A)
=2trace[123456789]
=2(1+5+9)
=30
Title example of trace of a matrix
Canonical name ExampleOfTraceOfAMatrix
Date of creation 2013-03-22 13:33:20
Last modified on 2013-03-22 13:33:20
Owner Daume (40)
Last modified by Daume (40)
Numerical id 8
Author Daume (40)
Entry type Example
Classification msc 15A99