Message Boards Message Boards

0
|
10243 Views
|
5 Replies
|
1 Total Likes
View groups...
Share
Share this post:

Plot results of Fermat factorization method with ContourPlot?

For the following set of commands the Contour Plot does not appear to display:

h = Cos[(2 \[Pi] ((x)^2 + (y)^2)/(2*5*w))]^2

h1
u1 = ContourPlot[h1 == 1, {x, -15, +15}, {y, -15, +15}, 
   GridLines -> Automatic];
u2 = Graphics[{Red, Point[{7, 11}]}];
s4 = Show[{u1, u2}]

Plot3D[h1, {x, -15, +15}, {y, -15, +15}]

The complete NoteBook is attached. You insights are welcome.

I'm using Version 11.3

Regards, Edward

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

Group Abstract Group Abstract

Be respectful. Review our Community Guidelines to understand your role and responsibilities. Community Terms of Use