kinner.Rd
Given two k-forms α and β, return the inner product ⟨α,β⟩. Here our underlying vector space V is Rn.
The inner product is a symmetric bilinear form defined in two stages. First, we specify its behaviour on decomposable k-forms α=α1∧⋯∧αk and β=β1∧⋯∧βk as
⟨α,β⟩=det
and secondly, we extend to the whole of \Lambda^k(V) through linearity.
kinner(o1,o2,M)
Returns a real number
There is a vignette available: type vignette("kinner")
at
the command line.