Find a function F from S∗S to {0,1} where S is the set of first 12 positive integers such that :
F(a,b)={0,for b≥a1otherwise .
My Attempt:
F(a,b)=⌊a+12b+12⌋G(a,b)
Let G(a,b)=M(a−b),
Now we have to find a function M from S∪P∪0(P is the set of first twelve negaive integers) to (1,0) such that M(0)=0 and M(x)=1∀x>1
Since the limit does not exist at 0 ,therefore I can't use trig or exponential function s etc.
Any help in direction would be appreciated.
PS: keep it as simple as possible. I am willing to use mod,floor and abs to construct M
No comments:
Post a Comment