- pages 119개·assets 140개+스냅샷 폴더 3개를 참조 추적 기반으로 분류 이동 (전부 git rename, 내용 무변경) - 공용 페이지(template·card·contents) 3벌 복제, config.edn·custom.css 그래프별 복제 - 옛 Index Page는 _archive/ 보관, 루트 logseq/ 잔재 보존 - CLAUDE.md: 그래프·Anki 프로파일 구조 규칙 신설, 경로·검사 스크립트 갱신 - 복원 지점: 태그 before-graph-split Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01G8rNxLqi5rYjRamC8uwiJW
34 lines
1.8 KiB
XML
Executable File
34 lines
1.8 KiB
XML
Executable File
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 760 440" font-family="'Helvetica Neue', Arial, 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif">
|
||
<rect width="760" height="440" fill="#ffffff" rx="8"/>
|
||
<text x="30" y="34" font-size="19" font-weight="bold" fill="#111827">2계도함수: 「양옆 평균」과 「자신」의 차이가 휘어짐이다</text>
|
||
|
||
<!-- 곡선 -->
|
||
<path d="M 100.8 382.2 Q 359.2 342.1 617.6 24.7" fill="none" stroke="#6b7280" stroke-width="2.5"/>
|
||
<!-- 현 (양옆 두 점을 잇는 선) -->
|
||
<line x1="128" y1="377.2" x2="604" y2="41.2" stroke="#1d4ed8" stroke-width="2" stroke-dasharray="6 5"/>
|
||
|
||
<!-- 평균과 자신 사이 간격 -->
|
||
<line x1="366" y1="268" x2="366" y2="209.2" stroke="#dc2626" stroke-width="2.5"/>
|
||
<line x1="358" y1="268" x2="374" y2="268" stroke="#dc2626" stroke-width="2.5"/>
|
||
<line x1="358" y1="209.2" x2="374" y2="209.2" stroke="#dc2626" stroke-width="2.5"/>
|
||
|
||
<!-- 점들 -->
|
||
<g fill="#111827" stroke="#ffffff" stroke-width="1.5">
|
||
<circle cx="128" cy="377.2" r="5"/>
|
||
<circle cx="366" cy="268" r="5"/>
|
||
<circle cx="604" cy="41.2" r="5"/>
|
||
</g>
|
||
<circle cx="366" cy="209.2" r="5" fill="#1d4ed8" stroke="#ffffff" stroke-width="1.5"/>
|
||
|
||
<!-- 라벨 -->
|
||
<g font-size="16">
|
||
<text x="128" y="404" text-anchor="middle" fill="#374151">y(x−h)</text>
|
||
<text x="366" y="294" text-anchor="middle" fill="#374151">y(x) ← 자신</text>
|
||
<text x="620" y="36" fill="#374151">y(x+h)</text>
|
||
<text x="384" y="206" fill="#1d4ed8">양옆의 평균 (현의 중점)</text>
|
||
<text x="384" y="246" fill="#dc2626">차이 = 평균 − 자신 ≈ ½ h² y″</text>
|
||
</g>
|
||
|
||
<text x="30" y="426" font-size="15" fill="#374151">위로 휜 곡선(y″>0)에서는 양옆 평균이 자신보다 크다. 이 차이에 2/h² 을 곱한 것이 바로 2계 차분.</text>
|
||
</svg>
|