How can i display this sequence in a graph?

1 visualizzazione (ultimi 30 giorni)
x_n = (n.^2-1)/n.^2
Using Matlab.

Risposta accettata

David Hill
David Hill il 17 Apr 2020
n=.05:.01:.3;
x_n=(n.^2-1)./(n.^2);
plot(n,x_n);

Più risposte (0)

Categorie

Scopri di più su Elementary Math in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by