-
-
Notifications
You must be signed in to change notification settings - Fork 487
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
Add Examples to Manifolds Catalog #30189
Comments
comment:1
This sounds like a very good idea! Note that in order not to clutter the global namespace, one can let access to the sphere and the hyperbolic space via the manifold catalog. The current version of the catalog is very primitive and the function |
comment:2
Replying to @egourgoulhon:
Ah, that is very nice. Actually, I was not aware that something like that exists. This should be populated somewhere more obvious. Probably in a tutorial? So, the only thing that should be added now is the hyperbolic space, right? |
comment:3
By the way, I noticed that the result coming from
This is not a correct atlas. |
comment:4
Replying to @mjungmath:
Indeed, when it is more developed.
No, there remains to introduce a proper sphere class, on the model of |
comment:5
Replying to @mjungmath:
Indeed. As I say in comment:1, the catalog is in a primitive stage. |
comment:6
Now I see what you mean. I first thought that "primitive" was just referring to the amount of examples. That's good: there's still work to do. :) |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
comment:18
Setting new milestone based on a cursory review of ticket status, priority, and last modification date. |
comment:19
There is also some old code in sage.geometry.riemannian_manifolds that seems to provide some examples |
comment:20
Replying to @mkoeppe:
Indeed! These examples should be integrated into the catalog and then |
The current catalog is nice to have but still very limited or incomplete. Constructing some examples in the current catalog also takes a lot of time.
While improving and extend this, it is also a good opportunity to expand the tutorials a little bit. Furthermore, most of our docstring examples are based on the 2-sphere. Hence we can perhaps shorten or simplify some parts of the documentation.
Step 1: rearrange folder structure (#30799)
Step 2: unification/improvement/extension of preexisting models
EuclideanSpace
(More Flexible Coordinate Treatment for EuclideanSpace #30824)EuclideanSpace
KerrBH
of the Sage package kerrgeodesic_gw)sage.geometry.riemannian_manifolds
tosage.manifolds
(Move examples from sage.geometry.riemannian_manifolds to sage.manifolds #32228)Step 3: add new examples
Step 4: improve the tutorial/doctests
CC: @egourgoulhon @tscrim @tobiasdiez
Component: manifolds
Issue created by migration from https://trac.sagemath.org/ticket/30189
The text was updated successfully, but these errors were encountered: