tr: Trace

Description Usage Arguments Value Author(s) Examples

Description

Computes the trace of a matrix.

Usage

1
 tr(a)

Arguments

a

Matrix

Value

t

Trace of A

Author(s)

Maria Antonietta Del Ferraro mariaantonietta.delferraro@yahoo.it
Henk A.L. Kiers h.a.l.kiers@rug.nl
Paolo Giordani paolo.giordani@uniroma1.it

Examples

1
2
X <- matrix(rnorm(6*6),ncol=6)
trace <- tr(X)

ThreeWay documentation built on May 2, 2019, 9:20 a.m.

Related to tr in ThreeWay...