Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. Subscript[X, t] ==
  2. (1 - [Theta])*Sum[[Theta]^(k - 1)*(Subscript[P, t - k] - Subscript[P, t - k - 1]), {k, 1, t - 1}] +
  3. [Theta]^(t - 1)*1; Subscript[NN, t] == Subscript[X, t]/([Gamma]*[Sigma]^2);
  4. Subscript[M, t] == (Subscript[D, t] - (T - t - 1)*[Gamma]*[Sigma]^2*Q - Subscript[P, t])/([Gamma]*[Sigma]^2);
  5. E*Subscript[NN, t] + F*Subscript[M, t]**Q; u == [Mu] - 1;
  6. Inequality[1, Greater, [Mu], GreaterEqual, 0
  7.  
  8. RSolve[eqn,a[n],n]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement