Question: Searching for certain types of polynomial term in a big Maple expression

Hi,

I have a rather large output of quotients of polynomial terms in Maple, things like coeffiencient*r^6*(sqrt(1+r^2...)/(1+r^2+r^4), what I have to do at the moment is scan through them by eye taking the large r limits, to see if e.g. an expression goes like 1/r, or 1/r^2 etc at large r..

I was wondering if there is anyway I can automate Maple to scan through the terms for me, systematically taking each limit, and only keeping terms to a certain power in r?

I don't know much about Maple programming, but I have experience with other languages and would be willing to read up on Maple

Please Wait...