Login  Register

Problem of the Day - 29th May 2014

classic Classic list List threaded Threaded
5 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Problem of the Day - 29th May 2014

Prerna Rakheja
36 posts
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Problem of the Day - 29th May 2014

Dreyfus
425 posts
F(x,y)=0.5*(x²y+xy²)
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Problem of the Day - 29th May 2014

kangkan
607 posts
i t5hink you have to split it into regions
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Problem of the Day - 29th May 2014

Dreyfus
425 posts
@kangkan...ohh I forgot, thnkx
F(X,Y)=      0 for x<=0,y<=0
             0.5(xy²+x²y) for 0<x<1,0<y<1
             0.5(y²+y) for x>=1,0<y<1
             0.5(x²+x) for 0<x<1, y>=1
             1 for x>=1,y>=1
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Problem of the Day - 29th May 2014

Prerna Rakheja
36 posts
That's correct Vaibhav : )

image244.jpg