View source: R/tensor_symbols.R
d | R Documentation |
Provides a labeled generalized Kronecker delta. In the special case of two labels this represents simply the identity matrix. The Kronecker delta always has an even number of indices. Note that the first half of the tensor labels need to be lowered, while the second half needs upper indices. Otherwise an error is thrown.
d(n)
n |
The dimension. |
A function that expects index labels (see .()
) and returns a
labeled tensor. The underlying data will differs depending on
the number of labels provided.
Underlying implementation: calculus::delta()
Wikipedia: Generalized Kronecker delta
Other tensor symbols:
e()
d(3)(i, +j)
d(3)(i, j, +k, +l)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.