Learn R Programming

calculus (version 0.3.2)

epsilon: Levi-Civita Symbol

Description

Computes the Levi-Civita totally antisymmetric tensor.

Usage

epsilon(n)

Arguments

n

number of dimensions.

Value

array representing the Levi-Civita symbol.

References

Guidotti, E. (2020). "calculus: High dimensional numerical and symbolic calculus in R". https://arxiv.org/abs/2101.00086

See Also

Other tensor algebra: contraction(), delta(), diagonal(), einstein(), index()

Examples

Run this code
# NOT RUN {
### Levi-Civita symbol in 2 dimensions
epsilon(2)

### Levi-Civita symbol in 3 dimensions
epsilon(3)

# }

Run the code above in your browser using DataLab