用matlab的极限命令函数,可以求得
>> syms n
>> limit(n*sin(4/n),n,inf)
ans =
4
>> syms x
>> limit((1-5/x)^(2*x),x,+inf)
1/exp(10)