Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up
Pinned
188 contributions in the last year
Contribution activity
May 2019
Created an issue in sympy/sympy that received 5 comments
Subscript unicode printing behavior inconsistency between 2.7 & 3
In Python 2.7: >>> from sympy import * >>> init_printing(use_unicode=True) >>> symbols('e_t e_x e_y e_z e_r e_theta, e_phi') (e_t, eₓ, e_y, e_z, eᵣ…
5
comments