Changes between Version 1 and Version 2 of Ticket #31241
- Timestamp:
- 01/14/21 17:03:54 (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31241 – Description
v1 v2 12 12 sage: from sage.categories.functor import ForgetfulFunctor 13 13 sage: from sage.categories.manifolds import Manifolds 14 sage: F = ForgetfulFunctor(Manifolds(RR).Differentiable(), Manifolds( ).Topological())14 sage: F = ForgetfulFunctor(Manifolds(RR).Differentiable(), Manifolds(RR).Topological()) 15 15 sage: M = Manifold(2, 'M') 16 16 sage: F(M)