Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. [Phi] = [Psi] E^(-(x^2/(2 [Delta]^2)))
  2.  
  3. netcharDe = D[D[[Phi], x], x];
  4.  
  5. passDens = Integrate[
  6. distfuncMax, {v, -Infinity, -Sqrt[[Phi][[Psi], [Delta],
  7. x]]}] + Integrate[
  8. distfuncMax, {v, Sqrt[[Phi][[Psi], [Delta], x]], Infinity}];
  9.  
  10. trapcharDens = netcharDe - passDens + 1;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement