Skip to content

Improve handling of metrics on pseudo-Riemannian submanifolds #31781

@egourgoulhon

Description

@egourgoulhon

In Sage 9.3.rc5, we have

sage: S2 = manifolds.Sphere(2)                                      
sage: g = S2.metric()
sage: g                                    
Riemannian metric g on the 2-sphere S^2 of radius 1 smoothly embedded 
 in the Euclidean space E^3

So far so good, but then

sage: g.display()
...
ValueError: no basis could be found for computing the components
 in the Coordinate frame (A, (d/dtheta,d/dphi))
sage: g.ricci_scalar()
...
ValueError: no basis could be found for computing the components
 in the Coordinate frame (A, (d/dtheta,d/dphi))

CC: @mjungmath

Component: manifolds

Author: Eric Gourgoulhon

Branch/Commit: dc15aff

Reviewer: Michael Jung

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions