liesymm
hook
inner product (hook)
Calling Sequence
Parameters
Description
Examples
hook(f, V)
f
-
expression involving differential forms relative to specific coordinates
V
vector (or list)
This routine is part of the liesymm package and is loaded via with(liesymm).
Compute the inner product of f with respect to a vector V.
Use setup() to change the underlying coordinate system.
with⁡liesymm:
setup⁡x,y,z
x,y,z
hook⁡f⁡x,y,z,V
0
hook⁡d⁡f⁡x,y,z,V
∂∂xf⁡x,y,z⁢V1⁡x,y,z+∂∂yf⁡x,y,z⁢V2⁡x,y,z+∂∂zf⁡x,y,z⁢V3⁡x,y,z
hook⁡d⁡f⁡x,y,z&ˆd⁡z,V
∂∂xf⁡x,y,z⁢V1⁡x,y,z⁢d⁡z−d⁡x⁢V3⁡x,y,z+∂∂yf⁡x,y,z⁢V2⁡x,y,z⁢d⁡z−d⁡y⁢V3⁡x,y,z
See Also
liesymm[&^]
liesymm[d]
liesymm[Lie]
liesymm[setup]
liesymm[wedgeset]
with
Download Help Document