Advertisement
Guest User

Untitled

a guest
Jul 25th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. f[x_] = Piecewise[{
  2. {y0, x<x0-dx/2},
  3. {y0+1/2(y1-y0)(1-Cos(Pi*x/dx)), x<x0+dx/2},
  4. {y0, True},
  5. }];
  6.  
  7. D[f[x]*g[x,t], x]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement