Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • $\begingroup$ Both works, although the second is much nicer! :-) However, I think it should be Select[mysum, FreeQ[#1, t] &], right? $\endgroup$ Commented Feb 12, 2015 at 16:40
  • $\begingroup$ @Giacomo I guess you are not yet a Mathematica 10 user. FreeQ[t] is an operator form that is (for the most part) equivalent to FreeQ[#1, t] &. $\endgroup$ Commented Feb 12, 2015 at 16:54
  • $\begingroup$ Oh, I see. I should get my IT department to upgrade my Mathematica version... :-) Thanks for the clarification. $\endgroup$ Commented Feb 13, 2015 at 18:14