-
-
Notifications
You must be signed in to change notification settings - Fork 522
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: tangent spaces #19092
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. 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:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Reviewer: Travis Scrimshaw |
comment:29
Okay, I've made it through this one. Mostly it is documentation format changes, but the exception: For plotting, I used the So if you agree with my changes, then you can set a positive review. |
comment:30
I'm handling rebasing #19124 as I'm starting my review of that now. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:33
Thank you so much for the review! In the first commit above (23eb9d8), I've corrected a doctest error and fixed some documentation issue revealed by the patchbot. In the second commit (b4a4530), I've added sphinx directives to render the 3D plots in the documentation of Thanks for the addition of A question: in the keyword arguments of |
comment:34
Replying to @egourgoulhon:
Not a problem; sorry it took so long.
Not to my knowledge. The standard abbreviation is "no." (with a period) but "num" has become standard (at least in the programming world), but IMO the verbosity is better. However, you can do tab completion for explicit arguments. |
comment:35
Replying to @tscrim:
OK, so let use |
comment:36
Thanks. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:38
Change |
comment:39
I'm sorry I missed that on the previous ticket. LGTM. Thank you. |
comment:40
Thanks for the review! |
Changed branch from public/manifolds/diff_manif_tangent_spaces to |
This ticket implements tangent vectors and tangent spaces on differentiable manifolds. This is a follow-up of #18843 within the SageManifolds project (see the metaticket #18528 for an overview). As in #18843, the non-discrete topological field K over which the differentiable manifold is defined is generic, although in most applications, K=R or K=C.
This ticket implements the following Python classes:
TangentSpace
for tangent spaces to a differentiable manifoldTangentVector
for tangent vectors to a differentiable manifoldIt also implements
at()
in tensor field classes (introduced in Differentiable manifolds: vector fields and tensor fields #18843) to take the value of a giventensor field (in particular a vector field) at a given point; the method
at()
isimplemented for vector frames and coframes as well.
plot()
in classVectorField
, to get some graphical representations of vectorfields
differential()
,differential_functions()
andjacobian_matrix()
to the classDiffMap
introduced in Differentiable manifolds: basics #18783 (differential of a map between differentiable manifolds at agiven point).
Documentation:
The reference manual is produced by
sage -docbuild reference/manifolds html
It can also be accessed online at http://sagemanifolds.obspm.fr/doc/19092/reference/manifolds/
More documentation (e.g. example worksheets) can be found here.
Depends on #15916
Depends on #18843
CC: @sagetrac-mbejger
Component: geometry
Keywords: differentiable manifold, tangent vector, tangent space
Author: Eric Gourgoulhon, Michal Bejger, Marco Mancini
Branch/Commit:
ff6eb09
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/19092
The text was updated successfully, but these errors were encountered: