20 lines
1021 B
XML
20 lines
1021 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="800" height="600" viewBox="0 0 800 600">
|
||
<defs>
|
||
<style>
|
||
.formula { font-family: 'Times New Roman', serif; font-size: 24px; fill: #e8eef5; opacity: 0.3; }
|
||
</style>
|
||
</defs>
|
||
|
||
<!-- Математические формулы -->
|
||
<text x="50" y="80" class="formula">∫₀^∞ e^(-x²) dx = √π/2</text>
|
||
<text x="400" y="150" class="formula">∇²ψ + k²ψ = 0</text>
|
||
<text x="100" y="250" class="formula">E = mc²</text>
|
||
<text x="500" y="320" class="formula">∂u/∂t = α∇²u</text>
|
||
<text x="200" y="420" class="formula">Σ aₙxⁿ</text>
|
||
<text x="550" y="500" class="formula">det(A - λI) = 0</text>
|
||
<text x="80" y="550" class="formula">∮ E·dA = Q/ε₀</text>
|
||
|
||
<!-- Геометрические элементы -->
|
||
<circle cx="650" cy="100" r="40" fill="none" stroke="#d0dae8" stroke-width="2" opacity="0.2"/>
|
||
<polygon points="150,450 200,500 100,500" fill="none" stroke="#d0dae8" stroke-width="2" opacity="0.2"/>
|
||
</svg> |