Reference Guide > E Routines > EUCLIDEAN Function
  

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

Version 2017.1
Copyright © 2019, Rogue Wave Software, Inc. All Rights Reserved.