FractalPark
유리 역수

islandofchaos

0ba0b082-c4b0-51d8-b981-7ca1ca25b9f3

학습 개요

FRM-like/1에서 초기화는 다음 값을 설정해요: z = seed. 반복 노드는 다음 연산을 실행해요: roundCount < 10 → z = earlyTransform(z)+pixel; roundCount >= 10 → z = numeratorTransform(z)/denominatorTransform(z)+pixel. 다음 공식 세부 사항을 설명해요: 분기는 다음 식을 사용해요: roundCount < 10 → z = earlyTransform(z)+pixel; roundCount >= 10 → z = numeratorTransform(z)/denominatorTransform(z)+pixel. 종료 노드는 다음 조건을 검사해요: |z| <= real(escapeLimit).

소스 해설

  1. frm-v1:46f51a27e66b8e029ee20112496383b57cc510dbfcae0bc63dd9b0a6886dcb8f:init/0

    FRM-like/1에서 초기화는 다음 값을 설정해요: z = seed.

  2. frm-v1:46f51a27e66b8e029ee20112496383b57cc510dbfcae0bc63dd9b0a6886dcb8f:loop/0

    반복 노드는 다음 연산을 실행해요: roundCount < 10 → z = earlyTransform(z)+pixel; roundCount >= 10 → z = numeratorTransform(z)/denominatorTransform(z)+pixel.

  3. frm-v1:46f51a27e66b8e029ee20112496383b57cc510dbfcae0bc63dd9b0a6886dcb8f:loop/0

    다음 공식 세부 사항을 설명해요: 분기는 다음 식을 사용해요: roundCount < 10 → z = earlyTransform(z)+pixel; roundCount >= 10 → z = numeratorTransform(z)/denominatorTransform(z)+pixel.

  4. frm-v1:46f51a27e66b8e029ee20112496383b57cc510dbfcae0bc63dd9b0a6886dcb8f:bailout

    종료 노드는 다음 조건을 검사해요: |z| <= real(escapeLimit).

구문 특징

sequence

이 구문 기능은 다음 연산을 가리켜요: 반복 노드는 roundCount < 10 → z = earlyTransform(z)+pixel; roundCount >= 10 → z = numeratorTransform(z)/denominatorTransform(z)+pixel.

branch

이 구문 기능은 다음 연산을 가리켜요: 분기는 다음 식을 사용해요: roundCount < 10 → z = earlyTransform(z)+pixel; roundCount >= 10 → z = numeratorTransform(z)/denominatorTransform(z)+pixel.

매개변수 실험

seedescapeLimitearlyTransformnumeratorTransformdenominatorTransform

단계

  1. 고정 프로필과 기본값을 기준으로 삼아요. seed만 바꿔요. 그리고 escapeLimit, earlyTransform, numeratorTransform, denominatorTransform은 고정한 채 96회 반복해요. 그 뒤 seed 기본값을 복원하고 결과가 다른지 기록해요.

관찰할 내용

이 비교에서 roundCount < 10 → z = earlyTransform(z)+pixel; roundCount >= 10 → z = numeratorTransform(z)/denominatorTransform(z)+pixel이 나타나는지 기록해요.

연습

설명해요: roundCount < 10 → z = earlyTransform(z)+pixel; roundCount >= 10 → z = numeratorTransform(z)/denominatorTransform(z)+pixel.

완료 확인

완료하려면 정확히 4개의 주석을 적고 다음 공식 세부 사항을 설명해야 해요: 힌트: roundCount < 10 → z = earlyTransform(z)+pixel; roundCount >= 10 → z = numeratorTransform(z)/denominatorTransform(z)+pixel.

힌트

힌트에서 다음 공식 세부 사항을 확인해요: roundCount < 10 → z = earlyTransform(z)+pixel; roundCount >= 10 → z = numeratorTransform(z)/denominatorTransform(z)+pixel.

출처 및 권리

출처 정보는 고정된 소스 기록에 있어요.

권리 상태와 게시 결정은 고정된 결정 기록에 있어요.

수식 레코드

islandofchaos

이 FractalPark 표준 구현은 게시되어 실행할 수 있습니다.

islandofchaos의 결정적 미리보기

표준 소스

언어
frm-like/1
표준 라이브러리
1
프로필 모드
parameter-plane
프로필 중심
0, 0
프로필 확대
0.25
프로필 반복 횟수
96
프로필 근거
family

매개변수

  • seed: complex
  • escapeLimit: complex
  • earlyTransform: function
  • numeratorTransform: function
  • denominatorTransform: function

표준 소스

검증된 표준 리비전은 읽기 전용입니다. Remix는 별도의 편집 가능한 포크를 만듭니다.

표준 소스를 불러오는 중…

출처 및 현재 구현

수식 ID
0ba0b082-c4b0-51d8-b981-7ca1ca25b9f3
표준 이름
islandofchaos
원래 이름
islandofchaos
역사적 출처
Fractint
현재 구현
분리된 독립 재작성

역사적 출처는 Fractint입니다. 현재 FractalPark 구현은 격리된 독립 재작성본이며 원본 FRM 텍스트를 재배포하지 않습니다.

권리 또는 저작자 표시에 문제가 있나요?

수식 ID와 근거 자료를 보내 주세요. 검토 중에는 관리자가 구현을 보류하거나 철회할 수 있습니다. contact@fractalpark.com