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

UptoLike

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




                       279