I would like to know the steps Mathematica applies to obtain a result.
I have
Limit[n^Log[2, n]/1.001^n, n -> \[Infinity]]
and Mathematica shows 0 but I want to know how it got that result.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Mathematica can’t do that, it uses algorithms which are very different from what you want to see.
There is a set of functions which will return some information about calculation process for some specific entry, but their outputs are total mess – those are meant as development diagnostic, not as help with homework or preparation for exam.
For some types of problems such as limits, integrals, derivatives etc. you can use Math Assistant on Web, which will describe whole solution process in detail.