Теория массового обслуживания. Сивохин А.В - 276 стр.

UptoLike

276
> listplot([seq(Lp11[t], t=1..8)], thickness=2,
color= green, legend=`p10(t)`);
plot(PolynomialInterpolation([seq(t, t=1..8)],
[seq(Lp11[t], t=1..8)], z, form=Lagrange ),
z=1..8,
thickness=2, color= red,
legend=`p10(t)`);
> listplot([seq(Lp11[t], t=1..8)], thickness=2,
color= green, legend=`p10(t)`);
plot(PolynomialInterpolation([seq(t, t=1..8)],
[seq(Lp11[t], t=1..8)], z, form=Lagrange ),
z=1..8,
           thickness=2, color= red,
legend=`p10(t)`);




                       276