Free Access Week-  Data Engineering + BI
Data engineering and BI courses are free!
Free AI Access Week from June 2-8

stokes (version 1.1-3)

dx: Elementary forms

Description

Objects dx, dy and dz are the three elementary one-forms on three-dimensional space. These objects can be generated by running script vignettes/dx.Rmd, which includes some further discussion and technical documentation and creates file dx.rda which resides in the data/ directory.

The default method includes options to print these objects more intuitively than the default. Use

options(kform_symbolic_print = "dx")

.

Usage

data(dx)

Arguments

Author

Robin K. S. Hankin

Details

See the vignette for an extended discussion.

References

  • M. Spivak 1971. _Calculus on manifolds_, Addison-Wesley

See Also

d,print.kform

Examples

Run this code

dx
hodge(dx)
hodge(dx,3)

options(kform_symbolic_print = 'dx')  # shows dx dy dz
dx
dx^dz
hodge(dx,3)

options(kform_symbolic_print = NULL)  # revert to default


Run the code above in your browser using DataLab