- 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
49 lines
2.3 KiB
XML
Executable File
49 lines
2.3 KiB
XML
Executable File
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 760 460" font-family="'Helvetica Neue', Arial, 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif">
|
||
<rect width="760" height="460" fill="#ffffff" rx="8"/>
|
||
<text x="30" y="34" font-size="19" font-weight="bold" fill="#111827">1계 미분: 두 점으로 기울기를 재는 3가지 방법 (y = x², x = 1 에서)</text>
|
||
|
||
<!-- 범례 -->
|
||
<g font-size="15" fill="#374151">
|
||
<line x1="60" y1="70" x2="100" y2="70" stroke="#111827" stroke-width="2" stroke-dasharray="7 5"/>
|
||
<text x="110" y="75">참 기울기 = 접선 (기울기 2)</text>
|
||
<line x1="60" y1="94" x2="100" y2="94" stroke="#1d4ed8" stroke-width="2.5"/>
|
||
<text x="110" y="99">전진차분 = 2.1 — 너무 가파름</text>
|
||
<line x1="60" y1="118" x2="100" y2="118" stroke="#ea580c" stroke-width="2.5"/>
|
||
<text x="110" y="123">후진차분 = 1.9 — 너무 완만</text>
|
||
<line x1="60" y1="142" x2="100" y2="142" stroke="#059669" stroke-width="2.5"/>
|
||
<text x="110" y="147">중심차분 = 2.0 — 접선과 평행!</text>
|
||
</g>
|
||
|
||
<!-- 축 -->
|
||
<line x1="60" y1="390" x2="700" y2="390" stroke="#9ca3af" stroke-width="1.5"/>
|
||
<g stroke="#d1d5db" stroke-width="1" stroke-dasharray="4 4">
|
||
<line x1="196" y1="352.5" x2="196" y2="390"/>
|
||
<line x1="366" y1="270" x2="366" y2="390"/>
|
||
<line x1="536" y1="132.5" x2="536" y2="390"/>
|
||
</g>
|
||
<g font-size="16" fill="#374151" text-anchor="middle">
|
||
<text x="196" y="412">x−h</text>
|
||
<text x="366" y="412">x</text>
|
||
<text x="536" y="412">x+h</text>
|
||
</g>
|
||
|
||
<!-- 곡선 y = x² -->
|
||
<path d="M 94 375.6 Q 352.4 342.2 610.8 54.6" fill="none" stroke="#6b7280" stroke-width="2.5"/>
|
||
|
||
<!-- 접선 (참 기울기) -->
|
||
<line x1="213" y1="369" x2="553" y2="149" stroke="#111827" stroke-width="2" stroke-dasharray="7 5"/>
|
||
<!-- 전진차분 할선 -->
|
||
<line x1="298" y1="325" x2="576.8" y2="99.5" stroke="#1d4ed8" stroke-width="2.5"/>
|
||
<!-- 후진차분 할선 -->
|
||
<line x1="155.2" y1="372.3" x2="485" y2="212.3" stroke="#ea580c" stroke-width="2.5"/>
|
||
<!-- 중심차분 할선 -->
|
||
<line x1="162" y1="374.5" x2="570" y2="110.5" stroke="#059669" stroke-width="2.5"/>
|
||
|
||
<!-- 세 점 -->
|
||
<g fill="#111827" stroke="#ffffff" stroke-width="1.5">
|
||
<circle cx="196" cy="352.5" r="5"/>
|
||
<circle cx="366" cy="270" r="5"/>
|
||
<circle cx="536" cy="132.5" r="5"/>
|
||
</g>
|
||
</svg>
|