e | R Documentation |
Provides a labeled Levi-Civita epsilon (pseudo) tensor. The indices are required to be lowered. Otherwise an error is thrown.
e(...)
... |
Index labels separated by commas optionally prefixed by "+" and "-" to indicate the index position (upper and lower respectively). If no prefix is provided, a lower index ("-") is assumed. This argument uses non-standard evaluation: any R symbol that is not a reserved keyword can be used. |
A labeled tensor object. The underlying data will differs depending on the number of labels provided.
Underlying implementation: calculus::epsilon()
Wikipedia: Levi-Civita symbol
Other tensor symbols:
d()
e(i, j)
e(i, j, k)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.