summaryrefslogtreecommitdiff
path: root/149/CH9/EX9.5.1/example5_1.sce
blob: 867ce04c60f9f0d2831c07654436bc73293158e6 (plain)
1
2
3
4
5
6
clc
syms n;
v=1/((1/n)^2)
u=(2/n-1)/(1/n*(1/n+1)*(1/n+2))
disp(limit(u/v,n,0));
disp('both u and v converge and diverge together,hence u is convergent')