<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>inamori</author_name>
  <author_url>https://blog.hatena.ne.jp/inamori/</author_url>
  <blog_title>inamori’s diary</blog_title>
  <blog_url>https://inamori.hateblo.jp/</blog_url>
  <categories>
    <anon>数学</anon>
    <anon>JavaScript</anon>
  </categories>
  <description>前回求めた漸化式に順番に値を代入して確率を具体的に求めた。それを以前と同じようにはじめて全頂点をたどった確率に直してグラフにした。回数が大きくなると、偶数回とその次の奇数回が同じ確率になる。また、2つ前の7/9の確率になるようである。 プログラムは、前回の表示部分を次のように変えただけである。 var N = 100; var p = [ ];// 初期化 p[1] = [ 1 ]; for(var s_next in q) { p[s_next] = [ 0 ]; }for(var t = 1; t for(var s_next in p) { p[s_next][t] = 0; } for…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Finamori.hateblo.jp%2Fentry%2F20080428%2Fp1&quot; title=&quot;六面体の頂点をたどる（4） - inamori’s diary&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/i/inamori/20080428/20080428130514.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2008-04-28 00:00:00</published>
  <title>六面体の頂点をたどる（4）</title>
  <type>rich</type>
  <url>https://inamori.hateblo.jp/entry/20080428/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
