-
-
Notifications
You must be signed in to change notification settings - Fork 517
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Differentiable manifolds: basics #18783
Comments
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
This comment has been minimized.
This comment has been minimized.
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. Last 10 new commits:
|
This comment has been minimized.
This comment has been minimized.
Branch pushed to git repo; I updated commit sha1. Last 10 new commits:
|
Branch pushed to git repo; I updated commit sha1. Last 10 new commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
This comment has been minimized.
This comment has been minimized.
Branch pushed to git repo; I updated commit sha1. Last 10 new commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. Last 10 new commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Reviewer: Volker Braun |
Changed branch from public/manifolds/diff_manif_basics to |
This is the first ticket about the implementation of differentiable manifolds resulting from the SageManifolds project. See the metaticket #18528 for an overview.
The base field K of the differentiable manifold is generic (only assumed to be some non-discrete topological field), so that the user may specify e.g. K=R (real manifolds) or K=C (complex manifolds). This ticket implements the following Python classes, all of them being subclasses of classes introduced for topological manifolds (tickets #18529, #18640, #18725):
DifferentiableManifold
(subclass ofTopologicalManifold
, cf. Topological manifolds: basics #18529): differentiablemanifold over a topological field K (Parent class)
DiffChart
(subclass ofChart
, cf. Topological manifolds: basics #18529): chart of a K-differentiable atlasRealDiffChart
(subclass ofRealChart
, cf. Topological manifolds: basics #18529): chart of a K-differentiable atlasfor K=R
DiffCoordChange
(subclass ofCoordChange
, cf. Topological manifolds: basics #18529): differentiable transition mapDiffScalarFieldAlgebra
(subclass ofScalarFieldAlgebra
, cf. Topological manifolds: scalar fields #18640): set Ck(M) ofk-times continuously K-differentiable functions M --> K, where M is a differentiable manifold
over K, Ck(M) being a commutative algebra over K (Parent class)
DiffScalarField
(subclass ofScalarField
, cf. Topological manifolds: scalar fields #18640): k-times continuouslyK-differentiable function M --> K (Element class)
DiffManifoldHomset
(subclass ofTopManifoldHomset
, cf. Topological manifolds: morphisms #18725): set Hom(M,N) ofdifferentiable maps between the differentiable manifolds M and N over the same topological
field K (Parent class)
DiffMap
(subclass ofContinuousMap
, cf. Topological manifolds: morphisms #18725): differentiable map M --> N (Element class)The follow-up ticket is #18843.
Documentation:
The reference manual is produced by
sage -docbuild reference/manifolds html
It can also be accessed online at http://sagemanifolds.obspm.fr/doc/18783/reference/manifolds/
More documentation (e.g. example worksheets) can be found here.
Depends on #18725
Depends on #18175
CC: @sagetrac-mbejger @sagetrac-bpillet
Component: geometry
Keywords: differentiable manifolds
Author: Eric Gourgoulhon, Michal Bejger
Branch/Commit:
97172dd
Reviewer: Volker Braun
Issue created by migration from https://trac.sagemath.org/ticket/18783
The text was updated successfully, but these errors were encountered: