Updates:
Status: Fixed
Comment #8 on issue 3033 by smi...@gmail.com: UndefinedFunction not
returned from atoms
http://code.google.com/p/sympy/issues/detail?id=3033
documentation was added; the OP issue is WontFix
--
You received this message because you are subscribed to the Google G
Updates:
Labels: NeedsReview smichr
Comment #6 on issue 3033 by smi...@gmail.com: UndefinedFunction not
returned from atoms
http://code.google.com/p/sympy/issues/detail?id=3033
I think it would be good to add some documentation regarding this issue.
I've got a proposal at https://gi
Updates:
Cc: gilbertg...@gmail.com
Labels: -NeedsReview -smichr
Comment #5 on issue 3033 by smi...@gmail.com: UndefinedFunction not
returned from atoms
http://code.google.com/p/sympy/issues/detail?id=3033
So the change that was just committed should be reverted. (I wish there
Comment #4 on issue 3033 by ronan.l...@gmail.com: UndefinedFunction not
returned from atoms
http://code.google.com/p/sympy/issues/detail?id=3033
So should eq.atoms(UndefinedFunction) return set([f])?
In that case, eq.atoms(FunctionClass) should be changed return set([f,
cos]). But I thin
Comment #3 on issue 3033 by asmeu...@gmail.com: UndefinedFunction not
returned from atoms
http://code.google.com/p/sympy/issues/detail?id=3033
So should eq.atoms(UndefinedFunction) return set([f])?
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" g
Comment #2 on issue 3033 by ronan.l...@gmail.com: UndefinedFunction not
returned from atoms
http://code.google.com/p/sympy/issues/detail?id=3033
f(x) isn't an instance of UndefinedFunction, so I don't think there's a
problem. What you wanted was probably eq.atoms(AppliedUndef).
--
You rec
Updates:
Labels: NeedsReview smichr
Comment #1 on issue 3033 by smi...@gmail.com: UndefinedFunction not
returned from atoms
http://code.google.com/p/sympy/issues/detail?id=3033
https://github.com/sympy/sympy/pull/1029
--
You received this message because you are subscribed to the Goo
Status: Accepted
Owner:
Labels: Type-Defect Priority-Medium
New issue 3033 by smi...@gmail.com: UndefinedFunction not returned from
atoms
http://code.google.com/p/sympy/issues/detail?id=3033
A special case might need to be made for the request to return
UndefinedFunction from an expres