EUCLIDEAN Function

Standard Library function that transforms the Euclidean metric for a Jacobian j = Jacobian (f)

Usage

    e = euclidean (j)

Input Parameters

j—A Jacobian defined by an n-element list of m-element lists of m-dimensional arrays of dimensions d.

Returned Value

e—The Euclidean metric under a transformation with Jacobian j: an m-element list of m-element lists of m-dimensional arrays. (e(p))(q) is the m-dimensional array (of dimensions d) that represents the (p, q) component of the metric.

Keywords

None.

Example

See wave/lib/user/examples/euclidean_ex.pro.

See Also

CURVATURES,  JACOBIAN,  NORMALS