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")
.
data(dx)
Robin K. S. Hankin
See the vignette for an extended discussion.
M. Spivak 1971. _Calculus on manifolds_, Addison-Wesley
d
,print.kform
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