Re: Issue 3033 in sympy: UndefinedFunction not returned from atoms

2012-03-21 Thread sympy
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

Re: Issue 3033 in sympy: UndefinedFunction not returned from atoms

2012-02-21 Thread sympy
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

Re: Issue 3033 in sympy: UndefinedFunction not returned from atoms

2012-02-04 Thread sympy
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

Re: Issue 3033 in sympy: UndefinedFunction not returned from atoms

2012-02-03 Thread sympy
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

Re: Issue 3033 in sympy: UndefinedFunction not returned from atoms

2012-02-03 Thread sympy
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

Re: Issue 3033 in sympy: UndefinedFunction not returned from atoms

2012-02-03 Thread sympy
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

Re: Issue 3033 in sympy: UndefinedFunction not returned from atoms

2012-02-03 Thread sympy
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

Issue 3033 in sympy: UndefinedFunction not returned from atoms

2012-01-30 Thread sympy
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