1 | initial version |
Indeed, integration of differential forms is not implemented yet. Meanwhile, you can pass the symbolic expression representing the component $\phi_{12}$, which is returned by phi[1,2].expr()
, to integrate
: from your example, we get
sage: integrate(integrate(phi[1,2].expr(), x, 0, 1), y, 0, 1)
1