-
-
Notifications
You must be signed in to change notification settings - Fork 698
Open
Description
Taking the cartesian product of differentiable manifolds treats them as merely topological spaces.
sage: I = manifolds.OpenInterval(0, 1)
sage: I
Real interval (0, 1)
sage: II = I.cartesian_product(I)
sage: II.category()
Category of Cartesian products of connected topological spaces
This can be improved.
CC: @mjungmath @egourgoulhon @tscrim @tobiasdiez
Component: manifolds
Issue created by migration from https://trac.sagemath.org/ticket/31371