tripledelta: A tensor with entry 1 if and only if three indices are equal

Description Usage Arguments Details Value Author(s) See Also Examples

Description

The tensor mapping a tensor of dimension d to its corresponding diagonal tensor of dimension c(d',d*)

Usage

1
tripledelta.tensor(d,mark1="'",mark2="*",dn=NULL)

Arguments

d

the first of three dimension vectors

mark1

the mark for the second dimension vectors

mark2

the mark for the third dimension vectors

dn

list of character vectors, optional dimnames

Details

The tripledelta is the tensor mapping a tensor to a corresponding diagonal tensor.

Value

The tensor given by:

E_{i_1...i_n j_1... j_n k_1...k_n}=δ_{i_1j_1}δ_{i_1k_1} ...δ_{i_nj_n}δ_{i_nk_1}

Author(s)

K. Gerald van den Boogaart

See Also

delta.tensor, diag.tensor

Examples

1

tensorA documentation built on Nov. 20, 2020, 9:07 a.m.

Related to tripledelta in tensorA...