@jjlmoya/utils-science 1.48.0 → 1.50.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.
Files changed (98) hide show
  1. package/package.json +2 -2
  2. package/src/tests/seo_parity.test.ts +60 -0
  3. package/src/tests/spanish_leakage.test.ts +153 -0
  4. package/src/tests/translation_copy.test.ts +122 -0
  5. package/src/tool/black-hole-event-horizon-simulator/i18n/de.ts +79 -4
  6. package/src/tool/black-hole-event-horizon-simulator/i18n/fr.ts +86 -11
  7. package/src/tool/black-hole-event-horizon-simulator/i18n/it.ts +86 -11
  8. package/src/tool/black-hole-event-horizon-simulator/i18n/ja.ts +85 -10
  9. package/src/tool/black-hole-event-horizon-simulator/i18n/nl.ts +87 -12
  10. package/src/tool/black-hole-event-horizon-simulator/i18n/pt.ts +85 -10
  11. package/src/tool/black-hole-event-horizon-simulator/i18n/sv.ts +85 -10
  12. package/src/tool/black-hole-event-horizon-simulator/i18n/tr.ts +85 -11
  13. package/src/tool/black-hole-event-horizon-simulator/i18n/zh.ts +87 -12
  14. package/src/tool/conway-life-rule-lab/i18n/de.ts +46 -6
  15. package/src/tool/conway-life-rule-lab/i18n/es.ts +46 -6
  16. package/src/tool/conway-life-rule-lab/i18n/fr.ts +46 -6
  17. package/src/tool/conway-life-rule-lab/i18n/id.ts +46 -6
  18. package/src/tool/conway-life-rule-lab/i18n/it.ts +46 -6
  19. package/src/tool/conway-life-rule-lab/i18n/ja.ts +46 -6
  20. package/src/tool/conway-life-rule-lab/i18n/ko.ts +46 -6
  21. package/src/tool/conway-life-rule-lab/i18n/nl.ts +46 -6
  22. package/src/tool/conway-life-rule-lab/i18n/pl.ts +46 -6
  23. package/src/tool/conway-life-rule-lab/i18n/pt.ts +46 -6
  24. package/src/tool/conway-life-rule-lab/i18n/ru.ts +49 -9
  25. package/src/tool/conway-life-rule-lab/i18n/sv.ts +46 -6
  26. package/src/tool/conway-life-rule-lab/i18n/tr.ts +46 -6
  27. package/src/tool/conway-life-rule-lab/i18n/zh.ts +46 -6
  28. package/src/tool/cosmic-inflation/i18n/ru.ts +30 -4
  29. package/src/tool/double-slit-decoherence/i18n/fr.ts +48 -4
  30. package/src/tool/double-slit-decoherence/i18n/it.ts +52 -8
  31. package/src/tool/double-slit-decoherence/i18n/pt.ts +53 -9
  32. package/src/tool/double-slit-decoherence/i18n/sv.ts +56 -8
  33. package/src/tool/dyson-sphere-energy-capture/i18n/de.ts +119 -38
  34. package/src/tool/dyson-sphere-energy-capture/i18n/fr.ts +116 -48
  35. package/src/tool/dyson-sphere-energy-capture/i18n/it.ts +96 -19
  36. package/src/tool/dyson-sphere-energy-capture/i18n/ja.ts +124 -24
  37. package/src/tool/dyson-sphere-energy-capture/i18n/ko.ts +122 -22
  38. package/src/tool/dyson-sphere-energy-capture/i18n/pl.ts +68 -14
  39. package/src/tool/dyson-sphere-energy-capture/i18n/pt.ts +126 -45
  40. package/src/tool/dyson-sphere-energy-capture/i18n/ru.ts +46 -9
  41. package/src/tool/dyson-sphere-energy-capture/i18n/sv.ts +134 -53
  42. package/src/tool/dyson-sphere-energy-capture/i18n/tr.ts +68 -14
  43. package/src/tool/dyson-sphere-energy-capture/i18n/zh.ts +124 -24
  44. package/src/tool/global-albedo-snowball-simulator/i18n/ru.ts +20 -7
  45. package/src/tool/lorenz-attractor/i18n/de.ts +35 -5
  46. package/src/tool/lorenz-attractor/i18n/fr.ts +35 -5
  47. package/src/tool/lorenz-attractor/i18n/id.ts +10 -0
  48. package/src/tool/lorenz-attractor/i18n/it.ts +9 -0
  49. package/src/tool/lorenz-attractor/i18n/ja.ts +10 -0
  50. package/src/tool/lorenz-attractor/i18n/ko.ts +10 -0
  51. package/src/tool/lorenz-attractor/i18n/nl.ts +10 -0
  52. package/src/tool/lorenz-attractor/i18n/pl.ts +10 -0
  53. package/src/tool/lorenz-attractor/i18n/pt.ts +35 -5
  54. package/src/tool/lorenz-attractor/i18n/ru.ts +10 -0
  55. package/src/tool/lorenz-attractor/i18n/sv.ts +10 -0
  56. package/src/tool/lorenz-attractor/i18n/tr.ts +10 -0
  57. package/src/tool/lorenz-attractor/i18n/zh.ts +10 -0
  58. package/src/tool/mandelbrot-fractal/i18n/de.ts +27 -0
  59. package/src/tool/mandelbrot-fractal/i18n/fr.ts +18 -0
  60. package/src/tool/mandelbrot-fractal/i18n/it.ts +26 -8
  61. package/src/tool/mandelbrot-fractal/i18n/pl.ts +27 -9
  62. package/src/tool/mandelbrot-fractal/i18n/ru.ts +22 -4
  63. package/src/tool/mandelbrot-fractal/i18n/sv.ts +35 -8
  64. package/src/tool/natural-selection-drift/i18n/de.ts +125 -22
  65. package/src/tool/natural-selection-drift/i18n/id.ts +113 -5
  66. package/src/tool/natural-selection-drift/i18n/it.ts +74 -2
  67. package/src/tool/natural-selection-drift/i18n/ja.ts +113 -5
  68. package/src/tool/natural-selection-drift/i18n/ko.ts +113 -5
  69. package/src/tool/natural-selection-drift/i18n/nl.ts +121 -6
  70. package/src/tool/natural-selection-drift/i18n/pl.ts +136 -16
  71. package/src/tool/natural-selection-drift/i18n/pt.ts +110 -15
  72. package/src/tool/natural-selection-drift/i18n/ru.ts +142 -7
  73. package/src/tool/natural-selection-drift/i18n/sv.ts +110 -5
  74. package/src/tool/natural-selection-drift/i18n/tr.ts +160 -22
  75. package/src/tool/natural-selection-drift/i18n/zh.ts +113 -5
  76. package/src/tool/phase-diagram-critical-points/i18n/de.ts +44 -6
  77. package/src/tool/phase-diagram-critical-points/i18n/fr.ts +46 -8
  78. package/src/tool/planet-atmosphere-survival/i18n/ru.ts +118 -2
  79. package/src/tool/radioactive-decay/i18n/de.ts +112 -5
  80. package/src/tool/radioactive-decay/i18n/fr.ts +16 -0
  81. package/src/tool/radioactive-decay/i18n/id.ts +112 -8
  82. package/src/tool/radioactive-decay/i18n/it.ts +16 -0
  83. package/src/tool/radioactive-decay/i18n/ja.ts +112 -8
  84. package/src/tool/radioactive-decay/i18n/ko.ts +112 -8
  85. package/src/tool/radioactive-decay/i18n/nl.ts +112 -14
  86. package/src/tool/radioactive-decay/i18n/pl.ts +112 -7
  87. package/src/tool/radioactive-decay/i18n/pt.ts +112 -21
  88. package/src/tool/radioactive-decay/i18n/ru.ts +112 -8
  89. package/src/tool/radioactive-decay/i18n/sv.ts +112 -8
  90. package/src/tool/radioactive-decay/i18n/tr.ts +112 -8
  91. package/src/tool/radioactive-decay/i18n/zh.ts +112 -8
  92. package/src/tool/roche-limit-satellite-disruption/i18n/pl.ts +76 -0
  93. package/src/tool/temperature-timeline/i18n/de.ts +22 -2
  94. package/src/tool/temperature-timeline/i18n/fr.ts +41 -1
  95. package/src/tool/temperature-timeline/i18n/it.ts +30 -1
  96. package/src/tool/temperature-timeline/i18n/pt.ts +34 -1
  97. package/src/tool/temperature-timeline/i18n/ru.ts +29 -0
  98. package/src/tool/twin-paradox-visualizer/i18n/pt.ts +41 -1
