Re: Implicit plot variations
- To: mathgroup at smc.vnet.net
- Subject: [mg50858] Re: Implicit plot variations
- From: p-valko at tamu.edu (Peter Valko)
- Date: Fri, 24 Sep 2004 04:41:32 -0400 (EDT)
- References: <ciua51$90n$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
I think you have just created a nice illustration to the thing called
"sampling theorem" in math and engineering. You may also find a lot of
info under the name "Nyquist stability" in control theory.
P.
mathma18 at hotmail.com (Narasimham G.L.) wrote in message news:<ciua51$90n$1 at smc.vnet.net>...
> << Graphics`ImplicitPlot`;
> ImplicitPlot[y == Sin[100 x], {x, -2, 2}, {y, -2, 2},
> PlotPoints -> {nppx, 100}]
>
> By changing nppx between 2 and 200 a lot of variation in plots.(They
> seem to vibrate with larger frequencies).