Trace - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Student[LinearAlgebra]

  

Trace

  

compute the trace of a square Matrix

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Trace(A)

Parameters

A

-

square Matrix

Description

• 

The Trace(A) command computes the sum of the diagonal elements of Matrix A.

Examples

withStudentLinearAlgebra:

Aa,b,c|d,e,f|g,h,i

Aadgbehcfi

(1)

TraceA

a+e+i

(2)

See Also

LinearAlgebra[Trace]

Student[LinearAlgebra]

Student[LinearAlgebra][Eigenvalues]