Now, assume that the time delay in a logic element is exponentially distributed and that the average delay is
-9
10
seconds. The longest sequence of logic elements in a combinational logic network is six. Find the probability that delay through all six elements is longer than
8.5×
-9
10
seconds:
Find the exponential distribution parameter,
λ
, that yields the given mean delay:
In[5]:=
Mean[ExponentialDistribution[λ]]Quantity[
-9
10
,"Seconds"]
Out[5]=
1
λ
1
1000000000
s
In[6]:=
NSolve[%,λ]
Out[6]=
λ
1.×
9
10
Hz
Create a delay distribution for a chain of six independent logic elements, modeled as an Erlang distribution with shape = 6 and rate = 10⁹ Hz: