How to get plot Exclusions for a numerical function?
- To: mathgroup at smc.vnet.net
- Subject: [mg102547] How to get plot Exclusions for a numerical function?
- From: asdf qwerty <bradc355113 at yahoo.com>
- Date: Thu, 13 Aug 2009 03:21:20 -0400 (EDT)
I have a complex analytic function that I'm computing numerically, and it has branch cuts along arbitrary curves that I can't know beforehand. Does anyone have any ideas on how I can get Exclusions- like functionality from Plot3D for this case? With the allowed form "Exclusions -> {{lhs = rhs, ineqs}, ...}", I can't think of an easy way to do it numerically... maybe something like "Exclusions -> {{True, <something clever>}}"? Has anyone tackled this problem before?