Re: VectorFieldPlot problem.
- To: mathgroup at smc.vnet.net
- Subject: [mg115044] Re: VectorFieldPlot problem.
- From: Christopher Arthur <aarthur at tx.rr.com>
- Date: Wed, 29 Dec 2010 05:58:08 -0500 (EST)
Chrisantha,
Did you look at your terms 'xy'? Try writing x*y or x y (space in between).
Christopher Arthur
Chrisantha Fernando a =E9crit :
> 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
>
>
>
>