limit(2^x+3^x*(cos(x)+%i*sin(x)), x, inf) answers und, where the correct answer is infinity. In simplimtimes, it is not detected that abs(cos(x)+%i*sin(x)) = 1.
limit(2^x+3^x*(cos(x)+%i*sin(x)), x, inf)
und
infinity
simplimtimes
abs(cos(x)+%i*sin(x)) = 1
Log in to post a comment.