Group Abstract Group Abstract

Message Boards Message Boards

0
|
3.3K Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:

Plot3D a function with a discontinuity?

Posted 9 years ago

Dear all`

I have the following function, I copy the code in Mathematica

F[x_, y_] = (1/Abs[x + I y])1.12554 Im[Sqrt[x + I y]] Re[Sqrt[x + I y]] (BesselJ[-(1/4), 0.45 Re[Sqrt[x + I y]]^2]^2 BesselJ[3/4, 
     0.45 Im[Sqrt[x + I y]]^2]^2 Im[Sqrt[x + I y]]^2 + BesselJ[-(1/4), 0.45 Im[Sqrt[x + I y]]^2]^2 BesselJ[3/4,  0.45 Re[Sqrt[x + I y]]^2]^2 Re[Sqrt[x + I y]]^2)

gr = Plot3D[Re[F[x, y]], {x, -L, L}, {y, -L, L},  PlotRange -> Full, PlotPoints -> 300]

enter image description here

I obtain the following 3Dplot, I see not function in some region, How can i solve this problem ?

Or it is possible somehow to put the same color of the graph itself. ? In advance thank you

POSTED BY: Irving Rondon

It's a discontinuity in your function. Look at the details of the Exclusions option.

POSTED BY: Sander Huisman
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard