-
-
Notifications
You must be signed in to change notification settings - Fork 660
Description
This ticket implements morphisms of topological manifolds, i.e. continuous maps between topological manifolds. This is a follow-up of #18640 within the SageManifolds project. See the metaticket #18528 for an overview.
Two new Python classes are introduced in this ticket:
- the parent class
TopologicalManifoldHomset
for sets Hom(M,N) of morphisms between two
topological manifolds M and N over the same topological field K - the element class
ContinuousMap
for elements of Hom(M,N), i.e. continuous maps M --> N
Moreover, this ticket introduces plotting capabilities for charts (methodRealChart.plot()
) and for points (methodManifoldPoint.plot()
), which require continuous maps and thus could not have been introduced in Topological manifolds: basics #18529.
Documentation:
The reference manual is produced by
sage -docbuild reference/manifolds html
It can also be accessed online at http://sagemanifolds.obspm.fr/doc/18725/reference/manifolds/
More documentation (e.g. example worksheets) can be found here.
Depends on #18640
Depends on #18175
Component: geometry
Keywords: topological manifolds
Author: Eric Gourgoulhon, Travis Scrimshaw
Branch/Commit: efcb618
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/18725