- 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
69 lines
3.0 KiB
XML
Executable File
69 lines
3.0 KiB
XML
Executable File
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 760 320" font-family="'Helvetica Neue', Arial, 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif">
|
||
<rect width="760" height="320" fill="#ffffff" rx="8"/>
|
||
<text x="30" y="34" font-size="19" font-weight="bold" fill="#111827">격자 만들기: 구간 [0,1]을 h = 1/5 로 잘라 미지수 4개만 남긴다</text>
|
||
|
||
<!-- 벽 (왼쪽) -->
|
||
<line x1="78" y1="140" x2="78" y2="240" stroke="#374151" stroke-width="3"/>
|
||
<g stroke="#9ca3af" stroke-width="1.5">
|
||
<line x1="64" y1="155" x2="78" y2="141"/>
|
||
<line x1="64" y1="169" x2="78" y2="155"/>
|
||
<line x1="64" y1="183" x2="78" y2="169"/>
|
||
<line x1="64" y1="197" x2="78" y2="183"/>
|
||
<line x1="64" y1="211" x2="78" y2="197"/>
|
||
<line x1="64" y1="225" x2="78" y2="211"/>
|
||
<line x1="64" y1="239" x2="78" y2="225"/>
|
||
</g>
|
||
<!-- 벽 (오른쪽) -->
|
||
<line x1="682" y1="140" x2="682" y2="240" stroke="#374151" stroke-width="3"/>
|
||
<g stroke="#9ca3af" stroke-width="1.5">
|
||
<line x1="682" y1="141" x2="696" y2="155"/>
|
||
<line x1="682" y1="155" x2="696" y2="169"/>
|
||
<line x1="682" y1="169" x2="696" y2="183"/>
|
||
<line x1="682" y1="183" x2="696" y2="197"/>
|
||
<line x1="682" y1="197" x2="696" y2="211"/>
|
||
<line x1="682" y1="211" x2="696" y2="225"/>
|
||
<line x1="682" y1="225" x2="696" y2="239"/>
|
||
</g>
|
||
|
||
<!-- 수직선 [0,1] -->
|
||
<line x1="80" y1="190" x2="680" y2="190" stroke="#374151" stroke-width="2"/>
|
||
|
||
<!-- 경계점 -->
|
||
<circle cx="80" cy="190" r="6" fill="#374151"/>
|
||
<circle cx="680" cy="190" r="6" fill="#374151"/>
|
||
<text x="80" y="130" font-size="15" fill="#374151" text-anchor="middle">u₀ = 0 (벽에 고정)</text>
|
||
<text x="680" y="130" font-size="15" fill="#374151" text-anchor="middle">u₅ = 0 (벽에 고정)</text>
|
||
|
||
<!-- 내부점 (미지수) -->
|
||
<g fill="#1d4ed8" stroke="#ffffff" stroke-width="2">
|
||
<circle cx="200" cy="190" r="7"/>
|
||
<circle cx="320" cy="190" r="7"/>
|
||
<circle cx="440" cy="190" r="7"/>
|
||
<circle cx="560" cy="190" r="7"/>
|
||
</g>
|
||
<g font-size="17" font-weight="bold" fill="#1d4ed8" text-anchor="middle">
|
||
<text x="200" y="160">u₁</text>
|
||
<text x="320" y="160">u₂</text>
|
||
<text x="440" y="160">u₃</text>
|
||
<text x="560" y="160">u₄</text>
|
||
</g>
|
||
|
||
<!-- x 좌표 라벨 -->
|
||
<g font-size="15" fill="#6b7280" text-anchor="middle">
|
||
<text x="98" y="222">0</text>
|
||
<text x="200" y="222">h</text>
|
||
<text x="320" y="222">2h</text>
|
||
<text x="440" y="222">3h</text>
|
||
<text x="560" y="222">4h</text>
|
||
<text x="662" y="222">1</text>
|
||
</g>
|
||
|
||
<!-- h 간격 표시 -->
|
||
<line x1="80" y1="248" x2="200" y2="248" stroke="#9ca3af" stroke-width="1.5"/>
|
||
<line x1="80" y1="242" x2="80" y2="254" stroke="#9ca3af" stroke-width="1.5"/>
|
||
<line x1="200" y1="242" x2="200" y2="254" stroke="#9ca3af" stroke-width="1.5"/>
|
||
<text x="140" y="272" font-size="15" fill="#374151" text-anchor="middle">h = 1/5</text>
|
||
|
||
<text x="40" y="302" font-size="15" fill="#374151">파란 점 4개가 미지수 — 각 점마다 (−1, 2, −1) 방정식이 하나씩 → 방정식 4개 = 4×4 행렬 K</text>
|
||
</svg>
|