Opened 6 years ago
Closed 3 years ago
#19978 closed enhancement (wontfix)
Added Rn.py under new project named "Gravite" for public/manifolds for the SageManifolds package to implement Euclidean spaces as manifolds
Reported by: | ernestyalumni | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
Component: | packages: standard | Keywords: | SageManifolds, Euclidean space |
Cc: | Merged in: | ||
Authors: | ernestyalumni | Reviewers: | Eric Gourgoulhon |
Report Upstream: | N/A | Work issues: | |
Branch: | public/manifolds/Gravite (Commits, GitHub, GitLab) | Commit: | f3db410529df34103f0b0d6abaf81667ae633b5c |
Dependencies: | #19209 | Stopgaps: |
Description
As recommended by SageManifolds? co-creator Eric Gourgoulhon, I added, in the folder for this new project named "Gravite" the Python script Rn.py which contains a number of classes to automate the creation of Euclidean spaces as manifolds, where one can call class methods to automatically construct the usual spherical and cylindrical coordinates, as expected. I'll attach this Rn.py file to this ticket, and it's also available separately in my github repository Gravite, author being me, ernestyalumni. Thanks, -EY
Attachments (1)
Change History (8)
Changed 6 years ago by
comment:1 Changed 6 years ago by
- Dependencies set to SageManifolds
- Merged in set to SageManifolds
comment:2 Changed 6 years ago by
- Commit changed from ac13ceca1c13c355a880adb109ea77e9e5736232 to f3db410529df34103f0b0d6abaf81667ae633b5c
Branch pushed to git repo; I updated commit sha1. New commits:
f3db410 | Added an import because Manifold is needed; not sure if it is the correct statement
|
comment:3 Changed 6 years ago by
- Dependencies changed from SageManifolds to #19209
- Merged in SageManifolds deleted
- Type changed from PLEASE CHANGE to enhancement
comment:4 Changed 3 years ago by
- Milestone changed from sage-7.1 to sage-duplicate/invalid/wontfix
- Status changed from new to needs_review
Euclidean spaces have been implemented via #24623 (merged in Sage 8.3).
comment:5 Changed 3 years ago by
- Status changed from needs_review to positive_review
comment:6 Changed 3 years ago by
- Reviewers set to Eric Gourgoulhon
comment:7 Changed 3 years ago by
- Resolution set to wontfix
- Status changed from positive_review to closed
Rn.py