Changes between Initial Version and Version 2 of Ticket #29820
- Timestamp:
- 06/07/20 19:26:30 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29820
-
Property
Status
changed from
new
toneeds_review
-
Property
Commit
changed from
to
885e0a96ceb9b2a0b5e68cc0632261fe09252b0b
-
Property
Status
changed from
-
Ticket #29820 – Description
initial v2 1 With this ticket we *SageMath* through the methods :meth:`~sage.tensor.modules.free_module_tensor.FreeModuleTensor.display` and :meth:`~sage.manifolds.differentiable.tensorfield.TensorField.display` is now able to compact the display of the tensor product in the form `dx^2`. In the case the variable is something like `x^2`, to avoid any misunderstanding in `dx^2^2`, one can set ``compact_product=False`` in display to get the old displaying style `dx^2*dx^2`.1 With this ticket *SageMath* through the methods :meth:`~sage.tensor.modules.free_module_tensor.FreeModuleTensor.display` and :meth:`~sage.manifolds.differentiable.tensorfield.TensorField.display` is now able to compact the display of tensor product in the form `dx^2`. In the case the frame element is something like `f^2`, to avoid any misunderstanding in `f^2^2`, one can set ``compact_product=False`` in display to get the old displaying style `f^2*f^2`. 2 2 3 3 We have also defined the rasing to power, for tensors.