How can i display this sequence in a graph?

12 vues (au cours des 30 derniers jours)
Jane Smith
Jane Smith le 17 Avr 2020
Commenté : Jane Smith le 17 Avr 2020
x_n = (n.^2-1)/n.^2
Using Matlab.

Réponse acceptée

David Hill
David Hill le 17 Avr 2020
n=.05:.01:.3;
x_n=(n.^2-1)./(n.^2);
plot(n,x_n);
  1 commentaire
Jane Smith
Jane Smith le 17 Avr 2020
Thanks alot it worked!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by