Question: Help please: limit of exponential

I need help . Why won't Maple evaluate the 2nd limit? How do I get around that? T is a constant.

> limit(exp(x/2),x=infinity);

                               infinity


> limit(exp(x/T),x=infinity);

                            lim       exp(x/T)
                       x -> infinity

Please Wait...