Comment #11 on issue 515 by [email protected]: update matrix wiki with
the new output code
http://code.google.com/p/sympy/issues/detail?id=515
The Curvilinear Coordinates section of the following wiki page doesn't
display properly on my FireFox browser:
https://github.com/sympy/sympy/wiki/Scipy2008-examples#wiki-Numerical_Integration
For example, the following trace shows umlaut dots above the "I" characters:
Transformation: polar
Ï = Ï â‹…cos(φ)
φ = Ï â‹…sin(φ)
I verified that the sympy git clone of
examples\advanced\curvilinear_coordinates.py program executes
satisfactorily under Python2.7.3 which shows the corresponding lines as:
Transformation: polar
rho = rho*cos(phi)
phi = rho*sin(phi)
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sympy-issues?hl=en.