How can i display this sequence in a graph?

 Accepted Answer

n=.05:.01:.3;
x_n=(n.^2-1)./(n.^2);
plot(n,x_n);

More Answers (0)

Categories

Find more on MATLAB Compiler in Help Center and File Exchange

Asked:

on 17 Apr 2020

Commented:

on 17 Apr 2020

Community Treasure Hunt

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

Start Hunting!