<?xml 
version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="https://experiences.mathemarium.fr/spip.php?page=backend.xslt" ?>
<rss version="2.0" 
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"
>

<channel xml:lang="fr">
	<title>Experimentarium Digitale</title>
	<link>https://experiences.mathemarium.fr/</link>
	<description> Notes : Nous produisons des simulations num&#233;riques interactives (ENI) depuis 1992, successivement sur NeXT, en Java, en ActionScript puis en JavaScript. &#192; l'heure o&#249; les LLM et le vibe coding red&#233;finissent les pratiques de d&#233;veloppement, une nouvelle &#233;tape se dessine et elle est terriblement excitante. Nous sommes en train de repenser le contenu de ce site et les simulations que nous produirons &#224; l'avenir, toujours avec l'id&#233;e que les ENI sont de formidables outils d'appropriation des concepts math&#233;matiques et physiques. Stay in touch. Les exp&#233;riences num&#233;riques interactives (ENI) de ce site sont d&#233;velopp&#233;es pour des cours &#224; l'universit&#233;, des conf&#233;rences et des MOOCs de niveaux vari&#233;s. Elles sont libres d'utilisation, mais restent la propri&#233;t&#233; intellectuelle de leurs auteurs et du CNRS. Nous alimentons r&#233;guli&#232;rement ce site avec de nouvelles ENI.Elles s'appuient sur NLKit, un portage en javascript du noyau du logiciel scientifique xDim, ainsi que jQuery Mobile et Processing.js.NB : Pour utiliser les exp&#233;riences en ligne de ce site, pr&#233;f&#233;rez utiliser les navigateurs Chrome ou Safari. Jean-Ren&#233; ChazottesCentre de Physique Th&#233;orique - CNRS UMR 7644 - Ecole polytechnique - Palaiseau jeanrene [at] cpht.polytechnique.fr Marc Monticelli Laboratoire J.A. Dieudonn&#233; - CNRS UMR 7351 - Universit&#233; C&#244;te d'Azur marc.monticelli [at] unice.fr</description>
	<language>fr</language>
	<generator>SPIP - www.spip.net</generator>
	<atom:link href="https://experiences.mathemarium.fr/spip.php?id_mot=24&amp;page=backend" rel="self" type="application/rss+xml" />

	<image>
		<title>Experimentarium Digitale</title>
		<url>https://experiences.mathemarium.fr/local/cache-vignettes/L144xH68/siteon0-10b19.jpg?1776352278</url>
		<link>https://experiences.mathemarium.fr/</link>
		<height>68</height>
		<width>144</width>
	</image>



<item xml:lang="fr">
		<title>Lorenz attractor
</title>
		<link>https://experiences.mathemarium.fr/Lorenz-attractor.html</link>
		<guid isPermaLink="true">https://experiences.mathemarium.fr/Lorenz-attractor.html</guid>
		<dc:date>2022-03-09T22:11:00Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>Chazottes Jean-Ren&#233;
, Monticelli Marc
</dc:creator>


		<dc:subject>Syst&#232;mes dynamiques
</dc:subject>
		<dc:subject>javascript
</dc:subject>
		<dc:subject>Article Kiosque
</dc:subject>
		<dc:subject>WebGL
</dc:subject>

		<description>
