Fixed Point #546
mntly
started this conversation in
Art competition
Fixed Point
#546
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Your work
이름 Your Name
이연준
사용한 도구 Tool You Used
Dall-E3
Description (about 3 sentences)
[Kor]
저에게 고정점(Fixed Point)이란 인공위성의 궤도입니다.
정적 분석기는 빠르게 상위 근사로 확장한 후(Widening), 점차 결과를 정제하며(Narrowing) 안정된 상태, 즉 고정점에 도달합니다.
인공위성 역시 이와 유사하게 처음에는 로켓의 추진력으로 빠르게 지구를 벗어나고, 궤도에 가까워지면 조금씩 위치를 조정하며 안정된 궤도에 맞춰 갑니다.
이러한 유사성을 바탕으로 저는 고정점을 찾기 위해 연산을 반복하는 것을 인공위성이 안정된 궤도로 나아가는 과정으로 비유하여 나타내었습니다.
[Eng]
For me, the fixed point is the artificial satellite's orbit.
A static analyzer first rapidly expands its approximation through widening, then gradually refines it through narrowing until it reaches a stable state (fixed point).
Similarly, an artificial satellite first leaves Earth at high speed using a rocket and, as it approaches a stable orbit, makes small adjustments to gradually settle into a stable orbit.
To represent this similarity, I described the process that repeats the operation to find a fixed point as the artificial satellite goes to a stable orbit.
All reactions