sagemath / sage

Main repository of SageMath
https://www.sagemath.org
Other
1.28k stars 438 forks source link

Follow-up: provide 3-sphere with additional features #31617

Open mjungmath opened 3 years ago

mjungmath commented 3 years ago

This is a follow-up of #30804. This ticket provides:

CC: @egourgoulhon @tscrim @tobiasdiez

Component: manifolds

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

mjungmath commented 3 years ago

Description changed:

--- 
+++ 
@@ -1,5 +1,5 @@
 This is a follow-up of #30804. This ticket provides:

+- a Lie group structure of S^3 (?)
 - a global frame of S^3
 - Hopf coordinates
-- Lie group structure (?)
mkoeppe commented 3 years ago
comment:2

Sage development has entered the release candidate phase for 9.3. Setting a new milestone for this ticket based on a cursory review.

egourgoulhon commented 3 years ago
comment:3

Just a reminder of some notebooks which might serve as starting points for this project:

egourgoulhon commented 3 years ago
comment:4

Also, regarding Lie groups in Sage, at the moment, we have only nilpotent Lie groups (cf. https://doc.sagemath.org/html/en/reference/groups/sage/groups/lie_gps/nilpotent_lie_group.html), which have been implemented through https://github.com/sagemath/sage-prod/issues/26344.