Status: Started
Owner: [email protected]
Labels: Type-Defect Priority-Medium

New issue 2182 by [email protected]: Remove vectorization of Functions
http://code.google.com/p/sympy/issues/detail?id=2182

Currently, sin([x, y]), sin(Tuple(x, y)) and similar expressions return [sin(x), sin(y)]. I suggest that we get rid of this behaviour which is inconsistent because the return value doesn't look at all like an instance of sin, and because in the Tuple case you'd expect the return value to be an instance of Basic.

I've already sent a [https://github.com/sympy/sympy/pull/102 pull request]

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