Group Abstract Group Abstract

Message Boards Message Boards

1
|
5.3K Views
|
2 Replies
|
1 Total Like
View groups...
Share
Share this post:

Contour plot for disersion curve not working

Posted 5 years ago
2 Replies

Try:

  Manipulate[
   With[{ax = 2 ay, ty = 2 tx, co = 2}, 
    ContourPlot[
     co - 2 tx Cos[kx ax] - 2 ty Cos[ky ay], {kx, 0, 2 Pi}, {ky, 0, 
      2 Pi}]], {ay, 0, 10}, {tx, 0, 10}]
POSTED BY: Mariusz Iwaniuk
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard