metric_field | R Documentation |
Metric tensors are an essential ingredient of (Pseudo-) Riemannian
manifolds and define distance relations between points.
They are used to define geometric tensors such as e.g. the Ricci curvature
ricci()
, and a metric connection, i.e. a covariant derivative.
They are also essential for raising and lowering indices of tensor fields
correctly when using non-flat coordinates.
metric_field(metric, metric_inv, coords)
metric |
A |
metric_inv |
A |
coords |
A character vector of |
An object of class c("metric_field", "array")
that represents the
components of a metric tensor on a (Pseudo-) Riemannian manifold in a
certain coordinate system specified by coords
.
Wikipedia: Metric tensor
Other metric tensors:
g_eucl_cart()
,
g_mink_cart()
,
g_sph()
,
g_ss()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.