Function to produce a vector field with two focal areas: one in the top right and one in the bottom left quadrant.

23 Views Asked by At

I'm trying to make a conceptual visualization of a system with two stable areas in a $2$-dimensional possibility space. To do this I want to produce a vector field showing the direction the system will tend to evolve towards from any given point in possibility space. What I want to end up with is something like this:

enter image description here

All the vectors point towards either the center of the bottom left hand quadrant or the top right hand quadrant. I can make a nice visualization of a vector function using $R$, but I need a mathematical function that describes the vector field that I want. Is there a simple function that will produce such a vector field?

1

There are 1 best solutions below

0
On BEST ANSWER

Well, in case anyone is wondering, an answer is:

enter image description here

and the working R script is here.