How can i display this sequence in a graph?

2 ビュー (過去 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 ExchangeGet Started with MATLAB についてさらに検索

Translated by