Rev 17174 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
12662 | bpr | 1 | !!abstract,linked gloses,internal links,content,dynamic examples,... |
12892 | bpr | 2 | !set gl_author=Euler, Académie de Versailles |
15495 | bpr | 3 | !set gl_keywords=graph,prob_graph,matrix |
12892 | bpr | 4 | !set gl_title=Graphe probabiliste |
15373 | bpr | 5 | !set gl_level=H6 Générale Experte |
12631 | bpr | 6 | : |
7 | : |
||
12662 | bpr | 8 | : |
9 | : |
||
12631 | bpr | 10 | <div class="wims_defn"> |
12693 | bpr | 11 | <h4>Définitions</h4> |
12667 | bpr | 12 | <ul> |
13 | <li> |
||
15462 | bpr | 14 | Un <strong>graphe probabiliste</strong> est un graphe orienté pondéré dans |
15 | lequel la somme des poids des arêtes issues de chaque sommet est égale à 1. |
||
12693 | bpr | 16 | </li><li> |
15462 | bpr | 17 | La <strong>matrice de transition</strong> associée à un graphe probabiliste |
18 | d'ordre \(n\) est la matrice carrée \(M =(a_{i,j})\) d'ordre \(n\) telle |
||
19 | que, pour tous entiers \(i\) et \(j\) vérifiant \(1\leqslant i\leqslant n\) |
||
17987 | btamby | 20 | et <span class="nowrap">\(1\leqslant j\leqslant n\),</span> |
15462 | bpr | 21 | \(a_{i,j}\) est égal au poids de l'arête orientée d'origine le sommet \(i\) |
22 | et d'extrémité le sommet \(j\) si cette arête existe, et est égal à \(0\) |
||
23 | sinon. |
||
17174 | bpr | 24 | <br> |
12667 | bpr | 25 | Cette matrice décrit le passage d'un état au suivant. |
12693 | bpr | 26 | </li><li> |
15462 | bpr | 27 | Un <strong>état probabiliste</strong> est une loi de probabilité sur |
28 | l'ensemble des états possibles. |
||
17174 | bpr | 29 | <br> |
12667 | bpr | 30 | Cette loi est représentée par une matrice ligne. |
31 | </li> |
||
32 | </ul> |
||
12631 | bpr | 33 | </div> |
17987 | btamby | 34 | : |
35 | : |
||
12631 | bpr | 36 | <div class="wims_thm"> |
17987 | btamby | 37 | <h4>Théorème</h4> |
15462 | bpr | 38 | Soit \(M\) la matrice de transition d'un graphe probabiliste, \(P_0\) la |
39 | matrice ligne décrivant l'état initial et \(P_n\) l'état probabiliste à l'étape |
||
17987 | btamby | 40 | \(n\), où <span class="nowrap">\(\n \in \NN\).</span> |
17174 | bpr | 41 | <br> |
17987 | btamby | 42 | Pour tout <span class="nowrap">\(n\in \NN\),</span> <span class="nowrap">\(P_n=P_0 \times M^n\).</span> |
12631 | bpr | 43 | </div> |
17987 | btamby | 44 | : |
45 | : |
||
12631 | bpr | 46 | <div class="wims_thm"> |
17987 | btamby | 47 | <h4>Théorème</h4> |
15462 | bpr | 48 | Pour tout graphe probabiliste d'ordre 2 dont la matrice de transition \(M\) ne |
17987 | btamby | 49 | comporte pas de <span class="nowrap">\(0\),</span> l'état \(P_n\) |
15462 | bpr | 50 | converge vers un état \(P\) indépendant de l'état initial \(P_0\) et \(P\) est |
17987 | btamby | 51 | l'unique solution de l'équation \(X=X \times M\) où |
52 | <span class="nowrap">\(X=\left(x \;\; y\right)\),</span> |
||
53 | <span class="nowrap">\(x\in [ 0\,;1]\),</span> |
||
54 | <span class="nowrap"> \(y\in [ 0\,;1]\),</span> et |
||
55 | <span class="nowrap">\(x + y = 1\).</span> |
||
56 | |||
12631 | bpr | 57 | </div> |