In maple how can i find the asymptotic curve of $\frac{x}{lnx}$
I'd appreciate if one can tell me what's the output as well.
thanks.
In maple how can i find the asymptotic curve of $\frac{x}{lnx}$
I'd appreciate if one can tell me what's the output as well.
thanks.
What you are looking for is properly called an "asymptotic series" rather than an "asymptotic curve". The Maple command is
asympt(x/ln(x), x), but Maple's response is simply $x/ln(x)$, like @anon said.