dovs {stokes}R Documentation

Dimension of the underlying vector space

Description

A kk-form ωΛk(V)\omega\in\Lambda^k(V) maps VkV^k to the reals, where V=RnV=\mathbb{R}^n. Function dovs() returns nn, the dimensionality of the underlying vector space. The function itself is almost trivial, returning the maximum of the index matrix.

Special dispensation is given for zero-forms and zero tensors, which return zero.

Vignette dovs provides more discussion.

Usage

dovs(K)

Arguments

K

A kk-form or kk-tensor

Value

Returns a non-negative integer

Author(s)

Robin K. S. Hankin

Examples

dovs(rform())

table(replicate(20,dovs(rform(3))))  


[Package stokes version 1.2-1 Index]