Error using sym/limit (line 48) The limit variable must be a symbolic variable.
이전 댓글 표시
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
Krittika Saha
2016년 4월 13일
write this: syms k limit(k^(1/k),inf)
답변 (1개)
카테고리
도움말 센터 및 File Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!