-
-
Notifications
You must be signed in to change notification settings - Fork 697
Closed
Milestone
Description
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