フィルターのクリア

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

5 ビュー (過去 30 日間)
Kosmas-Damianos Giannakos
Kosmas-Damianos Giannakos 2016 年 4 月 13 日
コメント済み: Krittika Saha 2016 年 4 月 13 日
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 Center および File ExchangeSymbolic Math Toolbox についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by