« View all new features in
Mathematica
9
◄
previous
|
next
►
New in
Mathematica
9
›
Markov Chains and Queues
Compute Common Properties of Queues
Compute the structural and performance properties of an M/M/1 queue.
In[1]:=
X
\[ScriptCapitalQ] = QueueingProcess[\[Lambda], \[Mu]];
In[2]:=
X
QueueProperties[\[ScriptCapitalQ]]
Out[2]=
Find the mean system size for the steady state of the system.
In[3]:=
X
QueueProperties[QueueingProcess[\[Lambda], \[Mu]], "MeanSystemSize"]
Out[3]=
Compute the properties of an M/M/2/5 queue.
In[4]:=
X
QueueProperties[QueueingProcess[10, 3.4, 2, 5]]
Out[4]=
Compute the properties of an M/G/1 queue.
In[5]:=
X
QueueProperties[ QueueingProcess[\[Lambda], ErlangDistribution[k, k \[Mu]]]]
Out[5]=