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

UptoLike

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




                       270