Changes between Version 2 and Version 3 of Ticket #29820
- Timestamp:
- 06/07/20 22:55:14 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29820 – Description
v2 v3 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`.1 With this ticket, through the methods {{{:meth:`~sage.tensor.modules.free_module_tensor.FreeModuleTensor.display`}}} and {{{:meth:`~sage.manifolds.differentiable.tensorfield.TensorField.display`}}}, !SageMath 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 We have also defined the rasing to power,for tensors.3 We also define the raising to power for tensors.