>>237 おらも最初そうかんがえたんだけど。でもよく考えると (x^2,y^2)=(cosθ+sinθ,-sinθ+cosθ)で(x^2,y^2)は原点中心の 半径√2の円周上、つまりX^2+Y^2=2にあるので結局(x,y)の軌跡は x^4+y^4=2(適当に仰角の拘束をつける。)って形にならない? どうかんがえても“on the circumference of the same circle” に軌跡はのらないとおもうんだけど?問題おかしい気がする? なんか考え違いしてる?
>>239 on the circumference of the same circle に載らないなんて事はないでしょう? 図を書いたら一目瞭然だと思うけど。
243 名前: 132人目の素数さん 投稿日: 2001/07/28(土) 00:08
>>242 すまソ。おら真性厨房でほんとわからん。 on the circumference of the same circle って“同一円周上にのる”っていみだよね? x^2cosθ-ysinθ=1,x^2sinθ+y^2cosθ=1をといて x^2=cosθ+sinθ=(√2)sin(θ+π/4), y^2=-sinθ+cosθ=(√2)cos(θ+π/4) だから(X,Y)=(x^2,y^2)の軌跡はX^2+Y^2=2じゃない? だから(x,y)の軌跡はx^4+y^4=2じゃない? これどうしても円じゃない気がするんだけどどこまちがってるのか マジわからん。おしえて。
>>268 for a=1 to 9 for b=1 to 9 if a=b then goto 1 for c=1 to 9 if c=a then goto 2 if c=b then goto 2 for d=1 to 9 if d=a then goto 3 if d=b then goto 3 if d=c then goto 3 for e=1 to 9 if e=a then goto 4 if e=b then goto 4 if e=c then goto 4 if e=d then goto 4 for f=1 to 9 if f=a then goto 5 if f=b then goto 5 if f=c then goto 5 if f=d then goto 5 if f=e then goto 5 for g=1 to 9 if g=a then goto 6 if g=b then goto 6 if g=c then goto 6 if g=d then goto 6 if g=e then goto 6 if g=f then goto 6 つづく
for h=1 to 9 if h=a then goto 7 if h=b then goto 7 if h=c then goto 7 if h=d then goto 7 if h=e then goto 7 if h=f then goto 7 if h=g then goto 7 for i=1 to 9 if i=a then goto 8 if i=b then goto 8 if i=c then goto 8 if i=d then goto 8 if i=e then goto 8 if i=f then goto 8 if i=g then goto 8 if i=h then goto 8 LET k=a*10000+b*1000+c*100+d*10+e LET l=f*1000+g*100+h*10+i LET m=k-l if m=33333 then print k,l 8 next i 7 next h 6 next g 5 next f 4 next e 3 next d 2 next c 1 next b next a END