Re: VectorFieldPlot problem.
- To: mathgroup at smc.vnet.net
- Subject: [mg115029] Re: VectorFieldPlot problem.
- From: Chrisantha Fernando <ctf20 at sussex.ac.uk>
- Date: Wed, 29 Dec 2010 05:55:23 -0500 (EST)
Thanks :) C On 28 Dec 2010, at 13:47, Patrick Scheibe wrote: > 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 >> >> >