Question: power series at infinty

> T1:=convert(series(f,x=infinity,5),polynom);
             1. ln(x)   1.   0.5000000000   0.3333333333
       T1 := -------- + -- - ------------ + ------------
                x        2         3              4    
                        x         x              x     
here i want to expand the function (ln(1+x))/x  at infinty but it gives me a false result, why?

please is ther any answer!

Please Wait...