MathGroup Archive 2007

[Date Index] [Thread Index] [Author Index]

Search the Archive

sorry for the previous massage

  • To: mathgroup at smc.vnet.net
  • Subject: [mg75224] sorry for the previous massage
  • From: "omur.tosun at gmail.com" <omur.tosun at gmail.com>
  • Date: Sat, 21 Apr 2007 23:06:08 -0400 (EDT)

a = Lambda[d]/(Lambda[d] + Lambda[in]);


> P(0, 0)  = 1/(k + (Lambda[in] / Mu[in]) * (k - 1) +
            (Lambda[in] / Mu[m]) * (k - 1) +
             a* ((1 - a^(n - k)) / (1 - a)) +
(Lambda[in] / Mu[in])* a * ((1 - a^(n -k)) / (1 - a)) +
(Lambda[in] / Mu[M]) * a * (( 1 - a^(n -k)) / (1 - a)) +
(Lambda[d] / Mu[D]) * a^(n - k));
>
Availability (A)  = P(0,0)*(k + (a * (1-a^(n-k))))

x=(dA/dLambda(in))--->it gives error massages like using inverse function

i use P() only for writing here.  after i take x=(dA/dLambda(in)) i want to find the value using solve[x==0,Lambda(in)] but again i couldn't get any solution..i don't understand what if i do something wrong...


  • Prev by Date: how to make myVec[v,3] to return {v_1, v_2, v_3} ?
  • Next by Date: Barchart Questions
  • Previous by thread: Re: Help in analytical integration 3
  • Next by thread: Barchart Questions