@@ -36,6 +36,14 @@ const faq = [
36
36
  {
37
37
  question: 'Was bedeuten die Parameter?',
38
38
  answer: 'Sigma (σ) ist die Prandtl-Zahl (Verhältnis von Viskosität zu Wärmeleitfähigkeit), Rho (ρ) die Rayleigh-Zahl (Intensität der konvektiven Erwärmung) und Beta (β) das geometrische Aspektverhältnis der Konvektionszelle.'
39
+ },
40
+ {
41
+ question: 'Warum sieht der Attraktor wie ein Schmetterling aus?',
42
+ answer: 'Die ikonische Doppel-Flügel-Form entsteht, weil das System zwei instabile Gleichgewichtspunkte hat, um die die Trajektorien unvorhersehbar kreisen.'
43
+ },
44
+ {
45
+ question: 'Ist der Lorenz-Attraktor wirklich zufällig?',
46
+ answer: 'Nein, das System ist völlig deterministisch. Da es jedoch chaotisch ist, ist es ohne unendliche Präzision der Anfangsbedingungen langfristig unvorhersehbar.'
39
47
  }
40
48
  ];
41
49
 
@@ -66,19 +74,41 @@ export const content: ToolLocaleContent = {
66
74
  seo: [
67
75
  { type: 'title', text: 'Deterministisches Chaos: Die Lorenz-Gleichungen verstehen', level: 2 },
68
76
  { type: 'paragraph', html: 'Das Lorenz-System ist ein Meilenstein der nichtlinearen Dynamik und Chaostheorie. Es wurde 1963 vom Meteorologen <strong>Edward Lorenz</strong> entwickelt und entstand aus einem vereinfachten Modell der atmosphärischen Konvektion. Seine Entdeckung, dass einfache, deterministische Gleichungen hochkomplexes, nichtperiodisches Verhalten erzeugen können, hat unser Verständnis physikalischer Systeme grundlegend verändert.' },
77
+ { type: 'paragraph', html: 'Das System wird durch drei gekoppelte Differentialgleichungen beschrieben, die eine Koordinate im dreidimensionalen Phasenraum im Laufe der Zeit verfolgen:' },
78
+ {
79
+ type: 'list',
80
+ items: [
81
+ '<strong>dx/dt = σ * (y - x):</strong> Beschreibt die Rate der konvektiven Bewegung.',
82
+ '<strong>dy/dt = x * (ρ - z) - y:</strong> Repräsentiert die Temperaturdifferenz.',
83
+ '<strong>dz/dt = x * y - β * z:</strong> Verfolgt die Verzerrung des vertikalen Temperaturprofils.',
84
+ ],
85
+ },
69
86
  { type: 'title', text: 'Schmetterlingseffekt: Sensitive Abhängigkeit von Anfangsbedingungen', level: 3 },
70
87
  { type: 'paragraph', html: 'Das charakteristische Merkmal chaotischer Systeme ist die <strong>sensitive Abhängigkeit von den Anfangsbedingungen</strong>, bekannt als <strong>Schmetterlingseffekt</strong>. In diesem Simulator starten zwei Trajektorien (T1 in Cyan, T2 in Pink) mit einem winzigen Anfangsunterschied. Nach kurzer Zeit verstärken die nichtlinearen Terme diesen Unterschied, und die Pfade divergieren vollständig.' },
88
+ { type: 'paragraph', html: 'Diese Empfindlichkeit wird demonstriert, indem zwei Trajektorien mit minimalem Abstand gestartet werden, die schließlich unterschiedliche Flügel des Attraktors umkreisen.' },
71
89
  {
72
90
  type: 'table',
73
- headers: ['Parameter', 'Standardwert', 'Physikalische Bedeutung'],
91
+ headers: ['Parameter', 'Standardwert', 'Physikalische Bedeutung', 'Verhalten bei Änderung'],
74
92
  rows: [
75
- ['σ (Sigma)', '10.0', 'Prandtl-Zahl: bestimmt die innere Reibung des Fluids.'],
76
- ['ρ (Rho)', '28.0', 'Rayleigh-Zahl: Haupttreiber des Chaos; Heizintensität.'],
77
- ['β (Beta)', '8/3', 'Aspektverhältnis: Steuert die Form und Rotationsgeschwindigkeit der Orbits.']
93
+ ['σ (Sigma)', '10.0', 'Prandtl-Zahl', 'Bestimmt die innere Reibung des Fluids.'],
94
+ ['ρ (Rho)', '28.0', 'Rayleigh-Zahl', 'Haupttreiber des Chaos.'],
95
+ ['β (Beta)', '8/3 (2.667)', 'Aspektverhältnis', 'Steuert die Form und Rotationsgeschwindigkeit.'],
78
96
  ],
79
97
  },
80
98
  { type: 'title', text: 'Phasenraum, Seltsame Attraktoren und Fraktale', level: 3 },
81
- { type: 'paragraph', html: 'In der klassischen Physik enden Trajektorien oft in stabilen Punkten oder wiederholen sich. Das Lorenz-System tut weder das eine noch das andere: Die Bahn schlingt sich unendlich im dreidimensionalen Raum, ohne sich selbst zu schneiden. Diese unbegrenzte, sich nicht wiederholende Struktur ist in einem endlichen Volumen des Phasenraums eingeschlossen und bildet einen <strong>seltsamen Attraktor</strong> mit fraktaler Geometrie (Hausdorff-Dimension ca. 2.06).' }
99
+ { type: 'paragraph', html: 'In der klassischen Physik enden Trajektorien oft in stabilen Punkten oder wiederholen sich. Das Lorenz-System tut weder das eine noch das andere: Die Bahn schlingt sich unendlich im dreidimensionalen Raum, ohne sich selbst zu schneiden. Diese unbegrenzte, sich nicht wiederholende Struktur ist in einem endlichen Volumen des Phasenraums eingeschlossen und bildet einen <strong>seltsamen Attraktor</strong> mit fraktaler Geometrie (Hausdorff-Dimension ca. 2.06).' },
100
+ { type: 'paragraph', html: 'Die Geometrie dieses Attraktors ist fraktal mit einer Hausdorff-Dimension von ca. 2,06.' },
101
+ { type: 'title', text: 'Anwendungen der Chaostheorie in der Wissenschaft', level: 3 },
102
+ { type: 'paragraph', html: 'Die Erkenntnisse aus dem Lorenz-Attraktor reichen weit über die Wettervorhersage hinaus:' },
103
+ {
104
+ type: 'list',
105
+ items: [
106
+ '<strong>Meteorologie:</strong> Setzte die Grenzen der Wettervorhersagbarkeit.',
107
+ '<strong>Kryptographie:</strong> Erzeugung sicherer Pseudozufallsschlüssel.',
108
+ '<strong>Kardiologie:</strong> Modellierung chaotischer Herzrhythmen.',
109
+ '<strong>Ingenieurwesen:</strong> Vermeidung chaotischer Resonanz in mechanischen Systemen.',
110
+ ],
111
+ },
82
112
  ],
83
113
  faq,
84
114
  bibliography,
@@ -36,6 +36,14 @@ const faq = [
36
36
  {
37
37
  question: 'Que représentent les paramètres ?',
38
38
  answer: 'Sigma (σ) est le nombre de Prandtl (viscosité/conductivité thermique), Rho (ρ) le nombre de Rayleigh (intensité du chauffage convectif) et Beta (β) le rapport d\'aspect géométrique de la cellule convective.'
39
+ },
40
+ {
41
+ question: 'Pourquoi l\'attracteur ressemble-t-il à un papillon ?',
42
+ answer: 'La forme iconique à deux ailes vient du fait que le système possède deux points d\'équilibre instables autour desquels les trajectoires orbitent de manière imprévisible.'
43
+ },
44
+ {
45
+ question: 'L\'attracteur de Lorenz est-il vraiment aléatoire ?',
46
+ answer: 'Non, le système est entièrement déterministe. Cependant, étant chaotique, il est totalement imprévisible à long terme sans une précision infinie des conditions initiales.'
39
47
  }
40
48
  ];
41
49
 
@@ -66,19 +74,41 @@ export const content: ToolLocaleContent = {
66
74
  seo: [
67
75
  { type: 'title', text: "Chaos Déterministe: Comprendre les Équations de Lorenz", level: 2 },
68
76
  { type: 'paragraph', html: "Le système de Lorenz est une formulation historique en dynamique non linéaire et en théorie du chaos. Initialement dérivé en 1963 par le météorologue et mathématicien <strong>Edward Lorenz</strong>, le modèle est né d'une représentation simplifiée de la convection atmosphérique. Sa découverte que ces équations simples et déterministes pouvaient produire un comportement complexe, non périodique et chaotique a transformé notre compréhension des systèmes physiques." },
77
+ { type: 'paragraph', html: "Le système est défini par trois équations différentielles couplées qui suivent une coordonnée dans l'espace des phases tridimensionnel au fil du temps:" },
78
+ {
79
+ type: 'list',
80
+ items: [
81
+ "<strong>dx/dt = σ * (y - x):</strong> Décrit le taux de mouvement convectif. Le paramètre σ (nombre de Prandtl) représente le rapport entre la viscosité du fluide et la conductivité thermique.",
82
+ "<strong>dy/dt = x * (ρ - z) - y:</strong> Représente la différence de température entre les courants convectifs ascendants et descendants. Le paramètre ρ (nombre de Rayleigh) représente l'intensité du chauffage convectif.",
83
+ "<strong>dz/dt = x * y - β * z:</strong> Suit la distortion du profil de température vertical par rapport à un gradient linéaire. Le paramètre β est le rapport d'aspect géométrique.",
84
+ ],
85
+ },
69
86
  { type: 'title', text: "L'Effet Papillon: Sensibilité aux Conditions Initiales", level: 3 },
70
87
  { type: 'paragraph', html: "La caractéristique principale des systèmes chaotiques est leur <strong>sensibilité aux conditions initiales</strong>, popularisée sous le nom d'<strong>Effet Papillon</strong>. Dans ce simulateur, deux trajectoires (T1 en cyan et T2 en rose) partent avec une séparation minimale. Après un court délai, les termes non linéaires amplifient la différence et les chemins divergent complètement." },
88
+ { type: 'paragraph', html: "Cette sensibilité est démontrée en exécutant deux trajectoires partant d'une séparation minime qui finissent par orbiter autour d'ailes différentes de l'attracteur." },
71
89
  {
72
90
  type: 'table',
73
- headers: ["Paramètre", "Valeur Standard", "Signification Physique"],
91
+ headers: ["Paramètre", "Valeur Standard", "Contexte Physique", "Comportement lors de la Modification"],
74
92
  rows: [
75
- ["σ (Sigma)", "10.0", "Nombre de Prandtl: friction interne du fluide."],
76
- ["ρ (Rho)", "28.0", "Nombre de Rayleigh: intensité du chauffage convectif."],
77
- ["β (Beta)", "8/3", "Rapport d'aspect: échelle et vitesse de rotation des orbites."]
93
+ ["σ (Sigma)", "10.0", "Nombre de Prandtl", "Détermine la friction interne du fluide. Des valeurs élevées accélèrent la réaction des changements de vitesse."],
94
+ ["ρ (Rho)", "28.0", "Nombre de Rayleigh", "Moteur principal du chaos. En dessous de ρ = 1, l'origine est stable. À ρ = 28, le système est totalement chaotique."],
95
+ ["β (Beta)", "8/3 (2.667)", "Rapport d'Aspect Géométrique", "Contrôle le rapport largeur/hauteur des cellules de convection."],
78
96
  ],
79
97
  },
80
98
  { type: 'title', text: "Espace des Phases, Attracteurs Étranges et Fractales", level: 3 },
81
- { type: 'paragraph', html: "En physique classique, les trajectoires se stabilisent en points fixes ou répètent le même chemin. Le système de Lorenz ne fait ni l'un ni l'autre: la trajectoire tourne infiniment dans l'espace des phases sans jamais se croiser, formant un <strong>attracteur étrange</strong> avec une géométrie fractale." }
99
+ { type: 'paragraph', html: "En physique classique, les trajectoires se stabilisent en points fixes ou répètent le même chemin. Le système de Lorenz ne fait ni l'un ni l'autre: la trajectoire tourne infiniment dans l'espace des phases sans jamais se croiser, formant un <strong>attracteur étrange</strong> avec une géométrie fractale." },
100
+ { type: 'paragraph', html: "La géométrie de cet attracteur est fractale, avec une dimension de Hausdorff d'environ 2,06, montrant une structure topologique complexe." },
101
+ { type: 'title', text: "Applications de la Théorie du Chaos en Science", level: 3 },
102
+ { type: 'paragraph', html: "Les leçons tirées de l'attracteur de Lorenz s'étendent bien au-delà de la prévision météorologique:" },
103
+ {
104
+ type: 'list',
105
+ items: [
106
+ "<strong>Météorologie:</strong> A établi les limites fondamentales de la prédictibilité, menant aux prévisions d'ensemble.",
107
+ "<strong>Cryptographie:</strong> Utilisé pour générer des clés pseudo-aléatoires sécurisées.",
108
+ "<strong>Cardiologie:</strong> Modélisation des rythmes cardiaques chaotiques.",
109
+ "<strong>Ingénierie:</strong> Conception de structures stables en évitant la résonance chaotique.",
110
+ ],
111
+ },
82
112
  ],
83
113
  faq,
84
114
  bibliography,
@@ -33,6 +33,14 @@ const faq = [
33
33
  {
34
34
  "question": "Apa arti parameter tersebut?",
35
35
  "answer": "Sigma mewakili angka Prandtl, Rho angka Rayleigh, dan Beta rasio aspek geometri."
36
+ },
37
+ {
38
+ "question": "Mengapa bentuk atraktor seperti kupu-kupu?",
39
+ "answer": "Bentuk dua sayap timbul karena sistem memiliki dua titik keseimbangan tidak stabil di mana lintasan mengorbit secara tidak terduga."
40
+ },
41
+ {
42
+ "question": "Apakah Atraktor Lorenz benar-benar acak?",
43
+ "answer": "Tidak, sistem ini sepenuhnya deterministik. Namun karena bersifat kacau, ia tidak dapat diprediksi dalam jangka panjang tanpa presisi tak terbatas."
36
44
  }
37
45
  ];
38
46
 
@@ -77,6 +85,7 @@ export const content: ToolLocaleContent = {
77
85
  },
78
86
  { type: 'title', text: "Efek Kupu-kupu: Ketergantungan Sensitif pada Kondisi Awal", level: 3 },
79
87
  { type: 'paragraph', html: "Ciri khas sistem kacau adalah <strong>ketergantungan sensitif pada kondisi awal</strong>, yang populer dikenal sebagai <strong>Efek Kupu-kupu</strong>. Simulator ini menunjukkan hal ini dengan menjalankan dua lintasan (T1 dalam Cyan dan T2 dalam Merah Muda) yang dimulai dengan pemisahan kecil. Pada awalnya, keduanya menempuh jalur yang hampir sama. Setelah waktu singkat, perbedaan awal diperkuat oleh suku-suku nonlinear sistem, dan jalur-jalur tersebut menyimpang sepenuhnya." },
88
+ { type: 'paragraph', html: "Sensitivitas ini ditunjukkan dalam simulator ini dengan menjalankan dua lintasan yang dimulai sangat dekat dan menyimpang secara eksponensial." },
80
89
  {
81
90
  type: 'table',
82
91
  headers: ["Parameter","Nilai Standar","Konteks Fisik","Perilaku saat Diubah"],
@@ -88,6 +97,7 @@ export const content: ToolLocaleContent = {
88
97
  },
89
98
  { type: 'title', text: "Ruang Fase, Penarik Aneh, dan Fraktal", level: 3 },
90
99
  { type: 'paragraph', html: "Dalam fisika klasik, lintasan akhirnya stabil di titik tetap atau berulang sebagai siklus batas. Sistem Lorenz tidak melakukan keduanya: jalurnya melingkar tanpa batas dalam tiga dimensi tanpa pernah bersilangan, membentuk <strong>penarik aneh</strong> dengan geometri fraktal (dimensi Hausdorff sekitar 2,06)." },
100
+ { type: 'paragraph', html: "Geometri penarik ini bersifat fraktal dengan dimensi Hausdorff sekitar 2,06." },
91
101
  { type: 'title', text: "Penerapan Teori Kekacauan dalam Ilmu Pengetahuan", level: 3 },
92
102
  { type: 'paragraph', html: "Pelajaran dari penarik Lorenz jauh melampaui prakiraan cuaca dan telah mempengaruhi banyak bidang ilmu modern:" },
93
103
  {
@@ -33,6 +33,14 @@ const faq = [
33
33
  {
34
34
  "question": "Cosa rappresentano i parametri?",
35
35
  "answer": "Sigma e il numero di Prandtl, Rho il numero di Rayleigh e Beta un parametro geometrico."
36
+ },
37
+ {
38
+ "question": "Perché l'attrattore assomiglia a una farfalla?",
39
+ "answer": "La forma a due ali nasce dal fatto che il sistema ha due punti di equilibrio instabili attorno ai quali le traiettorie orbitano in modo imprevedibile."
40
+ },
41
+ {
42
+ "question": "L'attrattore di Lorenz è davvero casuale?",
43
+ "answer": "No, il sistema è completamente deterministico. Tuttavia, essendo caotico, è totalmente imprevedibile a lungo termine senza una precisione infinita."
36
44
  }
37
45
  ];
38
46
 
@@ -89,6 +97,7 @@ export const content: ToolLocaleContent = {
89
97
  },
90
98
  { type: 'title', text: "Spazio delle Fasi, Attrattori Strani e Frattali", level: 3 },
91
99
  { type: 'paragraph', html: "In fisica classica, le traiettorie si stabilizzano in punti fissi o si ripetono come cicli limite. Il sistema di Lorenz non fa né l'uno né l'altro: il percorso si avvolge infinitamente in tre dimensioni senza mai incrociarsi, formando un <strong>attrattore strano</strong> con una geometria frattale (dimensione di Hausdorff circa 2,06)." },
100
+ { type: 'paragraph', html: "La geometria di questo attrattore è frattale, con una dimensione di Hausdorff di circa 2,06, che mostra una complessa struttura topologica dove i percorsi si piegano senza intersecarsi." },
92
101
  { type: 'title', text: "Applicazioni della Teoria del Caos nella Scienza", level: 3 },
93
102
  { type: 'paragraph', html: "Le lezioni dell'attrattore di Lorenz si estendono ben oltre la meteorologia e hanno influenzato molti campi moderni:" },
94
103
  {
@@ -33,6 +33,14 @@ const faq = [
33
33
  {
34
34
  "question": "各パラメーターは何を意味しますか?",
35
35
  "answer": "Sigmaはプラントル数、Rhoはレイリー数、Betaはアスペクト比に関連します。"
36
+ },
37
+ {
38
+ "question": "なぜアトラクターは蝶のような形をしているのですか?",
39
+ "answer": "システムが2つの不安定な平衡点を持つため、軌道が予測不能にそれらの周りを周回することで蝶の羽のような形が生まれます。"
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>として知られています。このシミュレーターでは、わずかな初期分離を持つ2つの軌道(T1:シアン、T2:ピンク)を実行することでこれを示します。最初はほぼ同じ経路をたどりますが、短時間後に非線形項が差を増幅させ、経路は完全に分岐します。" },
88
+ { type: 'paragraph', html: "この感度は、初期分離が非常に近い2つの軌道をたどることで可視化されます。" },
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: "古典物理学では、軌道は最終的に固定点に落ち着くか、限界サイクルとして繰り返します。ローレンツ系はそのどちらも行いません: 経路は3次元で自身と交差することなく無限に回転し、ハウスドルフ次元 約 2.06 のフラクタル幾何学を持つ<strong>奇妙なアトラクター</strong>を形成します。" },
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": "매개변수들은 무엇을 나타내나요?",
35
35
  "answer": "시그마는 프란틀 수, 로는 레일리 수, 베타는 기하학적 종횡비를 의미합니다."
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: "고전 물리학에서 궤적은 결국 고정점에 정착하거나 한계 사이클로 반복됩니다. 로렌츠 시스템은 그 어느 것도 하지 않습니다: 경로는 3차원에서 자신과 교차하지 않고 무한히 반복되어 하우스도르프 차원 약 2.06의 프랙탈 기하학을 가진 <strong>이상한 끌개</strong>를 형성합니다." },
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": "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: determina o atrito interno do fluido."],
76
- ["ρ (Rho)", "28.0", "Número de Rayleigh: motor do caos; intensidade do aquecimento convectivo."],
77
- ["β (Beta)", "8/3", "Relação de Aspeto: escala e velocidade de rotação das órbitas."]
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,