@jjlmoya/utils-science 1.47.0 → 1.49.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/category/index.ts +27 -27
- package/src/tests/seo_parity.test.ts +60 -0
- package/src/tests/translation_copy.test.ts +122 -0
- package/src/tool/black-hole-event-horizon-simulator/i18n/de.ts +79 -4
- package/src/tool/black-hole-event-horizon-simulator/i18n/fr.ts +86 -11
- package/src/tool/black-hole-event-horizon-simulator/i18n/it.ts +86 -11
- package/src/tool/black-hole-event-horizon-simulator/i18n/ja.ts +85 -10
- package/src/tool/black-hole-event-horizon-simulator/i18n/nl.ts +87 -12
- package/src/tool/black-hole-event-horizon-simulator/i18n/pt.ts +85 -10
- package/src/tool/black-hole-event-horizon-simulator/i18n/sv.ts +85 -10
- package/src/tool/black-hole-event-horizon-simulator/i18n/tr.ts +85 -11
- package/src/tool/black-hole-event-horizon-simulator/i18n/zh.ts +87 -12
- package/src/tool/conway-life-rule-lab/i18n/de.ts +46 -6
- package/src/tool/conway-life-rule-lab/i18n/es.ts +46 -6
- package/src/tool/conway-life-rule-lab/i18n/fr.ts +46 -6
- package/src/tool/conway-life-rule-lab/i18n/id.ts +46 -6
- package/src/tool/conway-life-rule-lab/i18n/it.ts +46 -6
- package/src/tool/conway-life-rule-lab/i18n/ja.ts +46 -6
- package/src/tool/conway-life-rule-lab/i18n/ko.ts +46 -6
- package/src/tool/conway-life-rule-lab/i18n/nl.ts +46 -6
- package/src/tool/conway-life-rule-lab/i18n/pl.ts +46 -6
- package/src/tool/conway-life-rule-lab/i18n/pt.ts +46 -6
- package/src/tool/conway-life-rule-lab/i18n/ru.ts +49 -9
- package/src/tool/conway-life-rule-lab/i18n/sv.ts +46 -6
- package/src/tool/conway-life-rule-lab/i18n/tr.ts +46 -6
- package/src/tool/conway-life-rule-lab/i18n/zh.ts +46 -6
- package/src/tool/cosmic-inflation/i18n/ru.ts +30 -4
- package/src/tool/double-slit-decoherence/i18n/fr.ts +48 -4
- package/src/tool/double-slit-decoherence/i18n/it.ts +52 -8
- package/src/tool/double-slit-decoherence/i18n/pt.ts +53 -9
- package/src/tool/double-slit-decoherence/i18n/sv.ts +56 -8
- package/src/tool/dyson-sphere-energy-capture/i18n/de.ts +119 -38
- package/src/tool/dyson-sphere-energy-capture/i18n/fr.ts +116 -48
- package/src/tool/dyson-sphere-energy-capture/i18n/it.ts +96 -19
- package/src/tool/dyson-sphere-energy-capture/i18n/ja.ts +124 -24
- package/src/tool/dyson-sphere-energy-capture/i18n/ko.ts +122 -22
- package/src/tool/dyson-sphere-energy-capture/i18n/pl.ts +68 -14
- package/src/tool/dyson-sphere-energy-capture/i18n/pt.ts +126 -45
- package/src/tool/dyson-sphere-energy-capture/i18n/ru.ts +46 -9
- package/src/tool/dyson-sphere-energy-capture/i18n/sv.ts +134 -53
- package/src/tool/dyson-sphere-energy-capture/i18n/tr.ts +68 -14
- package/src/tool/dyson-sphere-energy-capture/i18n/zh.ts +124 -24
- package/src/tool/global-albedo-snowball-simulator/i18n/ru.ts +20 -7
- package/src/tool/lorenz-attractor/i18n/de.ts +35 -5
- package/src/tool/lorenz-attractor/i18n/fr.ts +35 -5
- package/src/tool/lorenz-attractor/i18n/id.ts +10 -0
- package/src/tool/lorenz-attractor/i18n/it.ts +9 -0
- package/src/tool/lorenz-attractor/i18n/ja.ts +10 -0
- package/src/tool/lorenz-attractor/i18n/ko.ts +10 -0
- package/src/tool/lorenz-attractor/i18n/nl.ts +10 -0
- package/src/tool/lorenz-attractor/i18n/pl.ts +10 -0
- package/src/tool/lorenz-attractor/i18n/pt.ts +35 -5
- package/src/tool/lorenz-attractor/i18n/ru.ts +10 -0
- package/src/tool/lorenz-attractor/i18n/sv.ts +10 -0
- package/src/tool/lorenz-attractor/i18n/tr.ts +10 -0
- package/src/tool/lorenz-attractor/i18n/zh.ts +10 -0
- package/src/tool/mandelbrot-fractal/i18n/de.ts +27 -0
- package/src/tool/mandelbrot-fractal/i18n/fr.ts +18 -0
- package/src/tool/mandelbrot-fractal/i18n/it.ts +26 -8
- package/src/tool/mandelbrot-fractal/i18n/pl.ts +27 -9
- package/src/tool/mandelbrot-fractal/i18n/ru.ts +22 -4
- package/src/tool/mandelbrot-fractal/i18n/sv.ts +35 -8
- package/src/tool/natural-selection-drift/i18n/de.ts +125 -22
- package/src/tool/natural-selection-drift/i18n/id.ts +113 -5
- package/src/tool/natural-selection-drift/i18n/it.ts +74 -2
- package/src/tool/natural-selection-drift/i18n/ja.ts +113 -5
- package/src/tool/natural-selection-drift/i18n/ko.ts +113 -5
- package/src/tool/natural-selection-drift/i18n/nl.ts +121 -6
- package/src/tool/natural-selection-drift/i18n/pl.ts +136 -16
- package/src/tool/natural-selection-drift/i18n/pt.ts +110 -15
- package/src/tool/natural-selection-drift/i18n/ru.ts +142 -7
- package/src/tool/natural-selection-drift/i18n/sv.ts +110 -5
- package/src/tool/natural-selection-drift/i18n/tr.ts +160 -22
- package/src/tool/natural-selection-drift/i18n/zh.ts +113 -5
- package/src/tool/phase-diagram-critical-points/i18n/de.ts +44 -6
- package/src/tool/phase-diagram-critical-points/i18n/fr.ts +46 -8
- package/src/tool/planet-atmosphere-survival/i18n/ru.ts +118 -2
- package/src/tool/radioactive-decay/i18n/de.ts +112 -5
- package/src/tool/radioactive-decay/i18n/fr.ts +16 -0
- package/src/tool/radioactive-decay/i18n/id.ts +112 -8
- package/src/tool/radioactive-decay/i18n/it.ts +16 -0
- package/src/tool/radioactive-decay/i18n/ja.ts +112 -8
- package/src/tool/radioactive-decay/i18n/ko.ts +112 -8
- package/src/tool/radioactive-decay/i18n/nl.ts +112 -14
- package/src/tool/radioactive-decay/i18n/pl.ts +112 -7
- package/src/tool/radioactive-decay/i18n/pt.ts +112 -21
- package/src/tool/radioactive-decay/i18n/ru.ts +112 -8
- package/src/tool/radioactive-decay/i18n/sv.ts +112 -8
- package/src/tool/radioactive-decay/i18n/tr.ts +112 -8
- package/src/tool/radioactive-decay/i18n/zh.ts +112 -8
- package/src/tool/roche-limit-satellite-disruption/i18n/pl.ts +76 -0
- package/src/tool/temperature-timeline/i18n/de.ts +22 -2
- package/src/tool/temperature-timeline/i18n/fr.ts +41 -1
- package/src/tool/temperature-timeline/i18n/it.ts +30 -1
- package/src/tool/temperature-timeline/i18n/pt.ts +34 -1
- package/src/tool/temperature-timeline/i18n/ru.ts +29 -0
- package/src/tool/twin-paradox-visualizer/i18n/pt.ts +41 -1
|
@@ -33,6 +33,14 @@ const faq = [
|
|
|
33
33
|
{
|
|
34
34
|
"question": "Wat betekenen de parameters?",
|
|
35
35
|
"answer": "Sigma is het Prandtl-getal, Rho het Rayleigh-getal en Beta de geometrische verhouding."
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"question": "Waarom lijkt de attractor op een vlinder?",
|
|
39
|
+
"answer": "De iconische vorm met twee vleugels ontstaat omdat het systeem twee onstabiele evenwichtspunten heeft waar de banen onvoorspelbaar omheen draaien."
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"question": "Is de Lorenz-attractor echt willekeurig?",
|
|
43
|
+
"answer": "Nee, het systeem is volledig deterministisch. Omdat het echter chaotisch is, is het op lange termijn onvoorspelbaar zonder oneindige precisie."
|
|
36
44
|
}
|
|
37
45
|
];
|
|
38
46
|
|
|
@@ -77,6 +85,7 @@ export const content: ToolLocaleContent = {
|
|
|
77
85
|
},
|
|
78
86
|
{ type: 'title', text: "Het Vlindereffect: Gevoelige Afhankelijkheid van Beginwaarden", level: 3 },
|
|
79
87
|
{ type: 'paragraph', html: "De bepalende eigenschap van chaotische systemen is hun <strong>gevoelige afhankelijkheid van begincondities</strong>, populair bekend als het <strong>Vlindereffect</strong>. Dit simulatieprogramma illustreert dit door twee trajecten (T1 in cyaan en T2 in roze) gelijktijdig te laten lopen met een minimaal verschil. Aanvankelijk volgen ze vrijwel hetzelfde pad. Na korte tijd versterken de niet-lineaire termen het verschil en divergeren de paden volledig." },
|
|
88
|
+
{ type: 'paragraph', html: "Deze gevoeligheid wordt gedemonstreerd door twee vrijwel identieke banen te volgen die exponentieel divergeren." },
|
|
80
89
|
{
|
|
81
90
|
type: 'table',
|
|
82
91
|
headers: ["Parameter","Standaardwaarde","Fysische Context","Gedrag bij Wijziging"],
|
|
@@ -88,6 +97,7 @@ export const content: ToolLocaleContent = {
|
|
|
88
97
|
},
|
|
89
98
|
{ type: 'title', text: "Faseruimte, Vreemde Attractoren en Fractalen", level: 3 },
|
|
90
99
|
{ type: 'paragraph', html: "In de klassieke fysica stabiliseren trajecten in vaste punten of herhalen ze zich als limietcycli. Het Lorenz-systeem doet geen van beide: het pad kronkelt oneindig in drie dimensies zonder zichzelf ooit te kruisen, en vormt een <strong>vreemde aantrekker</strong> met een fractale geometrie (Hausdorff-dimensie circa 2,06)." },
|
|
100
|
+
{ type: 'paragraph', html: "De geometrie van deze attractor is fractal met een Hausdorff-dimensie van ongeveer 2,06." },
|
|
91
101
|
{ type: 'title', text: "Toepassingen van de Chaostheorie in de Wetenschap", level: 3 },
|
|
92
102
|
{ type: 'paragraph', html: "De lessen van de Lorenz-aantrekker reiken veel verder dan weersvoorspelling en hebben veel moderne vakgebieden beinvloed:" },
|
|
93
103
|
{
|
|
@@ -33,6 +33,14 @@ const faq = [
|
|
|
33
33
|
{
|
|
34
34
|
"question": "Co oznaczaja parametry?",
|
|
35
35
|
"answer": "Sigma to liczba Prandtla, Rho to liczba Rayleigha, a Beta to stosunek geometryczny."
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"question": "Dlaczego atraktor przypomina motyla?",
|
|
39
|
+
"answer": "Kształt dwóch skrzydeł wynika z faktu, że układ posiada dwa niestabilne punkty równowagi, wokół których trajektorie krążą w sposób nieprzewidywalny."
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"question": "Czy atraktor Lorenza jest naprawdę losowy?",
|
|
43
|
+
"answer": "Nie, układ jest całkowicie deterministyczny. Jednak ze względu na chaotyczność jest nieprzewidywalny w długim okresie."
|
|
36
44
|
}
|
|
37
45
|
];
|
|
38
46
|
|
|
@@ -77,6 +85,7 @@ export const content: ToolLocaleContent = {
|
|
|
77
85
|
},
|
|
78
86
|
{ type: 'title', text: "Efekt Motyla: Czula Zaleznosc od Warunkow Poczatkowych", level: 3 },
|
|
79
87
|
{ type: 'paragraph', html: "Cecha definiujaca chaotyczne uklady jest ich <strong>czula zaleznosc od warunkow poczatkowych</strong>, znana popularnie jako <strong>Efekt Motyla</strong>. Symulator demonstruje to, uruchamiajac dwie trajektorie (T1 w kolorze cyan i T2 w kolorze rozowym) z minimalna separacja poczatkowa. Poczatkowo przebiegaja prawie identycznie. Po krotkim czasie nieliniowe czlony wzmacniaja roznice i trajektorie rozchodza sie calkowicie." },
|
|
88
|
+
{ type: 'paragraph', html: "Czułość ta jest demonstrowana poprzez śledzenie dwóch niemal identycznych trajektorii." },
|
|
80
89
|
{
|
|
81
90
|
type: 'table',
|
|
82
91
|
headers: ["Parametr","Wartosc Standardowa","Kontekst Fizyczny","Zachowanie przy Zmianie"],
|
|
@@ -88,6 +97,7 @@ export const content: ToolLocaleContent = {
|
|
|
88
97
|
},
|
|
89
98
|
{ type: 'title', text: "Przestrzen Fazowa, Dziwne Atraktory i Fraktale", level: 3 },
|
|
90
99
|
{ type: 'paragraph', html: "W fizyce klasycznej trajektorie stabilizuja sie w punktach stalych lub powtarzaja jako cykle graniczne. Uklad Lorenza nie robi ani jednego, ani drugiego: sciezka zapetla sie nieskonczona ilosc razy w trzech wymiarach bez samoprzecinania, tworzac <strong>dziwny atraktor</strong> z geometria fraktalowa (wymiar Hausdorffa okolo 2,06)." },
|
|
100
|
+
{ type: 'paragraph', html: "Geometria tego atraktora jest fraktalna z wymiarem Hausdorffa wynoszącym około 2,06." },
|
|
91
101
|
{ type: 'title', text: "Zastosowania Teorii Chaosu w Nauce", level: 3 },
|
|
92
102
|
{ type: 'paragraph', html: "Wnioski z atraktora Lorenza wykraczaja daleko poza prognozowanie pogody i wywarty wplyw na wiele wspolczesnych dziedzin:" },
|
|
93
103
|
{
|
|
@@ -36,6 +36,14 @@ const faq = [
|
|
|
36
36
|
{
|
|
37
37
|
question: 'O que significam os parâmetros?',
|
|
38
38
|
answer: 'Sigma (σ) representa o número de Prandtl (viscosidade/condutividade térmica), Rho (ρ) o número de Rayleigh (intensidade do aquecimento convectivo) e Beta (β) a relação geométrica da célula convectiva.'
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
question: 'Por que o atrator se parece com uma borboleta?',
|
|
42
|
+
answer: 'A forma icônica com duas asas surge porque o sistema possui dois pontos de equilíbrio instáveis em torno dos quais as trajetórias orbitam de forma imprevisível.'
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
question: 'O atrator de Lorenz é verdadeiramente aleatório?',
|
|
46
|
+
answer: 'Não, o sistema é totalmente determinístico. Porém, por ser caótico, é imprevisível a longo prazo sem uma precisão infinita das condições iniciais.'
|
|
39
47
|
}
|
|
40
48
|
];
|
|
41
49
|
|
|
@@ -66,19 +74,41 @@ export const content: ToolLocaleContent = {
|
|
|
66
74
|
seo: [
|
|
67
75
|
{ type: 'title', text: "Caos Determinístico: Compreender as Equações de Lorenz", level: 2 },
|
|
68
76
|
{ type: 'paragraph', html: "O sistema de Lorenz é uma formulação histórica na dinâmica não linear e na teoria do caos. Derivado originalmente em 1963 pelo meteorologista e matemático <strong>Edward Lorenz</strong>, o modelo nasceu de uma representação simplificada da convecção atmosférica. A sua descoberta de que estas equações simples e deterministas podiam produzir um comportamento caótico complexo e não periódico transformou a nossa compreensão dos sistemas físicos." },
|
|
77
|
+
{ type: 'paragraph', html: "O sistema é definido por três equações diferenciais acopladas que rastreiam uma coordenada no espaço de fases tridimensional ao longo do tempo:" },
|
|
78
|
+
{
|
|
79
|
+
type: 'list',
|
|
80
|
+
items: [
|
|
81
|
+
"<strong>dx/dt = σ * (y - x):</strong> Descreve a taxa de movimento convectivo.",
|
|
82
|
+
"<strong>dy/dt = x * (ρ - z) - y:</strong> Representa a diferença de temperatura.",
|
|
83
|
+
"<strong>dz/dt = x * y - β * z:</strong> Rastreia a distorção do perfil de temperatura vertical.",
|
|
84
|
+
],
|
|
85
|
+
},
|
|
69
86
|
{ type: 'title', text: "O Efeito Borboleta: Dependência Sensível das Condições Iniciais", level: 3 },
|
|
70
87
|
{ type: 'paragraph', html: "A característica definidora dos sistemas caóticos é a sua <strong>dependência sensível das condições iniciais</strong>, popularmente conhecida como o <strong>Efeito Borboleta</strong>. Neste simulador, duas trajetórias (T1 a ciano e T2 a rosa) partem com uma separação mínima. Inicialmente percorrem praticamente o mesmo caminho. Após um breve período, a diferença é amplificada pelos termos não lineares e os caminhos divergem completamente." },
|
|
88
|
+
{ type: 'paragraph', html: "Esta sensibilidade é demonstrada executando duas trajetórias que começam arbitrariamente próximas e se separam exponencialmente." },
|
|
71
89
|
{
|
|
72
90
|
type: 'table',
|
|
73
|
-
headers: ["Parâmetro", "Valor Padrão", "Contexto Físico"],
|
|
91
|
+
headers: ["Parâmetro", "Valor Padrão", "Contexto Físico", "Comportamento ao Alterar"],
|
|
74
92
|
rows: [
|
|
75
|
-
["σ (Sigma)", "10.0", "Número de Prandtl
|
|
76
|
-
["ρ (Rho)", "28.0", "Número de Rayleigh
|
|
77
|
-
["β (Beta)", "8/3", "Relação de Aspeto
|
|
93
|
+
["σ (Sigma)", "10.0", "Número de Prandtl", "Determina o atrito interno do fluido."],
|
|
94
|
+
["ρ (Rho)", "28.0", "Número de Rayleigh", "Motor do caos."],
|
|
95
|
+
["β (Beta)", "8/3 (2.667)", "Relação de Aspeto", "Controla a forma das órbitas."],
|
|
78
96
|
],
|
|
79
97
|
},
|
|
80
98
|
{ type: 'title', text: "Atratores Estranhos e Fractais", level: 3 },
|
|
81
|
-
{ type: 'paragraph', html: "Em física clássica, as trajetórias estabilizam-se em pontos fixos ou repetem o mesmo caminho. O sistema de Lorenz não faz nenhum dos dois: a trajetória enrola-se infinitamente sem nunca se cruzar, formando um <strong>atrator estranho</strong> com geometria fractal (dimensão de Hausdorff cerca de 2,06)." }
|
|
99
|
+
{ type: 'paragraph', html: "Em física clássica, as trajetórias estabilizam-se em pontos fixos ou repetem o mesmo caminho. O sistema de Lorenz não faz nenhum dos dois: a trajetória enrola-se infinitamente sem nunca se cruzar, formando um <strong>atrator estranho</strong> com geometria fractal (dimensão de Hausdorff cerca de 2,06)." },
|
|
100
|
+
{ type: 'paragraph', html: "A geometria deste atrator é fractal, com uma dimensão de Hausdorff de aproximadamente 2,06." },
|
|
101
|
+
{ type: 'title', text: "Aplicações da Teoria do Caos na Ciência", level: 3 },
|
|
102
|
+
{ type: 'paragraph', html: "As lições aprendidas com o atrator de Lorenz estendem-se muito além da previsão meteorológica:" },
|
|
103
|
+
{
|
|
104
|
+
type: 'list',
|
|
105
|
+
items: [
|
|
106
|
+
"<strong>Meteorologia:</strong> Estabeleceu os limites fundamentais da previsibilidade.",
|
|
107
|
+
"<strong>Criptografia:</strong> Geração de chaves pseudo-aleatórias seguras.",
|
|
108
|
+
"<strong>Cardiologia:</strong> Modelagem de ritmos cardíacos caóticos.",
|
|
109
|
+
"<strong>Engenharia:</strong> Concepção de estruturas estáveis evitando ressonância caótica.",
|
|
110
|
+
],
|
|
111
|
+
},
|
|
82
112
|
],
|
|
83
113
|
faq,
|
|
84
114
|
bibliography,
|
|
@@ -33,6 +33,14 @@ const faq = [
|
|
|
33
33
|
{
|
|
34
34
|
"question": "Что означают параметры?",
|
|
35
35
|
"answer": "Sigma - число Прандтля, Rho - число Рэлея, Beta - геометрический параметр."
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"question": "Почему аттрактор похож на бабочку?",
|
|
39
|
+
"answer": "Форма с двумя крыльями возникает потому, что система имеет две неустойчивые точки равновесия, вокруг которых траектории непредсказуемо вращаются."
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"question": "Является ли аттрактор Лоренца действительно случайным?",
|
|
43
|
+
"answer": "Нет, система полностью детерминирована. Однако, будучи хаотичной, она абсолютно непредсказуема в долгосрочной перспективе."
|
|
36
44
|
}
|
|
37
45
|
];
|
|
38
46
|
|
|
@@ -77,6 +85,7 @@ export const content: ToolLocaleContent = {
|
|
|
77
85
|
},
|
|
78
86
|
{ type: 'title', text: "Эффект Бабочки: Чувствительная Зависимость от Начальных Условий", level: 3 },
|
|
79
87
|
{ type: 'paragraph', html: "Определяющая черта хаотических систем: <strong>чувствительная зависимость от начальных условий</strong>, известная как <strong>Эффект Бабочки</strong>. Симулятор демонстрирует это, запуская две траектории (T1: голубой, T2: розовый) с ничтожным начальным разделением. Поначалу они идут практически по одному пути. Через короткое время нелинейные члены усиливают разницу, и траектории полностью расходятся." },
|
|
88
|
+
{ type: 'paragraph', html: "Эта чувствительность демонстрируется наглядно путем отслеживания двух траекторий." },
|
|
80
89
|
{
|
|
81
90
|
type: 'table',
|
|
82
91
|
headers: ["Параметр","Стандартное Значение","Физический Смысл","Поведение при Изменении"],
|
|
@@ -88,6 +97,7 @@ export const content: ToolLocaleContent = {
|
|
|
88
97
|
},
|
|
89
98
|
{ type: 'title', text: "Фазовое Пространство, Странные Аттракторы и Фракталы", level: 3 },
|
|
90
99
|
{ type: 'paragraph', html: "В классической физике траектории стабилизируются в фиксированных точках или повторяются как предельные циклы. Система Лоренца не делает ни того, ни другого: путь обвивается бесконечно в трёх измерениях, никогда не пересекая себя, образуя <strong>странный аттрактор</strong> с фрактальной геометрией (размерность Хаусдорфа около 2.06)." },
|
|
100
|
+
{ type: 'paragraph', html: "Геометрия этого аттрактора является фрактальной с размерностью Хаусдорфа около 2,06." },
|
|
91
101
|
{ type: 'title', text: "Применения Теории Хаоса в Науке", level: 3 },
|
|
92
102
|
{ type: 'paragraph', html: "Уроки аттрактора Лоренца распространяются далеко за пределы метеорологии и повлияли на многие современные области науки:" },
|
|
93
103
|
{
|
|
@@ -33,6 +33,14 @@ const faq = [
|
|
|
33
33
|
{
|
|
34
34
|
"question": "Vad betyder parametrarna?",
|
|
35
35
|
"answer": "Sigma representerar Prandtl-talet, Rho Rayleigh-talet, och Beta ett geometriskt forhallande."
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"question": "Varför ser attraktorn ut som en fjäril?",
|
|
39
|
+
"answer": "Formen med två vingar uppstår eftersom systemet har två instabila jämviktspunkter som banorna uförutsägbart kretsar kring."
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"question": "Är Lorenz-attraktorn verkligen slumpmässig?",
|
|
43
|
+
"answer": "Nej, systemet är helt deterministiskt. Men eftersom det är kaotiskt är det på lång sikt oförutsägbart."
|
|
36
44
|
}
|
|
37
45
|
];
|
|
38
46
|
|
|
@@ -77,6 +85,7 @@ export const content: ToolLocaleContent = {
|
|
|
77
85
|
},
|
|
78
86
|
{ type: 'title', text: "Fjariilseffekten: Kanslighet for Begynnelsevilkor", level: 3 },
|
|
79
87
|
{ type: 'paragraph', html: "Det definierande draget hos kaotiska system ar deras <strong>kanslighet for begynnelsevilkor</strong>, populart kand som <strong>Fjariilseffekten</strong>. Denna simulator demonstrerar detta genom att kora tva banor (T1 i cyan och T2 i rosa) med en minimal separation. Initialt foljer de nastan samma vag. Efter en kort tid forstarker de icke-linjara termerna skillnaden och banorna avviker fullstandigt." },
|
|
88
|
+
{ type: 'paragraph', html: "Denna känslighet demonstreras genom att följa två nästan identiska banor." },
|
|
80
89
|
{
|
|
81
90
|
type: 'table',
|
|
82
91
|
headers: ["Parameter","Standardvarde","Fysisk Kontext","Beteende vid Andring"],
|
|
@@ -88,6 +97,7 @@ export const content: ToolLocaleContent = {
|
|
|
88
97
|
},
|
|
89
98
|
{ type: 'title', text: "Fasrum, Underfunderliga Attraktorer och Fraktaler", level: 3 },
|
|
90
99
|
{ type: 'paragraph', html: "I klassisk fysik stabiliseras banor i fasta punkter eller upprepas som gransscykler. Lorenz-systemet gor ingendera: banan slingrar sig oandligt i tre dimensioner utan att korsas, och bildar en <strong>underlig attraktor</strong> med fraktal geometri (Hausdorff-dimension ungefar 2,06)." },
|
|
100
|
+
{ type: 'paragraph', html: "Geometrin för denna attraktor är fraktal med en Hausdorff-dimension på cirka 2,06." },
|
|
91
101
|
{ type: 'title', text: "Tillämpningar av Kaosteorin inom Vetenskapen", level: 3 },
|
|
92
102
|
{ type: 'paragraph', html: "Lärdomarna från Lorenz-attraktorn sträcker sig långt bortom väderprognoser och har påverkat många moderna studieområden:" },
|
|
93
103
|
{
|
|
@@ -33,6 +33,14 @@ const faq = [
|
|
|
33
33
|
{
|
|
34
34
|
"question": "Parametreler neyi temsil eder?",
|
|
35
35
|
"answer": "Sigma Prandtl sayisini, Rho Rayleigh sayisini, Beta ise geometrik en-boy oranini temsil eder."
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"question": "Çeker neden kelebek şeklinde görünür?",
|
|
39
|
+
"answer": "İki kanatlı ikonik şekil, sistemin yörüngelerin öngörülemeyen şekilde etrafında döndüğü iki kararsız denge noktasına sahip olmasından kaynaklanır."
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"question": "Lorenz çekeri gerçekten rastgele midir?",
|
|
43
|
+
"answer": "Hayır, sistem tamamen belirlenimcidir. Ancak kaotik olduğu için uzun vadede öngörülemez."
|
|
36
44
|
}
|
|
37
45
|
];
|
|
38
46
|
|
|
@@ -77,6 +85,7 @@ export const content: ToolLocaleContent = {
|
|
|
77
85
|
},
|
|
78
86
|
{ type: 'title', text: "Kelebek Etkisi: Baslangic Kosullarına Hassas Bagimlilik", level: 3 },
|
|
79
87
|
{ type: 'paragraph', html: "Kaotik sistemlerin belirleyici ozelligi, <strong>baslangic kosullarina hassas bagimliliklari</strong>dir; bu durum populer olarak <strong>Kelebek Etkisi</strong> olarak bilinir. Bu simulator, baslangic perturbasyonunu belirleyen kaydirici ile ayarlanan kucuk bir ayrilikla baslayan iki yoru (T1 Cyan, T2 Pembe) calistirarak bunu gostermektedir. Baslangicta neredeyse ayni yolu izlerler. Kisa bir sureyle dogrusal olmayan terimler farki buyutecek ve yollar tamamen birbirinden ayrilacak." },
|
|
88
|
+
{ type: 'paragraph', html: "Bu hassasiyet, birbiriyle neredeyse aynı başlayan iki yörünge izlenerek gösterilir." },
|
|
80
89
|
{
|
|
81
90
|
type: 'table',
|
|
82
91
|
headers: ["Parametre","Standart Deger","Fiziksel Baglam","Degistirildiginde Davranis"],
|
|
@@ -88,6 +97,7 @@ export const content: ToolLocaleContent = {
|
|
|
88
97
|
},
|
|
89
98
|
{ type: 'title', text: "Faz Uzayi, Tuhaf Cezbediciler ve Fraktallar", level: 3 },
|
|
90
99
|
{ type: 'paragraph', html: "Klasik fizikte yoarungeler sabit noktalarda karara oturur veya sinir cevrimleri olarak kendini tekrar eder. Lorenz sistemi her ikisini de yapmaz: yol, uc boyutlu uzayda kendisiyle hic kesismeden sonsuz bir sekilde dolasir ve Hausdorff boyutu yaklasik 2,06 olan fraktal geometriye sahip bir <strong>tuhaf cezbedici</strong> olusturur." },
|
|
100
|
+
{ type: 'paragraph', html: "Bu çekerin geometrisi yaklaşık 2,06 Hausdorff boyutuna sahip bir fraktaldır." },
|
|
91
101
|
{ type: 'title', text: "Kaos Teorisinin Bilimeteki Uygulamalari", level: 3 },
|
|
92
102
|
{ type: 'paragraph', html: "Lorenz cezbedicisinden cikartilan dersler, hava tahmininin cok otesine gecer ve pek cok modern calisma alanini etkilemistir:" },
|
|
93
103
|
{
|
|
@@ -33,6 +33,14 @@ const faq = [
|
|
|
33
33
|
{
|
|
34
34
|
"question": "参数代表什么?",
|
|
35
35
|
"answer": "Sigma代表普朗特数,Rho代表瑞利数,Beta与物理尺寸几何比相关。"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"question": "为什么吸引子看起来像一只蝴蝶?",
|
|
39
|
+
"answer": "标志性的双翼形状来自于系统拥有两个不稳定的平衡点,轨迹在它们周围不可预测地旋转。"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"question": "洛伦兹吸引子真的是随机的吗?",
|
|
43
|
+
"answer": "不是,系统是完全确定性的。但由于它是混沌的,如果没有无限精度的初始条件,长期预测是不可能的。"
|
|
36
44
|
}
|
|
37
45
|
];
|
|
38
46
|
|
|
@@ -77,6 +85,7 @@ export const content: ToolLocaleContent = {
|
|
|
77
85
|
},
|
|
78
86
|
{ type: 'title', text: "蝴蝶效应:对初始条件的敏感依赖", level: 3 },
|
|
79
87
|
{ type: 'paragraph', html: "混沌系统的决定性特征是其<strong>对初始条件的敏感依赖</strong>,通俗称为<strong>蝴蝶效应</strong>。本模拟器通过运行两条轨迹(T1为青色,T2为粉色)来展示这一现象,两条轨迹的起始点仅有微小差异。起初,它们几乎沿同一路径运行;短时间后,非线性项将差异放大,两条路径完全分叉。" },
|
|
88
|
+
{ type: 'paragraph', html: "这种敏感性通过追踪两条起始极其接近的轨迹得到展示。" },
|
|
80
89
|
{
|
|
81
90
|
type: 'table',
|
|
82
91
|
headers: ["参数","标准值","物理含义","改变时的行为"],
|
|
@@ -88,6 +97,7 @@ export const content: ToolLocaleContent = {
|
|
|
88
97
|
},
|
|
89
98
|
{ type: 'title', text: "相空间、奇怪吸引子与分形", level: 3 },
|
|
90
99
|
{ type: 'paragraph', html: "在经典物理学中,轨迹最终稳定在不动点,或以极限环的形式重复。洛伦兹系统两者皆不:轨迹在三维空间中无限盘旋而从不自我交叉,形成豪斯多夫维数 约 2.06 的分形几何<strong>奇怪吸引子</strong>。" },
|
|
100
|
+
{ type: 'paragraph', html: "该吸引子的几何结构是分形,豪斯多夫维数约为2.06。" },
|
|
91
101
|
{ type: 'title', text: "混沌理论在科学中的应用", level: 3 },
|
|
92
102
|
{ type: 'paragraph', html: "洛伦兹吸引子的启示远不止于气象预报,已对众多现代研究领域产生深远影响:" },
|
|
93
103
|
{
|
|
@@ -93,6 +93,33 @@ export const content: ToolLocaleContent = {
|
|
|
93
93
|
['<strong>Palette</strong>', 'Die Farbzuordnung, die auf äußere Punkte angewendet wird.', 'Paletten wechseln, um Strukturen sichtbar zu machen, die von einem Farbfeld verdeckt werden könnten.'],
|
|
94
94
|
],
|
|
95
95
|
},
|
|
96
|
+
{
|
|
97
|
+
type: 'title',
|
|
98
|
+
text: 'Selbstähnlichkeit und Minibrots',
|
|
99
|
+
level: 3,
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
type: 'paragraph',
|
|
103
|
+
html: 'Ein Grund für die Berühmtheit der Mandelbrot-Menge ist ihre Quasi-Selbstähnlichkeit. Beim Hineinzoomen in Antennen und Spiralarme begegnet man immer wieder kleinen Kopien der Gesamtkontur, sogenannten Minibrots.',
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
type: 'title',
|
|
107
|
+
text: 'Warum hohe Iterationszahlen bei tiefem Zoom wichtig sind',
|
|
108
|
+
level: 3,
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
type: 'paragraph',
|
|
112
|
+
html: 'Bei starker Vergrößerung benötigen Grenzpunkte deutlich mehr Rechenschritte, um festzustellen, ob ihre Bahn entweicht. Eine zu niedrige Iterationszahl lässt feine Strukturen verschwommen wirken.',
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
type: 'title',
|
|
116
|
+
text: 'Mathematische Bedeutung der komplexen Koordinaten',
|
|
117
|
+
level: 3,
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
type: 'paragraph',
|
|
121
|
+
html: 'Die Koordinatenanzeige zeigt den aktuellen Mittelpunkt des Bildausschnitts als komplexe Zahl c = a + bi an. Die horizontale Achse ist der Realteil, die vertikale der Imaginärteil.',
|
|
122
|
+
},
|
|
96
123
|
],
|
|
97
124
|
faq,
|
|
98
125
|
bibliography,
|
|
@@ -102,6 +102,24 @@ export const content: ToolLocaleContent = {
|
|
|
102
102
|
type: 'paragraph',
|
|
103
103
|
html: 'Une des raisons pour lesquelles l\'ensemble de Mandelbrot est si célèbre est sa quasi-autosimilarité. En zoomant sur les antennes, les spirales et les vallées, vous rencontrez à plusieurs reprises de petites îles ressemblant à Mandelbrot, souvent appelées <em>minibrots</em>. Ces copies ne sont pas simplement décoratives. Leur agencement reflète la dynamique des applications quadratiques, y compris les bulbes périodiques, les motifs de bifurcation et les régions où les orbites restent piégées pendant de longues périodes avant de s\'échapper.',
|
|
104
104
|
},
|
|
105
|
+
{
|
|
106
|
+
type: 'title',
|
|
107
|
+
text: 'Pourquoi les itérations élevées comptent au zoom profond',
|
|
108
|
+
level: 3,
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
type: 'paragraph',
|
|
112
|
+
html: 'À fort grossissement, de nombreux points limites mettent beaucoup plus de temps à révéler s\'ils s\'échappent. Augmenter le nombre d\'itérations améliore la précision de la frontière.',
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
type: 'title',
|
|
116
|
+
text: 'Signification mathématique des coordonnées complexes',
|
|
117
|
+
level: 3,
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
type: 'paragraph',
|
|
121
|
+
html: 'La lecture des coordonnées affiche le centre actuel comme un nombre complexe c = a + bi. L\'axe horizontal représente la partie réelle et l\'axe vertical la partie imaginaire.',
|
|
122
|
+
},
|
|
105
123
|
],
|
|
106
124
|
faq,
|
|
107
125
|
bibliography,
|
|
@@ -68,29 +68,29 @@ export const content: ToolLocaleContent = {
|
|
|
68
68
|
seo: [
|
|
69
69
|
{
|
|
70
70
|
type: 'title',
|
|
71
|
-
text: '
|
|
71
|
+
text: 'Calcolatore dell\'Insieme di Mandelbrot per Frattali, Tempo di Fuga e Autosimilarità',
|
|
72
72
|
level: 2,
|
|
73
73
|
},
|
|
74
74
|
{
|
|
75
75
|
type: 'paragraph',
|
|
76
|
-
html: 'Questo
|
|
76
|
+
html: 'Questo calcolatore di frattali di Mandelbrot genera il classico insieme del piano complesso definito dall\'iterazione <strong>z(n+1) = z(n)^2 + c</strong>. È progettato per l\'esplorazione: ogni clic ricalibra il centro, ogni zoom rivela un intorno matematico più piccolo.',
|
|
77
77
|
},
|
|
78
78
|
{
|
|
79
79
|
type: 'title',
|
|
80
|
-
text: 'Come
|
|
80
|
+
text: 'Come interpretare l\'immagine di Mandelbrot',
|
|
81
81
|
level: 3,
|
|
82
82
|
},
|
|
83
83
|
{
|
|
84
84
|
type: 'paragraph',
|
|
85
|
-
html: 'La forma centrale scura
|
|
85
|
+
html: 'La forma centrale scura identifica i punti le cui orbite rimangono limitate entro il budget di iterazioni. L\'esterno colorato è una mappa del tempo di fuga.',
|
|
86
86
|
},
|
|
87
87
|
{
|
|
88
88
|
type: 'table',
|
|
89
89
|
headers: ['Controllo', 'Cosa modifica', 'Quando aumentarlo'],
|
|
90
90
|
rows: [
|
|
91
|
-
['<strong>Profondità di iterazione</strong>', 'Quanti
|
|
92
|
-
['<strong>Contrasto di fuga</strong>', 'Quanto
|
|
93
|
-
['<strong>Tavolozza</strong>', 'La mappatura dei colori applicata ai punti esterni.', '
|
|
91
|
+
['<strong>Profondità di iterazione</strong>', 'Quanti passaggi di ricorsione vengono testati per ogni pixel.', 'Aumentare dopo aver ingrandito filamenti sottili o coppie in miniatura.'],
|
|
92
|
+
['<strong>Contrasto di fuga</strong>', 'Quanto nettamente i valori di fuga sfumati vengono suddivisi in bande.', 'Aumentare se l\'immagine appare piatta.'],
|
|
93
|
+
['<strong>Tavolozza</strong>', 'La mappatura dei colori applicata ai punti esterni.', 'Cambiare tavolozza per evidenziare dettagli nascosti.'],
|
|
94
94
|
],
|
|
95
95
|
},
|
|
96
96
|
{
|
|
@@ -100,7 +100,25 @@ export const content: ToolLocaleContent = {
|
|
|
100
100
|
},
|
|
101
101
|
{
|
|
102
102
|
type: 'paragraph',
|
|
103
|
-
html: 'Una delle
|
|
103
|
+
html: 'Una delle caratteristiche più affascinanti dell\'insieme di Mandelbrot è la quasi-autosimilarità. Ingrandendo le strutture a spirale si incontrano continuamente repliche in miniatura dell\'insieme principale, chiamate minibrot.',
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
type: 'title',
|
|
107
|
+
text: 'Perché le iterazioni elevate contano ad alti ingrandimenti',
|
|
108
|
+
level: 3,
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
type: 'paragraph',
|
|
112
|
+
html: 'Ad alti livelli di ingrandimento, molti punti di confine impiegano centinaia di iterazioni per rivelare se fuggono o meno. Un limite di iterazioni troppo basso sfoca la geometria.',
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
type: 'title',
|
|
116
|
+
text: 'Significato matematico delle coordinate complesse',
|
|
117
|
+
level: 3,
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
type: 'paragraph',
|
|
121
|
+
html: 'La lettura delle coordinate mostra il centro della vista come un numero complesso c = a + bi. L\'asse orizzontale rappresenta la parte reale e quello verticale la parte immaginaria.',
|
|
104
122
|
},
|
|
105
123
|
],
|
|
106
124
|
faq,
|
|
@@ -68,29 +68,29 @@ export const content: ToolLocaleContent = {
|
|
|
68
68
|
seo: [
|
|
69
69
|
{
|
|
70
70
|
type: 'title',
|
|
71
|
-
text: 'Kalkulator
|
|
71
|
+
text: 'Kalkulator Zbioru Mandelbrota dla Fraktali, Czasu Ucieczki i Samopodobieństwa',
|
|
72
72
|
level: 2,
|
|
73
73
|
},
|
|
74
74
|
{
|
|
75
75
|
type: 'paragraph',
|
|
76
|
-
html: 'Ten kalkulator fraktala Mandelbrota
|
|
76
|
+
html: 'Ten kalkulator fraktala Mandelbrota generuje klasyczny zbiór na płaszczyźnie zespolonej zdefiniowany iteracją <strong>z(n+1) = z(n)^2 + c</strong>. Jest zaprojektowany do eksploracji.',
|
|
77
77
|
},
|
|
78
78
|
{
|
|
79
79
|
type: 'title',
|
|
80
|
-
text: 'Jak
|
|
80
|
+
text: 'Jak interpretować obraz Mandelbrota',
|
|
81
81
|
level: 3,
|
|
82
82
|
},
|
|
83
83
|
{
|
|
84
84
|
type: 'paragraph',
|
|
85
|
-
html: 'Ciemny centralny kształt oznacza punkty, których orbity pozostają ograniczone
|
|
85
|
+
html: 'Ciemny centralny kształt oznacza punkty, których orbity pozostają ograniczone. Kolorowy obszar zewnętrzny to mapa czasu ucieczki.',
|
|
86
86
|
},
|
|
87
87
|
{
|
|
88
88
|
type: 'table',
|
|
89
|
-
headers: ['
|
|
89
|
+
headers: ['Kontrola', 'Co zmienia', 'Kiedy zwiększać'],
|
|
90
90
|
rows: [
|
|
91
|
-
['<strong>Głębokość iteracji</strong>', 'Ile kroków
|
|
92
|
-
['<strong>Kontrast ucieczki</strong>', 'Jak
|
|
93
|
-
['<strong>Paleta</strong>', 'Mapowanie kolorów
|
|
91
|
+
['<strong>Głębokość iteracji</strong>', 'Ile kroków rekurstwnych testuje się dla każdego piksela.', 'Zwiększ po przybliżeniu wąskich włókien.'],
|
|
92
|
+
['<strong>Kontrast ucieczki</strong>', 'Jak mocno gładkie wartości ucieczki dzielą się na widoczne pasma.', 'Zwiększ, jeśli obraz jest płaski.'],
|
|
93
|
+
['<strong>Paleta</strong>', 'Mapowanie kolorów dla punktów zewnętrznych.', 'Zmień paletę, aby odsłonić ukryte struktury.'],
|
|
94
94
|
],
|
|
95
95
|
},
|
|
96
96
|
{
|
|
@@ -100,7 +100,25 @@ export const content: ToolLocaleContent = {
|
|
|
100
100
|
},
|
|
101
101
|
{
|
|
102
102
|
type: 'paragraph',
|
|
103
|
-
html: 'Jednym z powodów
|
|
103
|
+
html: 'Jednym z powodów sławy zbioru Mandelbrota jest jego kwazi-samopodobieństwo. Przybliżając spirale, wielokrotnie napotyka się małe kopie całego zbioru, zwane minibrotami.',
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
type: 'title',
|
|
107
|
+
text: 'Dlaczego wysoka liczba iteracji ma znaczenie przy dużym powiększeniu',
|
|
108
|
+
level: 3,
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
type: 'paragraph',
|
|
112
|
+
html: 'Przy dużym powiększeniu punkty brzegowe wymagają znacznie więcej kroków, aby sprawdzić, czy uciekają. Za mała liczba iteracji zamazuje detale.',
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
type: 'title',
|
|
116
|
+
text: 'Znaczenie matematyczne współrzędnych zespolonych',
|
|
117
|
+
level: 3,
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
type: 'paragraph',
|
|
121
|
+
html: 'Odczyt współrzędnych pokazuje środek widoku jako liczbę zespoloną c = a + bi. Oś pozioma to część rzeczywista, a pionowa to część urojona.',
|
|
104
122
|
},
|
|
105
123
|
],
|
|
106
124
|
faq,
|
|
@@ -84,23 +84,41 @@ export const content: ToolLocaleContent = {
|
|
|
84
84
|
type: 'paragraph',
|
|
85
85
|
html: 'Тёмная центральная форма отмечает точки, чьи орбиты остаются ограниченными в рамках текущего бюджета итераций. Цветная внешняя часть представляет собой карту времени побега. Точка, раскрашенная близко к множеству, может выдержать сотни итераций, прежде чем её величина превысит радиус побега, в то время как далёкая точка убегает почти мгновенно. Наиболее научно интересная геометрия обычно находится не внутри заполненной формы, а вдоль границы, где ограниченное и неограниченное поведение переплетаются.',
|
|
86
86
|
},
|
|
87
|
+
{
|
|
88
|
+
type: 'table',
|
|
89
|
+
headers: ['Управление', 'Что меняет', 'Когда увеличивать'],
|
|
90
|
+
rows: [
|
|
91
|
+
['<strong>Глубина итераций</strong>', 'Количество шагов рекурсии для каждого пикселя.', 'Увеличивайте при сильном приближении тонких структур.'],
|
|
92
|
+
['<strong>Контраст убегания</strong>', 'Насколько резко разделяются цветные полосы.', 'Увеличьте, если изображение выглядит плоским.'],
|
|
93
|
+
['<strong>Палитра</strong>', 'Цветовое отображение внешних точек.', 'Меняйте палитру для выявления скрытых деталей.'],
|
|
94
|
+
],
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
type: 'title',
|
|
98
|
+
text: 'Самоподобие и миниброты',
|
|
99
|
+
level: 3,
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
type: 'paragraph',
|
|
103
|
+
html: 'При увеличении спиралей и фрагментов границы вы снова и снова будете находить уменьшенные копии самого множества: миниброты.',
|
|
104
|
+
},
|
|
87
105
|
{
|
|
88
106
|
type: 'title',
|
|
89
|
-
text: '
|
|
107
|
+
text: 'Почему важна высокая глубина итераций при глубоком увеличении',
|
|
90
108
|
level: 3,
|
|
91
109
|
},
|
|
92
110
|
{
|
|
93
111
|
type: 'paragraph',
|
|
94
|
-
html: '
|
|
112
|
+
html: 'При сильном приближении граничным точкам требуется значительно больше шагов для определения убегания. Низкое число итераций делает детали размытыми.',
|
|
95
113
|
},
|
|
96
114
|
{
|
|
97
115
|
type: 'title',
|
|
98
|
-
text: '
|
|
116
|
+
text: 'Математический смысл комплексных координат',
|
|
99
117
|
level: 3,
|
|
100
118
|
},
|
|
101
119
|
{
|
|
102
120
|
type: 'paragraph',
|
|
103
|
-
html: '
|
|
121
|
+
html: 'Координаты показывают текущий центр области в виде комплексного числа c = a + bi, где горизонтальная ось: действительная часть, а вертикальная: мнимая.',
|
|
104
122
|
},
|
|
105
123
|
],
|
|
106
124
|
faq,
|
|
@@ -68,31 +68,58 @@ export const content: ToolLocaleContent = {
|
|
|
68
68
|
seo: [
|
|
69
69
|
{
|
|
70
70
|
type: 'title',
|
|
71
|
-
text: '
|
|
71
|
+
text: 'Kalkylator för Mandelbrotmängden, flykttid och självlikhet',
|
|
72
72
|
level: 2,
|
|
73
73
|
},
|
|
74
74
|
{
|
|
75
75
|
type: 'paragraph',
|
|
76
|
-
html: 'Denna
|
|
76
|
+
html: 'Denna Mandelbrotfraktalkalkylator återger den klassiska mängden i det komplexta talplanet z(n+1) = z(n)^2 + c. Den är utformad för utforskning.',
|
|
77
77
|
},
|
|
78
78
|
{
|
|
79
79
|
type: 'title',
|
|
80
|
-
text: 'Hur
|
|
80
|
+
text: 'Hur du läser Mandelbrotbilden',
|
|
81
81
|
level: 3,
|
|
82
82
|
},
|
|
83
83
|
{
|
|
84
84
|
type: 'paragraph',
|
|
85
|
-
html: 'Den mörka centrala formen markerar punkter vars
|
|
85
|
+
html: 'Den mörka centrala formen markerar punkter vars omloppsbanor förblir begränsade. Den färgade utsidan är en flykttidskarta.',
|
|
86
86
|
},
|
|
87
87
|
{
|
|
88
88
|
type: 'table',
|
|
89
|
-
headers: ['
|
|
89
|
+
headers: ['Reglage', 'Vad det ändrar', 'När du ska öka'],
|
|
90
90
|
rows: [
|
|
91
|
-
['<strong>
|
|
92
|
-
['<strong>Flyktkontrast</strong>', 'Hur
|
|
93
|
-
['<strong>Palett</strong>', '
|
|
91
|
+
['<strong>Iterationsdjup</strong>', 'Hur många rekursionssteg som testas för varje pixel.', 'Använd högre värden efter zoomning i tunna strukturer.'],
|
|
92
|
+
['<strong>Flyktkontrast</strong>', 'Hur skarpt jämna flyktvärden delas upp i synliga band.', 'Öka om bilden ser platt ut.'],
|
|
93
|
+
['<strong>Palett</strong>', 'Färgkartan som appliceras på yttre punkter.', 'Byt palett för att synliggöra dolda strukturer.'],
|
|
94
94
|
],
|
|
95
95
|
},
|
|
96
|
+
{
|
|
97
|
+
type: 'title',
|
|
98
|
+
text: 'Självlikhet och minibrots',
|
|
99
|
+
level: 3,
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
type: 'paragraph',
|
|
103
|
+
html: 'En anledning till Mandelbrotmängdens kändisskap är dess quasi-självlikhet. När du zoomar in i spiraler möter du återkommande små kopior av mängden, så kallade minibrots.',
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
type: 'title',
|
|
107
|
+
text: 'Varför höga iterationer väger tungt vid djupzoom',
|
|
108
|
+
level: 3,
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
type: 'paragraph',
|
|
112
|
+
html: 'Vid hög förstoring kräver randpunkter betydligt fler steg för att avgöra om de flyr. För få iterationer gör att fina detaljer ser suddiga ut.',
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
type: 'title',
|
|
116
|
+
text: 'Matematisk betydelse för komplexa koordinater',
|
|
117
|
+
level: 3,
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
type: 'paragraph',
|
|
121
|
+
html: 'Koordinatvisningen visar mitten av vykortet som ett komplext tal c = a + bi, där den horisontella axeln är realdelen och den vertikala är imaginärdelen.',
|
|
122
|
+
},
|
|
96
123
|
],
|
|
97
124
|
faq,
|
|
98
125
|
bibliography,
|