Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. f = 1/Tan[1/t];
  2. Plot[f, {t, - Pi/2, Pi/2},
  3. ExclusionsStyle -> {None, Directive[Red, AbsolutePointSize[5]]}]
  4.  
  5. singularityDomain[f_, x_] := Module[{res = FunctionDomain[f, x]},
  6. Reduce[! res] /; ! MatchQ[res, _FunctionDomain]]
  7.  
  8. Clear[x]
  9. singularityDomain[1/Tan[1/x], x]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement