Error using sym/limit (line 48) The limit variable must be a symbolic variable.

5 次查看(过去 30 天)
syms k
limit(k^1/k,inf)
Error using sym/limit (line 48)
The limit variable must be a symbolic variable.
Error in (line 3)
limit(k^1/k,inf)
Hello,
i am trying to find the limit for this sequence and it keeps giving me this error ,can anyone help explain to me how to proceed ?
Thank you

回答(1 个)

Walter Roberson
Walter Roberson 2016-4-13
limit(k^1/k, k, inf)

类别

Help CenterFile Exchange 中查找有关 Symbolic Math Toolbox 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by