How can i display this sequence in a graph?

2 visualizaciones (últimos 30 días)
Jane Smith
Jane Smith el 17 de Abr. de 2020
Comentada: Jane Smith el 17 de Abr. de 2020
x_n = (n.^2-1)/n.^2
Using Matlab.

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by