Error using sym/limit (line 48) The limit variable must be a symbolic variable.
Ältere Kommentare anzeigen
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 Kommentar
Krittika Saha
am 13 Apr. 2016
write this: syms k limit(k^(1/k),inf)
Antworten (1)
Walter Roberson
am 13 Apr. 2016
limit(k^1/k, k, inf)
Kategorien
Mehr zu Symbolic Math Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!