matlab函数限制NaN值

时间:2015-01-18 22:52:39

标签: matlab math limit

我想在matlab中计算函数的极限。但结果我得到的价值是" NaN" (不是非数字)。我应该采取什么样的方式来回答#34; = n"?

syms x n
lt=limit((x+1)^n-1/x)

1 个答案:

答案 0 :(得分:1)

这是为n = 1绘制的函数。 n绝对不是限制。该函数返回正确的值。

enter image description here