r | R Documentation |
r()
raises specified tensor indices using a covariant metric tensor
provided in g
.
Note that the order of indices is not preserved due to performance reasons.
An error is thrown if the specified indices do not exist or are not in the
correct position.
r(x, ..., g = NULL)
x |
A labeled tensor object, created by |
... |
Any number of index expressions. The indices need to occur
in |
g |
A covariant metric tensor, a "metric_field" object. See |
A modified tensor object.
Other tensor operations:
Ops.tensor()
,
asym()
,
kron()
,
l()
,
subst()
,
sym()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.