Skip to main content
7 events
when toggle format what by license comment
Jul 11, 2014 at 14:12 comment added Daniel Lichtblau PolynomialReduce is a good function for this type of thing.
Jul 11, 2014 at 7:59 answer added ubpdqn timeline score: 1
Jul 11, 2014 at 1:06 comment added Michael E2 Without a complete, even if simpler, example to work with, perhaps this is will work: Replace[expr, term_ /; MemberQ[Numerator[term], (x | y)^i_ /; i > 4] -> 0, 1]?? It assumes the expression for your rational function has been expanded in the way you describe. Please clarify whether this is right or wrong.
Jul 10, 2014 at 22:33 history edited Adarsh Dave CC BY-SA 3.0
added 172 characters in body
Jul 10, 2014 at 22:28 history edited Sektor CC BY-SA 3.0
Reformatted
Jul 10, 2014 at 22:25 review First posts
Jul 10, 2014 at 22:28
Jul 10, 2014 at 22:10 history asked Adarsh Dave CC BY-SA 3.0