Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. ClearAll[x,c]
  2. Exp[ x c] /. Exp[any_. c]:> c
  3.  
  4. Exp[ x c] /. Exp[Alternatives[Except[x], any1_.] c] :> c
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement