Skip to content
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

Euclidean 3-space: offer several flavours of spherical coordinates #31747

Open
slel opened this issue Apr 28, 2021 · 2 comments
Open

Euclidean 3-space: offer several flavours of spherical coordinates #31747

slel opened this issue Apr 28, 2021 · 2 comments

Comments

@slel
Copy link
Member

slel commented Apr 28, 2021

Spherical coordinates (r, theta, phi) involve
one length coordinate r and two angle
coordinates theta and phi, one representing
longitude and varying in a length 2*pi interval,
typically [0, 2*pi], the other representing
latitude and varying in a length pi interval:
either [0, pi] if the latitude is measured
from one of the poles, or [-pi/2, pi/2]
if the latitude is measured from the equator.

Sage's euclidean space has a spherical_coordinates
method using pole-based latitude. Providing
equator-based latitude would be a nice option.

Besides, the order of the angular coordinates could be customized.

Requested at

CC: @egourgoulhon @slel

Component: manifolds

Issue created by migration from https://trac.sagemath.org/ticket/31747

@slel slel added this to the sage-9.4 milestone Apr 28, 2021
@egourgoulhon

This comment has been minimized.

@egourgoulhon egourgoulhon changed the title Add spherical coordinates with equator-based latitude Euclidean 3-space: offer several flavours of spherical coordinates Apr 28, 2021
@mjungmath
Copy link

comment:2

Possibly related: #30824

@mkoeppe mkoeppe modified the milestones: sage-9.4, sage-9.5 Aug 10, 2021
@mkoeppe mkoeppe modified the milestones: sage-9.5, sage-9.6 Dec 18, 2021
@mkoeppe mkoeppe modified the milestones: sage-9.6, sage-9.7 Apr 1, 2022
@mkoeppe mkoeppe modified the milestones: sage-9.7, sage-9.8 Aug 31, 2022
@mkoeppe mkoeppe removed this from the sage-9.8 milestone Jan 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants