<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" 
               "http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd" [
  <!ENTITY mathml "http://www.w3.org/1998/Math/MathML">
]>
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="application/xhtml+xml;
      charset=UTF-8" />
    <meta http-equiv="Content-Style-Type" content="text/css" />
    <title>Mathml対応チェック</title>
    <link type="text/css" href="../stylesheet/webdoc.css" rel="stylesheet" />
    <script type="text/javascript" src="../script/ykanai.js"></script>
  </head>
  <body>
    <p><a href="numerical.html"><img src="../images/HOME.GIF" alt="上へ戻る"
      id="up1" onmouseover="mouseOver('up1', 'border')"
      onmouseout="mouseOver('up1', 'nonborder')" /></a></p>
    <h1>お使いのブラウザがMathmlに対応しているかを簡単チェック</h1>
    <hr />
    <p>数式の画像に似た表示が数式の欄に現れたら、あなたのブラウザはMathmlに一応対応していると思われます。</p>
    <table border="1" cellspacing="0" cellpadding="4">
      <tr>
        <th>
          数式
        </th>
        <th>
          数式の画像
        </th>
      </tr>
      <tr>
        <td><math display="block" xmlns="&mathml;">
            <mrow>
              <mfrac>
                <mn>1</mn>
                <mrow>
                  <mn>1</mn>
                  <mo>-</mo>
                  <mfrac>
                    <mn>1</mn>
                    <mi>x</mi>
                  </mfrac>
                </mrow>
              </mfrac>
              <mo>=</mo>
              <mfrac>
                <mi>x</mi>
                <mrow>
                  <mi>x</mi><mo>-</mo><mn>1</mn>
                </mrow>
              </mfrac>
            </mrow>
          </math>
        </td>
        <td style="text-align: center">
          <img src="frac1.png" alt="連分数" />
        </td>
      </tr>
      <tr>
        <td><math display="block" xmlns="&mathml;">
            <mrow>
              <munderover>
                <mo>&sum;</mo>
                <mrow>
                  <mi>k</mi>
                  <mo>=</mo>
                  <mn>1</mn>
                </mrow>
                <mi>&infin;</mi>
              </munderover>
              <mfrac>
                <mn>1</mn>
                <msup><mi>k</mi><mn>2</mn></msup>
              </mfrac>
              <mo>=</mo>
              <mn>1</mn>
              <mo>+</mo>
              <mfrac>
                <mn>1</mn>
                <msup><mn>2</mn><mn>2</mn></msup>
              </mfrac>
              <mo>+</mo>
              <mfrac>
                <mn>1</mn>
                <msup><mn>3</mn><mn>2</mn></msup>
              </mfrac>
              <mo>+</mo>
              <mfrac>
                <mn>1</mn>
                <msup><mn>4</mn><mn>2</mn></msup>
              </mfrac>
              <mo>+</mo>
              <mo>&ctdot;</mo><mo>&ctdot;</mo>
              <mo>=</mo>
              <mfrac>
                <msup><mi>&pi;</mi><mn>2</mn></msup>
                <mn>6</mn>
              </mfrac>
            </mrow>
          </math>
        </td>
        <td style="text-align: center">
          <img src="zeta-2.png" alt="zeta(2)" />
        </td>
      </tr>
      <tr>
        <td><math display="block" xmlns="&mathml;">
            <mrow>
              <mo>&nabla;</mo>
              <mi>f</mi>
              <mo>=</mo>
              <mfenced>
                <mfrac>
                  <mrow>
                    <mo>&PartialD;</mo>
                    <mi>f</mi>
                  </mrow>
                  <mrow>
                    <mo>&PartialD;</mo>
                    <mi>x</mi>
                  </mrow>
                </mfrac>
                <mfrac>
                  <mrow>
                    <mo>&PartialD;</mo>
                    <mi>f</mi>
                  </mrow>
                  <mrow>
                    <mo>&PartialD;</mo>
                    <mi>y</mi>
                  </mrow>
                </mfrac>
                <mfrac>
                  <mrow>
                    <mo>&PartialD;</mo>
                    <mi>f</mi>
                  </mrow>
                  <mrow>
                    <mo>&PartialD;</mo>
                    <mi>z</mi>
                  </mrow>
                </mfrac>
              </mfenced>
            </mrow>
          </math>
        </td>
        <td style="text-align: center">
          <img src="nabla.png" alt="nabla記号の定義" />
        </td>
      </tr>
      <tr>
        <td><math display="block" xmlns="&mathml;">
            <mrow>
              <msubsup>
                <mo>&int;</mo>
                <mrow><mo>-</mo><mi>&infin;</mi></mrow>
                <mi>&infin;</mi>
              </msubsup>
              <msup>
                <mi>e</mi>
                <mrow>
                  <mo>-</mo>
                  <msup><mi>x</mi><mn>2</mn></msup>
                </mrow>
              </msup>
              <mo>&DifferentialD;</mo>
              <mi>x</mi>
              <mo>=</mo>
              <msqrt>&pi;</msqrt>
            </mrow>
          </math>
        </td>
        <td style="text-align: center">
          <img src="norm.png"  alt="正規分布" />
        </td>
      </tr>
      <tr>
        <td><math display="block" xmlns="&mathml;">
            <mrow>
              <mfenced>
                <msub><mi>v</mi><mn>1</mn></msub>
                <msub><mi>v</mi><mn>2</mn></msub>
                <msub><mi>v</mi><mn>3</mn></msub>
              </mfenced>
              <mo>&InvisibleTimes;</mo>
              <mfenced>
                <mtable>
                  <mtr>
                    <mtd><mn>1</mn></mtd>
                    <mtd><mn>0</mn></mtd>
                    <mtd><mn>0</mn></mtd>
                  </mtr>
                  <mtr>
                    <mtd><mn>0</mn></mtd>
                    <mtd><mn>1</mn></mtd>
                    <mtd><mn>0</mn></mtd>
                  </mtr>
                  <mtr>
                    <mtd><mn>0</mn></mtd>
                    <mtd><mn>0</mn></mtd>
                    <mtd><mn>1</mn></mtd>
                  </mtr>
                </mtable>
              </mfenced>
              <mo>=</mo>
              <mfenced>
                <msub><mi>v</mi><mn>1</mn></msub>
                <msub><mi>v</mi><mn>2</mn></msub>
                <msub><mi>v</mi><mn>3</mn></msub>
              </mfenced>
            </mrow>
         </math>
        </td>
        <td style="text-align: center"><img src="matrix.png" alt="行列表示" /></td>
      </tr>
      <tr>
        <td><math display="block" xmlns="&mathml;">
            <mrow>
              <mmultiscripts>
                <mi>C</mi>
                <mi>k</mi>
                <none />
                <mprescripts />
                <mi>n</mi>
                <none />
              </mmultiscripts>
              <mo>=</mo>
              <mfrac>
                <mrow>
                  <mi>n</mi>
                  <mo>!</mo>
                </mrow>
                <mrow>
                  <mfenced>
                    <mrow>
                      <mi>n</mi>
                      <mo>-</mo>
                      <mi>k</mi>
                    </mrow>
                  </mfenced>
                  <mo>!</mo>
                  <mo>&times;</mo>
                  <mrow>
                    <mi>k</mi>
                    <mo>!</mo>
                  </mrow>
                </mrow>
              </mfrac>
            </mrow>
          </math></td>
        <td style="text-align: center">
          <img src="cmbi.png" alt="組合せ数" />
        </td>
      </tr>
      <tr>
        <td><math display="block" xmlns="&mathml;">
            <mrow>
              <mo>&not;</mo>
              <mfenced>
                <mrow>
                  <mi>A</mi>
                  <mo>&or;</mo>
                  <mi>B</mi>
                </mrow>
              </mfenced>
              <mo>=</mo>
              <mo>&not;</mo>
              <mi>A</mi>
              <mo>&and;</mo>
              <mo>&not;</mo>
              <mi>B</mi>
            </mrow>
          </math>
        </td>
        <td style="text-align: center"><img src="logic.png" alt="論理式表示" />
        </td>
      </tr>
    </table>
    <hr />
    <p><a href="numerical.html"><img src="../images/HOME.GIF" alt="上へ戻る"
      id="up2" onmouseover="mouseOver('up2', 'border')"
      onmouseout="mouseOver('up2', 'nonborder')" /></a></p>
  </body>
</html>
