Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 2232 by [email protected]: naming conflict for library function generated symbols.
http://code.google.com/p/sympy/issues/detail?id=2232

For example,

1. cse function returns expressions with new symbols (x0, x1, x2)

http://docs.sympy.org/dev/modules/simplify.html?highlight=cse#module-sympy.simplify.cse_main

2. indefinite integration will add constant. https://github.com/sympy/sympy/pull/149

Because a user might be already using those symbols, x0, x1, c, constant.. etc.. so there can be a conflict.

Mathematica seems to reserve 'C' for that issue, (user can't declare C).

Any thoughts?

--
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.

Reply via email to