Changes between Version 1 and Version 7 of Ticket #31784
- Timestamp:
- 05/06/21 15:01:52 (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31784
-
Property
Status
changed from
new
toneeds_review
-
Property
Branch
changed from
to
u/gh-mjungmath/mixed_form_name_bug_for_pullback_bundle
-
Property
Commit
changed from
to
bd5031bb8570c073fc2ebe5a0473559f0f670508
-
Property
Status
changed from
-
Ticket #31784 – Description
v1 v7 3 3 sage: S2 = E3.sphere() 4 4 sage: iota = S2.embedding() 5 sage: Omega = E3.mixed_form_algebra(dest_map=iota)5 sage: Omega = S2.mixed_form_algebra(dest_map=iota) 6 6 sage: Omega(1) 7 Mixed differential form one along the {} with values on the {} Mixed differential form one along the Euclidean space E^3 with values on the Euclidean space E^3 via the map iota7 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 8 8 }}}