Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Trac #29581: remove unicode character
Browse files Browse the repository at this point in the history
  • Loading branch information
mjungmath committed Oct 3, 2021
1 parent 44f8cfa commit ac5cbbf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1668,7 +1668,7 @@ def get_local(self, cmat):
Consider the 2-sphere::
sage: M.<ϑ,ϕ> = manifolds.Sphere(2) # use spherical coordinates
sage: M.<th,phi> = manifolds.Sphere(2) # use spherical coordinates
sage: TM = M.tangent_bundle()
sage: g = M.metric()
sage: nab = g.connection()
Expand All @@ -1689,7 +1689,7 @@ def get_local(self, cmat):
sage: algorithm = EulerAlgorithm()
sage: euler = -algorithm.get_local(gcmat)[0] / sqrt(g.det(frame=e))
sage: euler.display()
1/2*sin(ϑ)/pi dϑ∧dϕ
1/2*sin(th)/pi dth∧dphi
"""
from sage.symbolic.constants import pi

Expand Down

0 comments on commit ac5cbbf

Please sign in to comment.