Wave interference

c1 = ParametricPlot[Evaluate[Table[{3+n Sin[t],n Cos[t]},
                        {n,1,40}]
                       ],
               {t,0,2 Pi},Axes->False,
               AspectRatio->Automatic
              ];

[Graphics:../HTMLFiles/MATH5_TUT1_579.gif]

c2 = ParametricPlot[Evaluate[Table[{n Sin[t], n Cos[t]}, {n, 1, 40}]], {t, 0, 2 Pi}, Axes→False, AspectRatio→Automatic] ;

[Graphics:../HTMLFiles/MATH5_TUT1_581.gif]

inter12 = Show[c1,c2]

[Graphics:../HTMLFiles/MATH5_TUT1_582.gif]

-Graphics -

c3 = ParametricPlot[Evaluate[Table[{6+n Sin[t],n Cos[t]},
                        {n,1,40}]
                       ],
               {t,0,2 Pi},Axes->False,
               AspectRatio->Automatic
              ];

[Graphics:../HTMLFiles/MATH5_TUT1_584.gif]

inter123 = Show[c1,c2,c3];

[Graphics:../HTMLFiles/MATH5_TUT1_585.gif]


Created by Mathematica  (September 7, 2006) Valid XHTML 1.1!