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

UptoLike

204
plot(f(t), t=1..T, thickness=2, color= red,
legend=`f(t)`);
f := t
® L
e
-L t
()
5.08
?
?
?
?
?
0
?
5.08 e
-5.08 t()
dt = 1.
2.2 Время обслуживания системы
> q:=t->Mu*exp(-Mu*t);
q(0);
Int(q(t), t=0..infinity)=int(q(t),
t=0..infinity);
plot(q(t), t=1..T, thickness=2, color= red,
legend=`q(t)`);
q := t
® M
e
-M t
()
4.12
plot(f(t), t=1..T, thickness=2, color= red,
legend=`f(t)`);
                                     (-L t)
                      f := t ® L e

                            5.08

                  ? ?
                  ?        (-5.08 t)
                  ? 5.08 e           dt = 1.
                  ?
                  ?0




2.2 Время обслуживания системы
> q:=t->Mu*exp(-Mu*t);
q(0);
Int(q(t), t=0..infinity)=int(q(t),
t=0..infinity);
plot(q(t), t=1..T, thickness=2, color= red,
legend=`q(t)`);
                                     (-M t)
                     q := t ® M e

                            4.12



                             204