&lt;p&gt;To study the possibly complicated behavior of three-dimensional systems, there is no better place to begin than with the famous model proposed by Lorenz in 1963. Before this model appeared, the only types of stable attractors known in differential equations were fixed points and closed trajectories. This model illustrates in particular the sensitive dependence on intial conditions, also known by the large public as the 'butterfly effect' (an expression coined by Lorenz himself). &lt;br class='autobr' /&gt;
The Lorenz (&#8230;)&lt;/p&gt;


-
&lt;a href="https://experiences.mathemarium.fr/-Systemes-dynamiques-.html" rel="directory"&gt;Syst&#232;mes dynamiques
&lt;/a&gt;

/ 
&lt;a href="https://experiences.mathemarium.fr/+-Systemes-dynamiques-4-+.html" rel="tag"&gt;Syst&#232;mes dynamiques
&lt;/a&gt;, 
&lt;a href="https://experiences.mathemarium.fr/+-javascript-+.html" rel="tag"&gt;javascript
&lt;/a&gt;, 
&lt;a href="https://experiences.mathemarium.fr/+-Article-Kiosque-+.html" rel="tag"&gt;Article Kiosque
&lt;/a&gt;, 
&lt;a href="https://experiences.mathemarium.fr/+-WebGL-+.html" rel="tag"&gt;WebGL
&lt;/a&gt;

		</description>


 <content:encoded>&lt;img src='https://experiences.mathemarium.fr/local/cache-vignettes/L150xH70/arton46-9340c.png?1770811887' class='spip_logo spip_logo_right' width='150' height='70' alt=&#034;&#034; /&gt;
		&lt;div class='rss_texte'&gt;&lt;p&gt;To study the possibly complicated behavior of three-dimensional systems, there is no better place to begin than with the famous model proposed by Lorenz in 1963. Before this model appeared, the only types of stable attractors known in differential equations were fixed points and closed trajectories. This model illustrates in particular the sensitive dependence on intial conditions, also known by the large public as the 'butterfly effect' (an expression coined by Lorenz himself).&lt;/p&gt;
&lt;p&gt;The Lorenz system is given by the equations&lt;/p&gt;
&lt;p&gt;
&lt;p class=&#034;spip spip-math&#034;&gt;$$ \begin{cases} \dot{x} = \sigma (y-x)\\ \dot{y}=\rho x-y -xz\\ \dot{z}=xy-\beta z \end{cases} $$&lt;/p&gt;
&lt;br class='autobr' /&gt;
where &lt;span class=&#034;spip-math&#034;&gt;$\sigma,\rho$&lt;/span&gt; and &lt;span class=&#034;spip-math&#034;&gt;$\beta$&lt;/span&gt; are positive parameters. The 'historical values' (those used by Lorenz in his paper) are &lt;span class=&#034;spip-math&#034;&gt;$\sigma=10$&lt;/span&gt;, &lt;span class=&#034;spip-math&#034;&gt;$\beta=8/3$&lt;/span&gt; et &lt;span class=&#034;spip-math&#034;&gt;$\rho=28$&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;Explaining how Lorenz got his equations would lead us away. We content ourselves with a few words. Lorenz was interested in setting up a simple model that would explain some of the unpredictable behavior of the weather.&lt;/p&gt;
&lt;p&gt;Physical sensible models of atmospheric convection involve partial differential equations, and are extremely complicated to analyze. Lorenz sought a much simpler system. He considered a two-dimensional fluid cell that was heated from below and cooled from above. In Fourier modes, the fluid motion can be described by a system of differential equations involving infinitely many variables. Lorenz made a tremendous simplification by keeping only three variables !&lt;/p&gt;
&lt;p&gt;Very roughly speaking, &lt;span class=&#034;spip-math&#034;&gt;$x$&lt;/span&gt; represents the rate of convective 'overturning', whereas &lt;span class=&#034;spip-math&#034;&gt;$y$&lt;/span&gt; and &lt;span class=&#034;spip-math&#034;&gt;$z$&lt;/span&gt; can be thought as the horizontal and vertical temperature, respectively. Notice that &lt;span class=&#034;spip-math&#034;&gt;$x,y,z$&lt;/span&gt; are thus not representing the position of a point in the ambient space, but instead an abstract three-dimensional phase space.&lt;/p&gt;
&lt;p&gt;Regarding the three parameters, &lt;span class=&#034;spip-math&#034;&gt;$\sigma$&lt;/span&gt; is the Prandtl number (related to the fluid viscosity), &lt;span class=&#034;spip-math&#034;&gt;$r$&lt;/span&gt; is the Rayleigh number (related to the temperature difference between the top and bottom of the cell, and &lt;span class=&#034;spip-math&#034;&gt;$b$&lt;/span&gt; is a scaling factor (related to the aspect ratio of the rolls).&lt;/p&gt;
&lt;p&gt;In the following digital experiment, you can move the orange bullet which represent the initial condition and then press the 'start' button. You can observe that solutions that start out very differently seem to have the same fate, if we forget the 'transient behavior'. They both eventually wind around the symmetric pair of fixed points, alternating at times which point they encircle. This forms a complicated set, the so-called Lorenz attractor, on which solutions stay for ever.&lt;/p&gt; &lt;iframe style=&#034;overflow: hidden;&#034; src=&#034;https://www.generative-ebooks.com/Simulations/801-Lorenz-Construction-3D.wdgt&#034; width=&#034;100%&#034; height=&#034;600&#034; frameborder=&#034;0&#034; scrolling=&#034;no&#034; onload=&#034;parent.scroll(0,0);&#034;&gt;&lt;/iframe&gt; &lt;p&gt;&lt;br&gt;
The previous experiment can be misleading because it can leave the impression that if you start with two very close initial conditions, the resulting solutions travel very close to each other, before they get on the attractor but also once they are on it. The following experiment shows that this is false ! This time you can see how to initially close points evolve on the attractor.&lt;/p&gt; &lt;iframe style=&#034;overflow: hidden;&#034; src=&#034;https://www.generative-ebooks.com/Simulations/810-Lorenz-SensibiliteCI-3D.wdgt/&#034; width=&#034;100%&#034; height=&#034;650&#034; frameborder=&#034;0&#034; scrolling=&#034;no&#034; onload=&#034;parent.scroll(0,0);&#034;&gt;&lt;/iframe&gt; &lt;p&gt;&lt;br&gt;
You can observe that the two solutions move quite far apart during their journey around the attractor. Moreover, you can see that the trajectories are nearly identical for a certain time period, but then they differ significantly as one solution winds around one of the symmetric fixed points, while the other solution winds around the other one. No matter how close two solutions start, they always move apart in this manner when they are on the attractor. This is sensitive dependence on initial conditions, one of the main features of a chaotic system.&lt;/p&gt;
&lt;p&gt;Moreover, we observe that solutions pass from one 'lobe' of the attractor to the other in an apparently unpredictable manner, leading to an irregular oscillation that never repeats : we have an aperiodic motion. This is called deterministic chaos because the equations are deterministic but the solutions can behave in a seemingly random way. Recall that 'deterministic' means, given the present state, the future (and the past) are completely determined. Mathematically, this means that, given an initial condition &lt;span class=&#034;spip-math&#034;&gt;$(x_0,y_0,z_0)$&lt;/span&gt;, there is a unique solution &lt;span class=&#034;spip-math&#034;&gt;$(x(t),y(t),z(t))$&lt;/span&gt; passing through &lt;span class=&#034;spip-math&#034;&gt;$(x_0,y_0,z_0)$&lt;/span&gt; at time &lt;span class=&#034;spip-math&#034;&gt;$t=0$&lt;/span&gt;. But, to predict the future evolution, we need to know exactly the initial condition, which is impossible in practice. In a chaotic system, this leads to unpredictability. To illustrate this, consider a tiny blob if initial conditions around &lt;span class=&#034;spip-math&#034;&gt;$(x_0,y_0,z_0)$&lt;/span&gt;. We observe that, rapidly, this blob smears out over the entire attractor ! This means that a tiny error on the initial condition is amplified quickly in such a way that we only know that we are on the attractor, but we don't know precisely where.&lt;/p&gt; &lt;iframe style=&#034;overflow: hidden;&#034; src=&#034;https://www.generative-ebooks.com/Simulations/812-Lorenz-SensibiliteCI-3D-FLOW.wdgt/&#034; width=&#034;100%&#034; height=&#034;700&#034; frameborder=&#034;0&#034; scrolling=&#034;no&#034; onload=&#034;parent.scroll(0,0);&#034;&gt;&lt;/iframe&gt; &lt;/div&gt;
		&lt;div class="hyperlien"&gt;Voir en ligne : &lt;a href="http://experiences.math.cnrs.fr/simulations/sd-Lorenz3D/index.html" class="spip_out"&gt;Attracteur de Lorenz en 3D&lt;/a&gt;&lt;/div&gt;
		
		</content:encoded>


		

	</item>
<item xml:lang="en">
		<title>Turing patterns
</title>
		<link>https://experiences.mathemarium.fr/Turing-patterns.html</link>
		<guid isPermaLink="true">https://experiences.mathemarium.fr/Turing-patterns.html</guid>
		<dc:date>2022-02-10T16:43:25Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>en</dc:language>
		<dc:creator>Chazottes Jean-Ren&#233;
, Monticelli Marc
</dc:creator>


		<dc:subject>Syst&#232;mes dynamiques
</dc:subject>
		<dc:subject>Alan Turing
</dc:subject>
		<dc:subject>Morphog&#233;n&#232;se
</dc:subject>
		<dc:subject>javascript
</dc:subject>
		<dc:subject>Article Kiosque
</dc:subject>

		<description>&lt;p&gt;&lt;a href=&#034;https://en.wikipedia.org/wiki/Alan_Turing&#034; class=&#034;spip_out&#034; rel=&#034;external&#034;&gt;Alan Turing&lt;/a&gt; was the first to propose a model to account for the very large diversity of patterns in nature, such as animal coats. This model is based on a &#8220;&lt;a href=&#034;https://en.wikipedia.org/wiki/Reaction&#8211;diffusion_system&#034; class=&#034;spip_out&#034; rel=&#034;external&#034;&gt;reaction-difusion equation&lt;/a&gt;&#8221; of the form(*)&lt;/p&gt;
&lt;p&gt;&lt;span class=&#034;csfoo htmla&#034;&gt;&lt;/span&gt;&lt;span class=&#034;spip-math&#034;&gt;$\begin{cases} \frac{\partial u}{\partial t}=f(u,v)+A \nabla^2 u\\\frac{\partial v}{\partial t}=g(u,v)+B \nabla^2 v\end{cases}$&lt;/span&gt;&lt;span class=&#034;csfoo htmlb&#034;&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt; where &lt;span class=&#034;csfoo htmla&#034;&gt;&lt;/span&gt;&lt;span class=&#034;spip-math&#034;&gt;$u(x,y,t)$&lt;/span&gt;&lt;span class=&#034;csfoo htmlb&#034;&gt;&lt;/span&gt; is the concentration at point &lt;span class=&#034;csfoo htmla&#034;&gt;&lt;/span&gt;&lt;span class=&#034;spip-math&#034;&gt;$(x,y)$&lt;/span&gt;&lt;span class=&#034;csfoo htmlb&#034;&gt;&lt;/span&gt; and at time &lt;span class=&#034;csfoo htmla&#034;&gt;&lt;/span&gt;&lt;span class=&#034;spip-math&#034;&gt;$t$&lt;/span&gt;&lt;span class=&#034;csfoo htmlb&#034;&gt;&lt;/span&gt; of the activator (which color the skin), and &lt;span class=&#034;csfoo htmla&#034;&gt;&lt;/span&gt;&lt;span class=&#034;spip-math&#034;&gt;$v(x,y,t)$&lt;/span&gt;&lt;span class=&#034;csfoo htmlb&#034;&gt;&lt;/span&gt; is that of the inhibitor (which prevents the activator from being expressed). The positive coefficients &lt;span class=&#034;csfoo htmla&#034;&gt;&lt;/span&gt;&lt;span class=&#034;spip-math&#034;&gt;$A,B$&lt;/span&gt;&lt;span class=&#034;csfoo htmlb&#034;&gt;&lt;/span&gt; are the diffusion coefficients.&lt;/p&gt;
&lt;p&gt;In the digital experiment below, we have a portion of the plan &lt;span class=&#034;csfoo htmla&#034;&gt;&lt;/span&gt;&lt;span class=&#034;spip-math&#034;&gt;$(x,y)$&lt;/span&gt;&lt;span class=&#034;csfoo htmlb&#034;&gt;&lt;/span&gt; and we have taken &lt;span class=&#034;csfoo htmla&#034;&gt;&lt;/span&gt;&lt;span class=&#034;spip-math&#034;&gt;$f(u,v)=u(v-1)-12$&lt;/span&gt;&lt;span class=&#034;csfoo htmlb&#034;&gt;&lt;/span&gt;, &lt;span class=&#034;csfoo htmla&#034;&gt;&lt;/span&gt;&lt;span class=&#034;spip-math&#034;&gt;$g(u,v)=16-uv$&lt;/span&gt;&lt;span class=&#034;csfoo htmlb&#034;&gt;&lt;/span&gt;. What is represented is the minimum of &lt;span class=&#034;csfoo htmla&#034;&gt;&lt;/span&gt;&lt;span class=&#034;spip-math&#034;&gt;$u(x,y,t)$&lt;/span&gt;&lt;span class=&#034;csfoo htmlb&#034;&gt;&lt;/span&gt;, in black, and its maximum, in red.&lt;/p&gt;

-
&lt;a href="https://experiences.mathemarium.fr/-Systemes-dynamiques-.html" rel="directory"&gt;Syst&#232;mes dynamiques
&lt;/a&gt;

/ 
&lt;a href="https://experiences.mathemarium.fr/+-Systemes-dynamiques-4-+.html" rel="tag"&gt;Syst&#232;mes dynamiques
&lt;/a&gt;, 
&lt;a href="https://experiences.mathemarium.fr/+-Alan-Turing-+.html" rel="tag"&gt;Alan Turing
&lt;/a&gt;, 
&lt;a href="https://experiences.mathemarium.fr/+-Morphogenese-+.html" rel="tag"&gt;Morphog&#233;n&#232;se
&lt;/a&gt;, 
&lt;a href="https://experiences.mathemarium.fr/+-javascript-+.html" rel="tag"&gt;javascript
&lt;/a&gt;, 
&lt;a href="https://experiences.mathemarium.fr/+-Article-Kiosque-+.html" rel="tag"&gt;Article Kiosque
&lt;/a&gt;

		</description>


 <content:encoded>&lt;img src='https://experiences.mathemarium.fr/local/cache-vignettes/L150xH70/arton149-d8d8c.png?1770959937' class='spip_logo spip_logo_right' width='150' height='70' alt=&#034;&#034; /&gt;
		&lt;div class='rss_texte'&gt;&lt;p&gt;&lt;a href=&#034;https://en.wikipedia.org/wiki/Alan_Turing&#034; class=&#034;spip_out&#034; rel=&#034;external&#034;&gt;Alan Turing&lt;/a&gt; was the first to propose a model to account for the very large diversity of patterns in nature, such as animal coats. This model is based on a &#034;&lt;a href=&#034;https://en.wikipedia.org/wiki/Reaction&#8211;diffusion_system&#034; class=&#034;spip_out&#034; rel=&#034;external&#034;&gt;reaction-difusion equation&lt;/a&gt;&#034; of the form(*)&lt;/p&gt;
&lt;p&gt;&lt;span class=&#034;spip-math&#034;&gt;$\begin{cases} \frac{\partial u}{\partial t}=f(u,v)+A \nabla^2 u\\\frac{\partial v}{\partial t}=g(u,v)+B \nabla^2 v\end{cases}$&lt;/span&gt;&lt;/p&gt;
&lt;p&gt; where &lt;span class=&#034;spip-math&#034;&gt;$u(x,y,t)$&lt;/span&gt; is the concentration at point &lt;span class=&#034;spip-math&#034;&gt;$(x,y)$&lt;/span&gt; and at time &lt;span class=&#034;spip-math&#034;&gt;$t$&lt;/span&gt; of the activator (which color the skin), and &lt;span class=&#034;spip-math&#034;&gt;$v(x,y,t)$&lt;/span&gt; is that of the inhibitor (which prevents the activator from being expressed). The positive coefficients &lt;span class=&#034;spip-math&#034;&gt;$A,B$&lt;/span&gt; are the diffusion coefficients.&lt;/p&gt;
&lt;p&gt;In the digital experiment below, we have a portion of the plan &lt;span class=&#034;spip-math&#034;&gt;$(x,y)$&lt;/span&gt; and we have taken &lt;span class=&#034;spip-math&#034;&gt;$f(u,v)=u(v-1)-12$&lt;/span&gt;, &lt;span class=&#034;spip-math&#034;&gt;$g(u,v)=16-uv$&lt;/span&gt;. What is represented is the minimum of &lt;span class=&#034;spip-math&#034;&gt;$u(x,y,t)$&lt;/span&gt;, in black, and its maximum, in red.&lt;/p&gt; &lt;iframe style=&#034;overflow: hidden;&#034; src=&#034;/simulations/sysdyn-Morphogenese-en/index.html&#034; height=&#034;600&#034; width=&#034;800&#034; frameborder=&#034;0&#034; scrolling=&#034;no&#034;&gt;&lt;/iframe&gt; &lt;p&gt;(*) &lt;span class=&#034;spip-math&#034;&gt;$\nabla^2$&lt;/span&gt; is the Laplacian operator: &lt;span class=&#034;spip-math&#034;&gt;$\nabla^2 u=\frac{\partial^2 u}{\partial x^2}+\frac{\partial^2 u}{\partial y^2}$&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;To integrate this simulation into your own web pages:&lt;/p&gt; &lt;div class=&#034;precode&#034;&gt;&lt;pre class='spip_code spip_code_block' dir='ltr' style='text-align:left;'&gt;&lt;code&gt;&lt;iframe style=&#034;overflow: hidden;&#034; src=&#034;http://experiences.math.cnrs.fr/simulations/sysdyn-Morphogenese-en/index.html&#034; height=&#034;600&#034; width=&#034;800&#034; frameborder=&#034;0&#034; scrolling=&#034;no&#034;&gt;&lt;/iframe&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
		&lt;div class="hyperlien"&gt;View online : &lt;a href="http://experiences.math.cnrs.fr/simulations/sysdyn-Morphogenese/index.html" class="spip_out"&gt;Turing patterns&lt;/a&gt;&lt;/div&gt;
		
		</content:encoded>


		

	</item>
<item xml:lang="fr">
		<title>&#201;quation aux D&#233;riv&#233;es Partielles Stochastique 2D
</title>
		<link>https://experiences.mathemarium.fr/EQuation-aux-Derivees-Partielles-69.html</link>
		<guid isPermaLink="true">https://experiences.mathemarium.fr/EQuation-aux-Derivees-Partielles-69.html</guid>
		<dc:date>2014-11-19T00:23:17Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>Berglund Nils
, Monticelli Marc
</dc:creator>


		<dc:subject>Syst&#232;mes dynamiques
</dc:subject>
		<dc:subject>javascript
</dc:subject>
		<dc:subject>Article Kiosque
</dc:subject>

		<description>&lt;p&gt;Une &lt;strong&gt;&#233;quation aux d&#233;riv&#233;es partielles stochastique&lt;/strong&gt;, ou EDPS, d&#233;crit l'&#233;volution dans l'espace et dans le temps d'un champ soumis &#224; un terme al&#233;atoire. Dans le cas de l'&#233;quation d'Allen&#8212;Cahn, ce champ peut repr&#233;senter la densit&#233; d'atomes de deux types diff&#233;rents dans un alliage, ou encore l'aimantation d'un mat&#233;riau magn&#233;tique.&lt;/p&gt;
&lt;p&gt;L'&#233;quation d'Allen&#8212;Cahn en dimension $2$ pour le champ $u(t,x,y)$ s'&#233;crit $\dot u = k \Delta u + u - u^3 + b \xi$.&lt;br class='autobr' /&gt;
Le terme $k \Delta u$ (Laplacien par rapport aux variables spatiales $x$ et $y$) d&#233;crit le couplage entre atomes voisins, et tend &#224; aplatir le profil $u$. Le terme $u - u^3$ repr&#233;sente la tendance de l'alliage vers l'un des &#233;tats stables $+1$ ou $-1$. Enfin le terme $\xi$, appel&#233; bruit blanc espace-temps, est un terme al&#233;atoire d&#233;crivant l'agitation thermique.&lt;/p&gt;
&lt;p&gt;Cette &#233;quation montre le ph&#233;nom&#232;ne de s&#233;paration de phase (&#171; coarsening &#187;) : les r&#233;gions de phase $+1$ et $-1$ tendent &#224; s'&#233;paissir au cours du temps. Ce ph&#233;nom&#232;ne est plus marqu&#233; plus $k$ et grand, et s'acc&#233;l&#232;re lorsque l'intensit&#233; du bruit augmente.&lt;/p&gt;

-
&lt;a href="https://experiences.mathemarium.fr/-Systemes-dynamiques-.html" rel="directory"&gt;Syst&#232;mes dynamiques
&lt;/a&gt;

/ 
&lt;a href="https://experiences.mathemarium.fr/+-Systemes-dynamiques-4-+.html" rel="tag"&gt;Syst&#232;mes dynamiques
&lt;/a&gt;, 
&lt;a href="https://experiences.mathemarium.fr/+-javascript-+.html" rel="tag"&gt;javascript
&lt;/a&gt;, 
&lt;a href="https://experiences.mathemarium.fr/+-Article-Kiosque-+.html" rel="tag"&gt;Article Kiosque
&lt;/a&gt;

		</description>


 <content:encoded>&lt;img src='https://experiences.mathemarium.fr/local/cache-vignettes/L150xH70/arton69-5857b.png?1770970766' class='spip_logo spip_logo_right' width='150' height='70' alt=&#034;&#034; /&gt;
		&lt;div class='rss_texte'&gt;&lt;p&gt;Une &lt;strong&gt;&#233;quation aux d&#233;riv&#233;es partielles stochastique&lt;/strong&gt;, ou EDPS, d&#233;crit l'&#233;volution dans l'espace et dans le temps d'un champ soumis &#224; un terme al&#233;atoire. Dans le cas de l'&#233;quation d'Allen&#8212;Cahn, ce champ peut repr&#233;senter la densit&#233; d'atomes de deux types diff&#233;rents dans un alliage, ou encore l'aimantation d'un mat&#233;riau magn&#233;tique.&lt;/p&gt;
&lt;p&gt;L'&#233;quation d'Allen&#8212;Cahn en dimension $2$ pour le champ $u(t,x,y)$ s'&#233;crit $\dot u = k \Delta u + u - u^3 + b \xi$.&lt;br class='autobr' /&gt;
Le terme $k \Delta u$ (Laplacien par rapport aux variables spatiales $x$ et $y$) d&#233;crit le couplage entre atomes voisins, et tend &#224; aplatir le profil $u$. Le terme $u - u^3$ repr&#233;sente la tendance de l'alliage vers l'un des &#233;tats stables $+1$ ou $-1$. Enfin le terme $\xi$, appel&#233; bruit blanc espace-temps, est un terme al&#233;atoire d&#233;crivant l'agitation thermique.&lt;/p&gt;
&lt;p&gt;Cette &#233;quation montre le ph&#233;nom&#232;ne de s&#233;paration de phase (&#171; coarsening &#187;) : les r&#233;gions de phase $+1$ et $-1$ tendent &#224; s'&#233;paissir au cours du temps. Ce ph&#233;nom&#232;ne est plus marqu&#233; plus $k$ et grand, et s'acc&#233;l&#232;re lorsque l'intensit&#233; du bruit augmente.&lt;/p&gt;
&lt;p&gt;Pour plus de d&#233;tails, lire l'article de Nils Berglund sur &lt;i&gt;&lt;a href=&#034;http://images.math.cnrs.fr/Qu-est-ce-qu-une-Equation-aux.html&#034; class=&#034;spip_out&#034; rel=&#034;external&#034;&gt;Image des maths&lt;/a&gt;&lt;/i&gt;.&lt;/p&gt; &lt;iframe style=&#034;overflow: hidden;&#034; src=&#034;/simulations/idm-EDPS-2/&#034; height=&#034;550px&#034; width=&#034;100%&#034; frameborder=&#034;0&#034; scrolling=&#034;no&#034;&gt;&lt;/iframe&gt; &lt;/div&gt;
		&lt;div class="hyperlien"&gt;Voir en ligne : &lt;a href="http://experiences.math.cnrs.fr/simulations/idm-EDPS-2/" class="spip_out"&gt;&#201;quation aux_D&#233;riv&#233;es Partielles_Stochastique 2D&lt;/a&gt;&lt;/div&gt;
		
		</content:encoded>


		

	</item>
<item xml:lang="fr">
		<title>&#201;quation aux D&#233;riv&#233;es Partielles Stochastique 1D
</title>
		<link>https://experiences.mathemarium.fr/Equation-aux-Derivees-Partielles.html</link>
		<guid isPermaLink="true">https://experiences.mathemarium.fr/Equation-aux-Derivees-Partielles.html</guid>
		<dc:date>2014-11-18T18:48:30Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>Berglund Nils
, Monticelli Marc
</dc:creator>


		<dc:subject>Syst&#232;mes dynamiques
</dc:subject>
		<dc:subject>javascript
</dc:subject>
		<dc:subject>Article Kiosque
</dc:subject>

		<description>&lt;p&gt;Une &lt;strong&gt;&#233;quation aux d&#233;riv&#233;es partielles stochastique&lt;/strong&gt;, ou EDPS, d&#233;crit l'&#233;volution dans l'espace et dans le temps d'un champ soumis &#224; un terme al&#233;atoire. Dans le cas de l'&#233;quation d'Allen&#8212;Cahn, ce champ peut repr&#233;senter la densit&#233; d'atomes de deux types diff&#233;rents dans un alliage, ou encore l'aimantation d'un mat&#233;riau magn&#233;tique.&lt;/p&gt;
&lt;p&gt;L'&#233;quation d'Allen&#8212;Cahn pour le champ $u(t,x)$ s'&#233;crit $\dot u = k u'' + u - u^3 + b \xi$.&lt;br class='autobr' /&gt;
Le terme $k u''$ (d&#233;riv&#233;e seconde par rapport &#224; $x$) d&#233;crit le couplage entre atomes voisins, et tend &#224; aplatir le profil $u$. Le terme $u - u^3$ repr&#233;sente la tendance de l'alliage vers l'un des &#233;tats stables $+1$ ou $-1$. Enfin le terme $\xi$, appel&#233; bruit blanc espace-temps, est un terme al&#233;atoire d&#233;crivant l'agitation thermique.&lt;/p&gt;
&lt;p&gt;Cette &#233;quation montre le ph&#233;nom&#232;ne de s&#233;paration de phase (&#171; coarsening &#187;) : les r&#233;gions de phase $+1$ et $-1$ tendent &#224; s'&#233;paissir au cours du temps. Ce ph&#233;nom&#232;ne est plus marqu&#233; plus $k$ et grand, et s'acc&#233;l&#232;re lorsque l'intensit&#233; du bruit augmente.&lt;/p&gt;

-
&lt;a href="https://experiences.mathemarium.fr/-Systemes-dynamiques-.html" rel="directory"&gt;Syst&#232;mes dynamiques
&lt;/a&gt;

/ 
&lt;a href="https://experiences.mathemarium.fr/+-Systemes-dynamiques-4-+.html" rel="tag"&gt;Syst&#232;mes dynamiques
&lt;/a&gt;, 
&lt;a href="https://experiences.mathemarium.fr/+-javascript-+.html" rel="tag"&gt;javascript
&lt;/a&gt;, 
&lt;a href="https://experiences.mathemarium.fr/+-Article-Kiosque-+.html" rel="tag"&gt;Article Kiosque
&lt;/a&gt;

		</description>


 <content:encoded>&lt;img src='https://experiences.mathemarium.fr/local/cache-vignettes/L150xH70/arton68-d496f.png?1770970766' class='spip_logo spip_logo_right' width='150' height='70' alt=&#034;&#034; /&gt;
		&lt;div class='rss_texte'&gt;&lt;p&gt;Une &lt;strong&gt;&#233;quation aux d&#233;riv&#233;es partielles stochastique&lt;/strong&gt;, ou EDPS, d&#233;crit l'&#233;volution dans l'espace et dans le temps d'un champ soumis &#224; un terme al&#233;atoire. Dans le cas de l'&#233;quation d'Allen&#8212;Cahn, ce champ peut repr&#233;senter la densit&#233; d'atomes de deux types diff&#233;rents dans un alliage, ou encore l'aimantation d'un mat&#233;riau magn&#233;tique.&lt;/p&gt;
&lt;p&gt;L'&#233;quation d'Allen&#8212;Cahn pour le champ $u(t,x)$ s'&#233;crit $\dot u = k u'' + u - u^3 + b \xi$.&lt;br class='autobr' /&gt;
Le terme $k u''$ (d&#233;riv&#233;e seconde par rapport &#224; $x$) d&#233;crit le couplage entre atomes voisins, et tend &#224; aplatir le profil $u$. Le terme $u - u^3$ repr&#233;sente la tendance de l'alliage vers l'un des &#233;tats stables $+1$ ou $-1$. Enfin le terme $\xi$, appel&#233; bruit blanc espace-temps, est un terme al&#233;atoire d&#233;crivant l'agitation thermique.&lt;/p&gt;
&lt;p&gt;Cette &#233;quation montre le ph&#233;nom&#232;ne de s&#233;paration de phase (&#171; coarsening &#187;) : les r&#233;gions de phase $+1$ et $-1$ tendent &#224; s'&#233;paissir au cours du temps. Ce ph&#233;nom&#232;ne est plus marqu&#233; plus $k$ et grand, et s'acc&#233;l&#232;re lorsque l'intensit&#233; du bruit augmente.&lt;/p&gt;
&lt;p&gt;Pour plus de d&#233;tails, lire l'article de Nils Berglund sur &lt;i&gt;&lt;a href=&#034;http://images.math.cnrs.fr/Qu-est-ce-qu-une-Equation-aux.html&#034; class=&#034;spip_out&#034; rel=&#034;external&#034;&gt;Image des maths&lt;/a&gt;&lt;/i&gt;.&lt;/p&gt; &lt;iframe style=&#034;overflow: hidden;&#034; src=&#034;/simulations/idm-EDPS-1/&#034; height=&#034;550px&#034; width=&#034;100%&#034; frameborder=&#034;0&#034; scrolling=&#034;no&#034;&gt;&lt;/iframe&gt; &lt;/div&gt;
		&lt;div class="hyperlien"&gt;Voir en ligne : &lt;a href="http://experiences.math.cnrs.fr/simulations/idm-EDPS-1/" class="spip_out"&gt;&#201;quation aux_D&#233;riv&#233;es Partielles_Stochastique 1D&lt;/a&gt;&lt;/div&gt;
		
		</content:encoded>


		

	</item>
<item xml:lang="fr">
		<title>Le cadran d'Alberti, anc&#234;tre d'Enigma
</title>
		<link>https://experiences.mathemarium.fr/Le-cadran-d-Alberti-ancetre-d.html</link>
		<guid isPermaLink="true">https://experiences.mathemarium.fr/Le-cadran-d-Alberti-ancetre-d.html</guid>
		<dc:date>2014-04-18T14:39:26Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>Monticelli Marc
</dc:creator>


		<dc:subject>javascript
</dc:subject>
		<dc:subject>Cryptographie
</dc:subject>
		<dc:subject>Article Kiosque
</dc:subject>

		<description>&lt;p&gt;Voici une simulation de roue de chiffrement qui reprend le principe du &lt;a href=&#034;http://fr.wikipedia.org/wiki/Chiffre_d%27Alberti&#034; class=&#034;spip_out&#034; rel=&#034;external&#034;&gt;cadran d'Alberti&lt;/a&gt; datant du XVe si&#232;cle et qui est &#224; la base de la machine &lt;a href=&#034;http://fr.wikipedia.org/wiki/Enigma_(machine)&#034; class=&#034;spip_out&#034; rel=&#034;external&#034;&gt;Enigma&lt;/a&gt; utilis&#233;e par les Allemands durant la seconde guerre mondiale pour crypter leur communication. Enigma fut au coeur d'une guerre de l'intelligence pour casser son code.&lt;/p&gt;
&lt;p&gt;Ce dispositif de chiffrement est compos&#233; de deux &#233;l&#233;ments :&lt;/p&gt;
&lt;ul class=&#034;spip&#034; role=&#034;list&#034;&gt;&lt;li&gt; un grand cadran comportant l'alphabet dans l'ordre ;&lt;/li&gt;&lt;li&gt; un petit cadran qui peut tourner - qu'on nommera roue - comportant un alphabet dans le d&#233;sordre.&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;Pour crypter un message :&lt;/p&gt;
&lt;ul class=&#034;spip&#034; role=&#034;list&#034;&gt;&lt;li&gt; 1 - Tournez la roue dans une position de d&#233;part (nous utiliserons le rep&#232;re visuel de la roue pour savoir sur quelle lettre du grand cadran elle a &#233;t&#233; positionn&#233;e. Cela nous donnera notre clef de cryptage.)&lt;/li&gt;&lt;li&gt; 2 - Cherchez la premi&#232;re lettre de votre texte &#224; coder sur le grand cadran, et remplacer l&#224; par la lettre correspondante sur la roue.&lt;/li&gt;&lt;li&gt; 3 - Tourner d'un cran la roue dans le sens horaire.&lt;/li&gt;&lt;li&gt; 4- R&#233;p&#233;tez les &#233;tapes 2 et 3 pour chacune des lettres dans l'ordre.&lt;/li&gt;&lt;/ul&gt;&lt;ul class=&#034;spip&#034; role=&#034;list&#034;&gt;&lt;li&gt; Vous pouvez changer le chiffrement en g&#233;n&#233;rant al&#233;atoirement une nouvelle r&#233;partition des lettres.&lt;/li&gt;&lt;li&gt; Constatez que si vous tapez tout ou une partie de l'alphabet dans l'ordre &#171; ...CDEFGHIJ... &#187;, vous obtenez un texte crypt&#233; avec une seule lettre.&lt;/li&gt;&lt;/ul&gt;

-
&lt;a href="https://experiences.mathemarium.fr/-Cryptographie-.html" rel="directory"&gt;Cryptographie
&lt;/a&gt;

/ 
&lt;a href="https://experiences.mathemarium.fr/+-javascript-+.html" rel="tag"&gt;javascript
&lt;/a&gt;, 
&lt;a href="https://experiences.mathemarium.fr/+-Cryptographie-22-+.html" rel="tag"&gt;Cryptographie
&lt;/a&gt;, 
&lt;a href="https://experiences.mathemarium.fr/+-Article-Kiosque-+.html" rel="tag"&gt;Article Kiosque
&lt;/a&gt;

		</description>


 <content:encoded>&lt;img src='https://experiences.mathemarium.fr/local/cache-vignettes/L150xH70/arton55-2e6e7.png?1771226256' class='spip_logo spip_logo_right' width='150' height='70' alt=&#034;&#034; /&gt;
		&lt;div class='rss_texte'&gt;&lt;p&gt;&lt;i&gt;Version beta&lt;/i&gt;&lt;/p&gt; &lt;div class='spip_document_36 spip_document spip_documents spip_document_image spip_documents_right spip_document_right'&gt;
&lt;figure class=&#034;spip_doc_inner&#034;&gt; &lt;img src='https://experiences.mathemarium.fr/local/cache-vignettes/L350xH351/crypto-bion-3100c.jpg?1738893155' width='350' height='351' alt='' /&gt;
&lt;/figure&gt;
&lt;/div&gt; &lt;p&gt;Voici une simulation de roue de chiffrement qui reprend le principe du &lt;a href=&#034;http://fr.wikipedia.org/wiki/Chiffre_d%27Alberti&#034; class=&#034;spip_out&#034; rel=&#034;external&#034;&gt;cadran d'Alberti&lt;/a&gt; datant du XVe si&#232;cle et qui est &#224; la base de la machine &lt;a href=&#034;http://fr.wikipedia.org/wiki/Enigma_(machine)&#034; class=&#034;spip_out&#034; rel=&#034;external&#034;&gt;Enigma&lt;/a&gt; utilis&#233;e par les Allemands durant la seconde guerre mondiale pour crypter leur communication. Enigma fut au c&#339;ur d'une guerre de l'intelligence pour casser son code.&lt;/p&gt;
&lt;p&gt;Ce dispositif de chiffrement est compos&#233; de deux &#233;l&#233;ments :&lt;/p&gt;
&lt;ul class=&#034;spip&#034; role=&#034;list&#034;&gt;&lt;li&gt; un grand cadran comportant l'alphabet dans l'ordre ;&lt;/li&gt;&lt;li&gt; un petit cadran qui peut tourner - qu'on nommera roue - comportant un alphabet dans le d&#233;sordre.&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;Pour crypter un message :&lt;/p&gt;
&lt;ul class=&#034;spip&#034; role=&#034;list&#034;&gt;&lt;li&gt; 1 - Tournez la roue dans une position de d&#233;part (nous utiliserons le rep&#232;re visuel de la roue pour savoir sur quelle lettre du grand cadran elle a &#233;t&#233; positionn&#233;e. Cela nous donnera notre clef de cryptage.)&lt;/li&gt;&lt;li&gt; 2 - Cherchez la premi&#232;re lettre de votre texte &#224; coder sur le grand cadran, et remplacer l&#224; par la lettre correspondante sur la roue.&lt;/li&gt;&lt;li&gt; 3 - Tourner d'un cran la roue dans le sens horaire.&lt;/li&gt;&lt;li&gt; 4- R&#233;p&#233;tez les &#233;tapes 2 et 3 pour chacune des lettres dans l'ordre.&lt;/li&gt;&lt;/ul&gt;&lt;ul class=&#034;spip&#034; role=&#034;list&#034;&gt;&lt;li&gt; Vous pouvez changer le chiffrement en g&#233;n&#233;rant al&#233;atoirement une nouvelle r&#233;partition des lettres.&lt;/li&gt;&lt;li&gt; Constatez que si vous tapez tout ou une partie de l'alphabet dans l'ordre &#171; ...CDEFGHIJ... &#187;, vous obtenez un texte crypt&#233; avec une seule lettre.&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;NB : La &#171; lenteur &#187; de saisie entre deux caract&#232;res est voulue afin de montrer l'animation de chiffrement.&lt;/p&gt; &lt;iframe style=&#034;overflow: hidden;&#034; src=&#034;/simulations/cry-CadranAlberty/index.html&#034; height=&#034;768px&#034; width=&#034;768px&#034; frameborder=&#034;0&#034; scrolling=&#034;no&#034;&gt;&lt;/iframe&gt; &lt;p&gt;Pour int&#233;grer cette simulation dans vos propres pages web :&lt;/p&gt; &lt;div class=&#034;precode&#034;&gt;&lt;pre class='spip_code spip_code_block' dir='ltr' style='text-align:left;'&gt;&lt;code&gt;&lt;iframe style=&#034;overflow: hidden;&#034; src=&#034;http://experiences.math.cnrs.fr/simulations/cry-CadranAlberty/index.html&#034; height=&#034;768px&#034; width=&#034;768px&#034; frameborder=&#034;0&#034; scrolling=&#034;no&#034;&gt;&lt;/iframe&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
		&lt;div class="hyperlien"&gt;Voir en ligne : &lt;a href="https://experiences.math.cnrs.fr/simulations/cry-CadranAlberty/index.html" class="spip_out"&gt;Le cadran d Alberti_grand p&#232;re d Enigma&lt;/a&gt;&lt;/div&gt;
		
		</content:encoded>


		

	</item>
<item xml:lang="fr">
		<title>Calcul de $\pi$ avec des aiguilles et un parquet
</title>
		<link>https://experiences.mathemarium.fr/Calcul-de-pi-avec-des-aiguilles-et.html</link>
		<guid isPermaLink="true">https://experiences.mathemarium.fr/Calcul-de-pi-avec-des-aiguilles-et.html</guid>
		<dc:date>2013-09-26T12:28:49Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>Chazottes Jean-Ren&#233;
, Monticelli Marc
</dc:creator>


		<dc:subject>Probabilit&#233;s
</dc:subject>
		<dc:subject>javascript
</dc:subject>
		<dc:subject>Article Kiosque
</dc:subject>

		<description>&lt;p&gt;En 1733, &lt;a href=&#034;http://fr.wikipedia.org/wiki/Georges-Louis_Leclerc_de_Buffon&#034; class=&#034;spip_out&#034; rel=&#034;external&#034;&gt;Buffon&lt;/a&gt; se pose la question suivante : si on jette au hasard une aiguille sur un parquet, quelle est la probabilit&#233; $P$ qu'elle chevauche une rainure s&#233;parant deux lattes adjacentes ? Si $a$ est la longueur d'une aiguille et $\ell$ la largeur d'une latte, &lt;a href=&#034;http://fr.wikipedia.org/wiki/Aiguille_de_Buffon&#034; class=&#034;spip_out&#034; rel=&#034;external&#034;&gt;on trouve&lt;/a&gt; $P=2a/\pi \ell$. (On suppose que $a\leq \ell$.)&lt;br class='autobr' /&gt;
En 1812, &lt;a href=&#034;http://fr.wikipedia.org/wiki/Pierre-Simon_de_Laplace&#034; class=&#034;spip_out&#034; rel=&#034;external&#034;&gt;Laplace&lt;/a&gt; propose de calculer exp&#233;rimentalement $\pi$ en invoquant la loi des grands nombres : le nombre d'aiguilles $k$ qui chevauchent une rainure divis&#233; par le nombre total $n$ d'aiguilles lanc&#233;es tend vers $P$ lorsque le nombre de lanc&#233;s tend vers l'infini. Il propose donc l'estimateur $2na/\ell k$ en rempla&#231;ant $P$ par $k/n$ dans la formule de Buffon.&lt;br class='autobr' /&gt;
Cet exemple est l'anc&#234;tre de la &lt;a href=&#034;http://fr.wikipedia.org/wiki/M%C3%A9thode_de_Monte-Carlo&#034; class=&#034;spip_out&#034; rel=&#034;external&#034;&gt;m&#233;thode de Monte Carlo&lt;/a&gt;, &#224; savoir estimer une quantit&#233; d&#233;terministe en utilisant des tirages al&#233;atoires. L'exp&#233;rience de Buffon-Laplace a &#233;t&#233; r&#233;alis&#233;e avec de vraies aiguilles. Ici nous la faisons avec une exp&#233;rience num&#233;rique interactive.&lt;/p&gt;

-
&lt;a href="https://experiences.mathemarium.fr/-Probabilites-8-.html" rel="directory"&gt;Probabilit&#233;s
&lt;/a&gt;

/ 
&lt;a href="https://experiences.mathemarium.fr/+-Probabilites-Coursera-8-+.html" rel="tag"&gt;Probabilit&#233;s
&lt;/a&gt;, 
&lt;a href="https://experiences.mathemarium.fr/+-javascript-+.html" rel="tag"&gt;javascript
&lt;/a&gt;, 
&lt;a href="https://experiences.mathemarium.fr/+-Article-Kiosque-+.html" rel="tag"&gt;Article Kiosque
&lt;/a&gt;

		</description>


 <content:encoded>&lt;img src='https://experiences.mathemarium.fr/local/cache-vignettes/L150xH70/arton21-bf686.jpg?1770972136' class='spip_logo spip_logo_right' width='150' height='70' alt=&#034;&#034; /&gt;
		&lt;div class='rss_texte'&gt;&lt;p&gt;En 1733, &lt;a href=&#034;http://fr.wikipedia.org/wiki/Georges-Louis_Leclerc_de_Buffon&#034; class=&#034;spip_out&#034; rel=&#034;external&#034;&gt;Buffon&lt;/a&gt; se pose la question suivante : si on jette au hasard une aiguille sur un parquet, quelle est la probabilit&#233; &lt;span class=&#034;spip-math&#034;&gt;$P$&lt;/span&gt; qu'elle chevauche une rainure s&#233;parant deux lattes adjacentes ? Si &lt;span class=&#034;spip-math&#034;&gt;$a$&lt;/span&gt; est la longueur d'une aiguille et &lt;span class=&#034;spip-math&#034;&gt;$\ell$&lt;/span&gt; la largeur d'une latte, &lt;a href=&#034;http://fr.wikipedia.org/wiki/Aiguille_de_Buffon&#034; class=&#034;spip_out&#034; rel=&#034;external&#034;&gt;on trouve&lt;/a&gt; &lt;span class=&#034;spip-math&#034;&gt;$P=2a/\pi \ell$&lt;/span&gt;. (On suppose que &lt;span class=&#034;spip-math&#034;&gt;$a\leq \ell$&lt;/span&gt;.)&lt;br class='autobr' /&gt;
En 1812, &lt;a href=&#034;http://fr.wikipedia.org/wiki/Pierre-Simon_de_Laplace&#034; class=&#034;spip_out&#034; rel=&#034;external&#034;&gt;Laplace&lt;/a&gt; propose de calculer exp&#233;rimentalement &lt;span class=&#034;spip-math&#034;&gt;$\pi$&lt;/span&gt; en invoquant la loi des grands nombres : le nombre d'aiguilles &lt;span class=&#034;spip-math&#034;&gt;$k$&lt;/span&gt; qui chevauchent une rainure divis&#233; par le nombre total &lt;span class=&#034;spip-math&#034;&gt;$n$&lt;/span&gt; d'aiguilles lanc&#233;es tend vers &lt;span class=&#034;spip-math&#034;&gt;$P$&lt;/span&gt; lorsque le nombre de lanc&#233;s tend vers l'infini. Il propose donc l'estimateur &lt;span class=&#034;spip-math&#034;&gt;$2na/\ell k$&lt;/span&gt; en rempla&#231;ant &lt;span class=&#034;spip-math&#034;&gt;$P$&lt;/span&gt; par &lt;span class=&#034;spip-math&#034;&gt;$k/n$&lt;/span&gt; dans la formule de Buffon.&lt;br class='autobr' /&gt;
Cet exemple est l'anc&#234;tre de la &lt;a href=&#034;http://fr.wikipedia.org/wiki/M%C3%A9thode_de_Monte-Carlo&#034; class=&#034;spip_out&#034; rel=&#034;external&#034;&gt;m&#233;thode de Monte Carlo&lt;/a&gt;, &#224; savoir estimer une quantit&#233; d&#233;terministe en utilisant des tirages al&#233;atoires. L'exp&#233;rience de Buffon-Laplace a &#233;t&#233; r&#233;alis&#233;e avec de vraies aiguilles. Ici nous la faisons avec une exp&#233;rience num&#233;rique interactive.&lt;/p&gt;
&lt;p&gt;&lt;i&gt;Version Beta - Si vous rencontrez un probl&#232;me, rechargez la page&lt;/i&gt;&lt;/p&gt; &lt;iframe style=&#034;overflow: hidden;&#034; src=&#034;/simulations/coursera/AiguillesBuffon/index.html&#034; height=&#034;650&#034; width=&#034;100%&#034; frameborder=&#034;0&#034; scrolling=&#034;no&#034;&gt;&lt;/iframe&gt; &lt;p&gt;Code HTML pour int&#233;grer cette simulation dans vos pages :&lt;/p&gt; &lt;div class=&#034;precode&#034;&gt;&lt;pre class='spip_code spip_code_block' dir='ltr' style='text-align:left;'&gt;&lt;code&gt;&lt;iframe style=&#034;overflow: hidden;&#034; src=&#034;http://experiences.math.cnrs.fr/simulations/coursera/AiguillesBuffon/index.html&#034; height=&#034;550&#034; width=&#034;100%&#034; frameborder=&#034;0&#034; scrolling=&#034;no&#034;&gt;&lt;/iframe&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
		&lt;div class="hyperlien"&gt;Voir en ligne : &lt;a href="http://experiences.math.cnrs.fr/simulations/coursera/AiguillesBuffon/index.html" class="spip_out"&gt;Calcul de Pi_avec des aiguilles_et un parquet&lt;/a&gt;&lt;/div&gt;
		
		</content:encoded>


		

	</item>
<item xml:lang="fr">
		<title>Structures de Turing
</title>
		<link>https://experiences.mathemarium.fr/Structures-de-Turing.html</link>
		<guid isPermaLink="true">https://experiences.mathemarium.fr/Structures-de-Turing.html</guid>
		<dc:date>2013-06-10T14:23:45Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>Chazottes Jean-Ren&#233;
, Monticelli Marc
</dc:creator>


		<dc:subject>Syst&#232;mes dynamiques
</dc:subject>
		<dc:subject>Alan Turing
</dc:subject>
		<dc:subject>Morphog&#233;n&#232;se
</dc:subject>
		<dc:subject>javascript
</dc:subject>
		<dc:subject>Article Kiosque
</dc:subject>

		<description>&lt;p&gt;Alan Turing a &#233;te le premier &#224; proposer un mod&#232;le rendant compte de la tr&#232;s grande diversit&#233; des motifs dans la nature, comme par exemple les pelages d'animaux. Ce mod&#232;le est bas&#233; sur des &#233;quations de type &#034;r&#233;action-difusion&#034;.&lt;/p&gt;
&lt;p&gt;&lt;span class=&#034;csfoo htmla&#034;&gt;&lt;/span&gt;&lt;span class=&#034;spip-math&#034;&gt;$\begin{cases} \frac{\partial u}{\partial t}=f(u,v)+A \nabla^2 u\\\frac{\partial v}{\partial t}=g(u,v)+B \nabla^2 v\end{cases}$&lt;/span&gt;&lt;span class=&#034;csfoo htmlb&#034;&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt; o&#249; &lt;span class=&#034;csfoo htmla&#034;&gt;&lt;/span&gt;&lt;span class=&#034;spip-math&#034;&gt;$u(x,y,t)$&lt;/span&gt;&lt;span class=&#034;csfoo htmlb&#034;&gt;&lt;/span&gt; est la concentration au point &lt;span class=&#034;csfoo htmla&#034;&gt;&lt;/span&gt;&lt;span class=&#034;spip-math&#034;&gt;$(x,y)$&lt;/span&gt;&lt;span class=&#034;csfoo htmlb&#034;&gt;&lt;/span&gt;, &#224; l'instant &lt;span class=&#034;csfoo htmla&#034;&gt;&lt;/span&gt;&lt;span class=&#034;spip-math&#034;&gt;$t$&lt;/span&gt;&lt;span class=&#034;csfoo htmlb&#034;&gt;&lt;/span&gt;, de l'activateur (qui colore la peau) et &lt;span class=&#034;csfoo htmla&#034;&gt;&lt;/span&gt;&lt;span class=&#034;spip-math&#034;&gt;$v(x,y,t)$&lt;/span&gt;&lt;span class=&#034;csfoo htmlb&#034;&gt;&lt;/span&gt; est celle du diffuseur (qui permet la diffusion de l'activateur). Les coefficients positifs &lt;span class=&#034;csfoo htmla&#034;&gt;&lt;/span&gt;&lt;span class=&#034;spip-math&#034;&gt;$A,B$&lt;/span&gt;&lt;span class=&#034;csfoo htmlb&#034;&gt;&lt;/span&gt; sont les coefficients de diffusion.&lt;/p&gt;
&lt;p&gt;Dans cette exp&#233;rience num&#233;rique, on a une portion du plan &lt;span class=&#034;csfoo htmla&#034;&gt;&lt;/span&gt;&lt;span class=&#034;spip-math&#034;&gt;$(x,y)$&lt;/span&gt;&lt;span class=&#034;csfoo htmlb&#034;&gt;&lt;/span&gt; et on a pris &lt;span class=&#034;csfoo htmla&#034;&gt;&lt;/span&gt;&lt;span class=&#034;spip-math&#034;&gt;$f(u,v)=u(1-v)-12$&lt;/span&gt;&lt;span class=&#034;csfoo htmlb&#034;&gt;&lt;/span&gt;, &lt;span class=&#034;csfoo htmla&#034;&gt;&lt;/span&gt;&lt;span class=&#034;spip-math&#034;&gt;$g(u,v)=16-uv$&lt;/span&gt;&lt;span class=&#034;csfoo htmlb&#034;&gt;&lt;/span&gt;. Ce qui est repr&#233;sent&#233; est le minimum de &lt;span class=&#034;csfoo htmla&#034;&gt;&lt;/span&gt;&lt;span class=&#034;spip-math&#034;&gt;$u(x,y,t)$&lt;/span&gt;&lt;span class=&#034;csfoo htmlb&#034;&gt;&lt;/span&gt;, en noir, et son maximum, en rouge.&lt;/p&gt;

-
&lt;a href="https://experiences.mathemarium.fr/-Systemes-dynamiques-.html" rel="directory"&gt;Syst&#232;mes dynamiques
&lt;/a&gt;

/ 
&lt;a href="https://experiences.mathemarium.fr/+-Systemes-dynamiques-4-+.html" rel="tag"&gt;Syst&#232;mes dynamiques
&lt;/a&gt;, 
&lt;a href="https://experiences.mathemarium.fr/+-Alan-Turing-+.html" rel="tag"&gt;Alan Turing
&lt;/a&gt;, 
&lt;a href="https://experiences.mathemarium.fr/+-Morphogenese-+.html" rel="tag"&gt;Morphog&#233;n&#232;se
&lt;/a&gt;, 
&lt;a href="https://experiences.mathemarium.fr/+-javascript-+.html" rel="tag"&gt;javascript
&lt;/a&gt;, 
&lt;a href="https://experiences.mathemarium.fr/+-Article-Kiosque-+.html" rel="tag"&gt;Article Kiosque
&lt;/a&gt;

		</description>


 <content:encoded>&lt;img src='https://experiences.mathemarium.fr/local/cache-vignettes/L150xH70/arton4-7eac5.png?1771226256' class='spip_logo spip_logo_right' width='150' height='70' alt=&#034;&#034; /&gt;
		&lt;div class='rss_texte'&gt;&lt;p&gt;&lt;a href=&#034;http://fr.wikipedia.org/wiki/Alan_Turing&#034; class=&#034;spip_out&#034; rel=&#034;external&#034;&gt;Alan Turing&lt;/a&gt; a &#233;te le premier &#224; proposer un mod&#232;le rendant compte de la tr&#232;s grande diversit&#233; des motifs dans la nature, comme par exemple les pelages d'animaux. Ce mod&#232;le est bas&#233; sur des &#233;quations de type &#034;&lt;a href=&#034;http://en.wikipedia.org/wiki/Reaction&#8211;diffusion_system&#034; class=&#034;spip_out&#034; rel=&#034;external&#034;&gt;r&#233;action-difusion&lt;/a&gt;&#034; de la forme(*)&lt;/p&gt;
&lt;p&gt;&lt;span class=&#034;spip-math&#034;&gt;$\begin{cases} \frac{\partial u}{\partial t}=f(u,v)+A \nabla^2 u\\\frac{\partial v}{\partial t}=g(u,v)+B \nabla^2 v\end{cases}$&lt;/span&gt;&lt;/p&gt;
&lt;p&gt; o&#249; &lt;span class=&#034;spip-math&#034;&gt;$u(x,y,t)$&lt;/span&gt; est la concentration au point &lt;span class=&#034;spip-math&#034;&gt;$(x,y)$&lt;/span&gt;, &#224; l'instant &lt;span class=&#034;spip-math&#034;&gt;$t$&lt;/span&gt;, de l'activateur (qui colore la peau) et &lt;span class=&#034;spip-math&#034;&gt;$v(x,y,t)$&lt;/span&gt; est celle de l'inhibiteur (qui emp&#234;che l'activateur de s'exprimer). Les coefficients positifs &lt;span class=&#034;spip-math&#034;&gt;$A,B$&lt;/span&gt; sont les coefficients de diffusion.&lt;/p&gt;
&lt;p&gt;Dans l'exp&#233;rience num&#233;rique ci-dessous, on a une portion du plan &lt;span class=&#034;spip-math&#034;&gt;$(x,y)$&lt;/span&gt; et on a pris &lt;span class=&#034;spip-math&#034;&gt;$f(u,v)=u(v-1)-12$&lt;/span&gt;, &lt;span class=&#034;spip-math&#034;&gt;$g(u,v)=16-uv$&lt;/span&gt;. Ce qui est repr&#233;sent&#233; est le minimum de &lt;span class=&#034;spip-math&#034;&gt;$u(x,y,t)$&lt;/span&gt;, en noir, et son maximum, en rouge.&lt;/p&gt; &lt;iframe style=&#034;overflow: hidden;&#034; src=&#034;/simulations/sysdyn-Morphogenese/index.html&#034; height=&#034;600&#034; width=&#034;800&#034; frameborder=&#034;0&#034; scrolling=&#034;no&#034;&gt;&lt;/iframe&gt; &lt;p&gt;(*) &lt;span class=&#034;spip-math&#034;&gt;$\nabla^2$&lt;/span&gt; est le laplacien : &lt;span class=&#034;spip-math&#034;&gt;$\nabla^2 u=\frac{\partial^2 u}{\partial x^2}+\frac{\partial^2 u}{\partial y^2}$&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;Pour int&#233;grer cette simulation dans vos propres pages web :&lt;/p&gt; &lt;div class=&#034;precode&#034;&gt;&lt;pre class='spip_code spip_code_block' dir='ltr' style='text-align:left;'&gt;&lt;code&gt;&lt;iframe style=&#034;overflow: hidden;&#034; src=&#034;http://experiences.math.cnrs.fr/simulations/sysdyn-Morphogenese/index.html&#034; height=&#034;600&#034; width=&#034;800&#034; frameborder=&#034;0&#034; scrolling=&#034;no&#034;&gt;&lt;/iframe&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
		&lt;div class="hyperlien"&gt;Voir en ligne : &lt;a href="http://experiences.math.cnrs.fr/simulations/sysdyn-Morphogenese/index.html" class="spip_out"&gt;Structures de Turing&lt;/a&gt;&lt;/div&gt;
		
		</content:encoded>


		

	</item>
<item xml:lang="fr">
		<title>Tas de sable ab&#233;lien
</title>
		<link>https://experiences.mathemarium.fr/Tas-de-sable-abelien.html</link>
		<guid isPermaLink="true">https://experiences.mathemarium.fr/Tas-de-sable-abelien.html</guid>
		<dc:date>2013-05-23T17:18:33Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>Chazottes Jean-Ren&#233;
, Monticelli Marc
</dc:creator>


		<dc:subject>Sandpiles
</dc:subject>
		<dc:subject>javascript
</dc:subject>
		<dc:subject>Article Kiosque
</dc:subject>

		<description>&lt;p&gt;Le mod&#232;le de &#171; tas de sable ab&#233;lien &#187; a &#233;t&#233; propos&#233; en 1987 par les physiciens Bak, Tang et Wiesenfeld comme le paradigme de la &#171; criticalit&#233; auto-organis&#233;e &#187;. C'est le physicien th&#233;oricien Deepak Dhar qui, en 1990, en a commenc&#233; l'&#233;tude math&#233;matique.&lt;/p&gt;

-
&lt;a href="https://experiences.mathemarium.fr/-Sandpiles-.html" rel="directory"&gt;Sandpiles
&lt;/a&gt;

/ 
&lt;a href="https://experiences.mathemarium.fr/+-Sandpiles-3-+.html" rel="tag"&gt;Sandpiles
&lt;/a&gt;, 
&lt;a href="https://experiences.mathemarium.fr/+-javascript-+.html" rel="tag"&gt;javascript
&lt;/a&gt;, 
&lt;a href="https://experiences.mathemarium.fr/+-Article-Kiosque-+.html" rel="tag"&gt;Article Kiosque
&lt;/a&gt;

		</description>


 <content:encoded>&lt;img src='https://experiences.mathemarium.fr/local/cache-vignettes/L150xH70/arton2-fd0ff.png?1771226256' class='spip_logo spip_logo_right' width='150' height='70' alt=&#034;&#034; /&gt;
		&lt;div class='rss_texte'&gt;&lt;p&gt;Le mod&#232;le de &#171; tas de sable ab&#233;lien &#187; a &#233;t&#233; propos&#233; en 1987 par les physiciens Bak, Tang et Wiesenfeld comme le paradigme de la &#171; criticalit&#233; auto-organis&#233;e &#187;. C'est le physicien th&#233;oricien Deepak Dhar qui, en 1990, en a commenc&#233; l'&#233;tude math&#233;matique.&lt;br class='autobr' /&gt;
Plus de d&#233;tails sur ce mod&#232;le se trouvent &lt;a href=&#034;http://www.espace-turing.fr/Tas-de-sable-et-criticalite-auto.html&#034; class=&#034;spip_out&#034; rel=&#034;external&#034;&gt;cet article en ligne&lt;/a&gt;.&lt;br class='autobr' /&gt;
Il existe &#233;galement un &lt;a href='https://experiences.mathemarium.fr/Tas-de-sable-auto-organisation.html'&gt;ebook&lt;/a&gt; sur ce sujet (format iBook, donc lisible sous iOS et OSX Mavericks ou Yosemite).&lt;/p&gt; &lt;iframe style=&#034;overflow: hidden;&#034; src=&#034;/simulations/sandpiles/sandpiles/index.html&#034; height=&#034;550&#034; width=&#034;900&#034; frameborder=&#034;0&#034; scrolling=&#034;no&#034;&gt;&lt;/iframe&gt; &lt;p&gt;Code HTML pour int&#233;grer cette simulation dans vos pages :&lt;/p&gt; &lt;div class=&#034;precode&#034;&gt;&lt;pre class='spip_code spip_code_block' dir='ltr' style='text-align:left;'&gt;&lt;code&gt;&lt;html&gt;
&lt;iframe style=&#034;overflow: hidden;&#034; src=&#034;/simulations/sandpiles/sandpiles/index.html&#034; height=&#034;550&#034; width=&#034;900&#034; frameborder=&#034;0&#034; scrolling=&#034;no&#034;&gt;&lt;/iframe&gt;
&lt;/html&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
		&lt;div class="hyperlien"&gt;Voir en ligne : &lt;a href="http://experiences.math.cnrs.fr/simulations/sandpiles/sandpiles/index.html" class="spip_out"&gt;Tas de_sable ab&#233;lien&lt;/a&gt;&lt;/div&gt;
		
		</content:encoded>


		

	</item>



</channel>

</rss>
