Changes between Version 4 and Version 5 of Ticket #24444
- Timestamp:
- 12/29/17 17:26:27 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24444 – Description
v4 v5 1 At present differential forms are dealt with by different and incompatible parts of Sage: the [http://doc.sagemath.org/html/en/reference/tensor/sage/tensor/differential_form_element.html CoordinatePatch version] and the [http://doc.sagemath.org/html/en/reference/manifolds/sage/manifolds/differentiable/diff_form.html manifold version]. 1 At present differential forms are dealt with by different and incompatible parts of Sage: the [http://doc.sagemath.org/html/en/reference/tensor/sage/tensor/differential_form_element.html CoordinatePatch version] (implemented in #9650) and the [http://doc.sagemath.org/html/en/reference/manifolds/sage/manifolds/differentiable/diff_form.html manifold version] 2 (implemented in #18843). 2 3 3 4 All functionalities of the !CoordinatePatch version (like wedge product and exterior derivative) are implemented in the manifold version, but the manifold one is more recent and provides more functionalities, like