lanczos4.mml

来自「Boost provides free peer-reviewed portab」· MML 代码 · 共 108 行

MML
108
字号
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">  <mrow>    <msub>      <mi>B</mi>      <mrow>        <mi>i</mi>        <mo>,</mo>        <mi>j</mi>      </mrow>    </msub>    <mo>=</mo>    <mo>{</mo>    <mtable>      <mtr>        <mtd>          <mn>1</mn>        </mtd>        <mtd>          <mi>i</mi>          <mi>f</mi>        </mtd>        <mtd>          <mi>i</mi>          <mo>=</mo>          <mn>0</mn>        </mtd>      </mtr>      <mtr>        <mtd>          <mo>&#x2212;</mo>          <msup>            <mn>1</mn>            <mrow>              <mi>j</mi>              <mo>&#x2212;</mo>              <mi>i</mi>            </mrow>          </msup>          <mi>X</mi>        </mtd>        <mtd>          <mi>i</mi>          <mi>f</mi>        </mtd>        <mtd>          <mi>i</mi>          <mo>></mo>          <mn>0</mn>        </mtd>        <mtd>          <mi>j</mi>          <mo>&#x2265;</mo>          <mi>i</mi>        </mtd>      </mtr>      <mtr>        <mtd>          <mn>0</mn>        </mtd>        <mtd>          <mspace width="1em"/>        </mtd>        <mtd>          <mi>o</mi>          <mi>t</mi>          <mi>h</mi>          <mi>e</mi>          <mi>r</mi>          <mi>w</mi>          <mi>i</mi>          <mi>s</mi>          <mi>e</mi>        </mtd>      </mtr>    </mtable>    <mspace width="1em"/>    <mspace width="1em"/>    <mo>;</mo>    <mspace width="1em"/>    <mspace width="1em"/>    <mi>X</mi>    <mo>=</mo>    <mfenced>      <mrow>        <mtable>          <mtr>            <mtd>              <mi>i</mi>              <mo>+</mo>              <mi>j</mi>              <mo>&#x2212;</mo>              <mn>1</mn>            </mtd>          </mtr>          <mtr>            <mtd>              <mi>j</mi>              <mo>&#x2212;</mo>              <mi>i</mi>            </mtd>          </mtr>        </mtable>      </mrow>    </mfenced>  </mrow></math>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?