How can i display this sequence in a graph?

1 回表示 (過去 30 日間)
Jane Smith
Jane Smith 2020 年 4 月 17 日
コメント済み: Jane Smith 2020 年 4 月 17 日
x_n = (n.^2-1)/n.^2
Using Matlab.

採用された回答

David Hill
David Hill 2020 年 4 月 17 日
n=.05:.01:.3;
x_n=(n.^2-1)./(n.^2);
plot(n,x_n);
  1 件のコメント
Jane Smith
Jane Smith 2020 年 4 月 17 日
Thanks alot it worked!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeElementary Math についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by