dimensions | R Documentation |
'calcGeomPar' calculates geometric parameter. 'calcIntDim' calculates the intrinsic dimensions. 'calcAmbDim' calculates the ambient dimensions. 'calcTanDim' calculates the number of tuples used to represent a tangent vector.
calcGeomPar(mfd, dimAmbient, dimIntrinsic, dimTangent) calcIntDim(mfd, geomPar, dimAmbient, dimTangent) calcAmbDim(mfd, geomPar, dimIntrinsic, dimTangent) calcTanDim(mfd, geomPar, dimAmbient, dimIntrinsic)
mfd |
A manifold object created by |
dimAmbient |
Dimension of the ambient space. |
dimIntrinsic |
Intrinsic dimension of the manifold. |
dimTangent |
The length of a tangent vector |
geomPar |
The geometric parameter (e.g., SO(*)) |
A scalar value for the geometric parameter
A scalar value for the intrinsic dimension
A scalar value for the ambient dimension
A scalar value for the number of components in the (implementation of the) tangent vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.