A computer algebra system written in pure Python http://sympy.org/ . To get started to with contributing https://github.com/sympy/sympy/wiki/Introduction-to-contributing
Dear people, I hope I can 'shoot' a quick question here...: Is there a way to PREVENT sympy's evalf() function from interpreting the letter 𝐈 (capital i) as √-1 ? For that matter, can I pursuade it to understand the letters E and N as 'just' another symbol holding a variable?
(I tried googling it, but this question seems a bit too vague for Google to handle. Neither can I find anything in the documentation of the eval function or in source code of SymPy)