laguerre_0.mml

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

MML
71
字号
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">  <mrow>    <mtext>laguerre</mtext>    <mfenced>      <mrow>        <mi>n</mi>        <mo>,</mo>        <mi>x</mi>      </mrow>    </mfenced>    <mspace width="1em"/>    <mo>=</mo>    <mspace width="1em"/>    <msub>      <mi>L</mi>      <mi>n</mi>    </msub>    <mfenced>      <mrow>        <mi>x</mi>      </mrow>    </mfenced>    <mspace width="1em"/>    <mo>=</mo>    <mspace width="1em"/>    <mfrac>      <mrow>        <msup>          <mi>e</mi>          <mi>x</mi>        </msup>      </mrow>      <mrow>        <mi>n</mi>        <mo>!</mo>      </mrow>    </mfrac>    <mfrac>      <mrow>        <msup>          <mi>d</mi>          <mi>n</mi>        </msup>      </mrow>      <mrow>        <mi>d</mi>        <msup>          <mi>x</mi>          <mi>n</mi>        </msup>      </mrow>    </mfrac>    <mfenced>      <mrow>        <msup>          <mi>x</mi>          <mi>n</mi>        </msup>        <msup>          <mi>e</mi>          <mrow>            <mo>&#x2212;</mo>            <mi>x</mi>          </mrow>        </msup>      </mrow>    </mfenced>  </mrow></math>

⌨️ 快捷键说明

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