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

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

> 

with⁡StudentLinearAlgebra:

> 

A≔a,b,c|d,e,f|g,h,i

A≔adgbehcfi

(1)
> 

Trace⁡A

a+e+i

(2)

See Also

LinearAlgebra[Trace]

Student[LinearAlgebra]

Student[LinearAlgebra][Eigenvalues]