Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #31784: Mixed form name bug for pullback bundle
{{{ sage: E3 = EuclideanSpace(3) sage: S2 = E3.sphere() sage: iota = S2.embedding() sage: Omega = S2.mixed_form_algebra(dest_map=iota) sage: Omega(1) Mixed differential form one along the {} with values on the {} Mixed differential form one along the 2-sphere S^2 of radius 1 smoothly embedded in the Euclidean space E^3 with values on the Euclidean space E^3 via the map iota }}} URL: https://trac.sagemath.org/31784 Reported by: gh-mjungmath Ticket author(s): Michael Jung Reviewer(s): Travis Scrimshaw
- Loading branch information