TEAL Weird Fields Contest

1.
2.
3.

g(x,y) = sin(y)^cos(y)
h(x,y) = cos(x)^sin(x)


g(x,y) = (sin(x^2)^cos(y))^2
h(x,y) = (sin(y^2)^cos(x))^2


g(x,y) = sin(xcos(y)-ycos(x))
h(x,y) = arctan(x)


4.
5.
6.
g(x,y) = cos(r^2)
h(x,y) = sin(r^2)


g(x,y) = cos(y*sin(y))
h(x,y) = cos(x*sin(x))


g(x,y) = (x-y)*cos(6y)^3
h(x,y) = (x+y)*sin(6x)^3


   
 
 
Note: Some equations have been modified from the submitted version, in order to be mathematically accurate and/or correctly parsed by the applet. The field aspects remain the same.