Re: VectorFieldPlot problem.
- To: mathgroup at smc.vnet.net
- Subject: [mg115028] Re: VectorFieldPlot problem.
- From: Patrick Scheibe <pscheibe at trm.uni-leipzig.de>
- Date: Wed, 29 Dec 2010 05:55:12 -0500 (EST)
Hi, have you noticed, that you use the variable xy? This is different from x, different from y and, of course, different from x*y! Cheers Patrick On Tue, 2010-12-28 at 06:50 -0500, Chrisantha Fernando wrote: > Dear All, > > Can someone explain to me why this vectorfieldplot is not working... > > Needs["VectorFieldPlots`"] > > VectorFieldPlot[{-x+(1.1` (1-x)^3 x^2 xy^2 (1-y)^3 y)/(0.9` (1-x)+1.1`x)+x (1-(1-x)^3 x xy^2 (1-y)^3 y),-y+(1.1` (1-x)^3 x xy^2 (1-y)^3y^2)/(0.9` (1-y)+1.1` y)+y (1-(1-x)^3 x xy^2 (1-y)^3 y)}, {x, 0,0.1},{y, 0,0.1}] > > Cheers, > Chrisantha > >