VectorFieldPlot problem.
- To: mathgroup at smc.vnet.net
- Subject: [mg115011] VectorFieldPlot problem.
- From: Chrisantha Fernando <ctf20 at sussex.ac.uk>
- Date: Tue, 28 Dec 2010 06:50:32 -0500 (EST)
- References: <201011261027.FAA24016@smc.vnet.net>
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