> 其他 >
用matlab求sinx/x的两个极限,还有(1+x)的1/x次幂
人气:232 ℃ 时间:2020-06-07 06:42:32
解答
>> limit(sin(x)/x,0)
ans =
1
>> limit(sin(x)/x,inf)
ans =
0
>> limit((1+x)^(1/x),inf)
ans =
1
>> limit((1+x)^(1/x),0)
ans =
exp(1)
推荐
猜你喜欢
© 2024 79432.Com All Rights Reserved.
电脑版|手机版