[sympy] Finding the Riemann tensor for the surface of a sphere with sympy.diffgeom

2015-10-14 Thread Imran Ali
I have implemented a SymPy program that can calculate the Riemann curvature tensor for a given curve element. However, I am encountering problems solving for the case when the curve element is the surface of a sphere \begin{align} ds^2 = r^2d\theta^2 + r^2 \sin^2\theta d\phi^2 \end{align} This

Re: [sympy] Finding the Riemann tensor for the surface of a sphere with sympy.diffgeom

2015-10-14 Thread Ondřej Čertík
On Wed, Oct 14, 2015 at 3:25 PM, Ondřej Čertík wrote: > Hi Imran, > > On Wed, Oct 14, 2015 at 10:14 AM, Imran Ali wrote: >> I have implemented a SymPy program that can calculate the Riemann curvature >> tensor for a given curve element. However,

Re: [sympy] Finding the Riemann tensor for the surface of a sphere with sympy.diffgeom

2015-10-14 Thread Ondřej Čertík
Hi Imran, On Wed, Oct 14, 2015 at 10:14 AM, Imran Ali wrote: > I have implemented a SymPy program that can calculate the Riemann curvature > tensor for a given curve element. However, I am encountering problems > solving for the case when the curve element is the surface