⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 legendre_2.mml

📁 Boost provides free peer-reviewed portable C++ source libraries. We emphasize libraries that work
💻 MML
字号:
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">  <mrow>    <mtable>      <mtr>        <mtd>          <mtext>legendre_q</mtext>          <mfenced>            <mrow>              <mn>0,</mn>              <mi>x</mi>            </mrow>          </mfenced>          <mspace width="1em"/>          <mo>=</mo>          <mspace width="1em"/>          <msub>            <mi>Q</mi>            <mn>0</mn>          </msub>          <mfenced>            <mrow>              <mi>x</mi>            </mrow>          </mfenced>          <mspace width="1em"/>          <mo>=</mo>          <mspace width="1em"/>          <mfrac>            <mn>1</mn>            <mn>2</mn>          </mfrac>          <mi>ln</mi>          <mfenced>            <mrow>              <mfrac>                <mrow>                  <mn>1</mn>                  <mo>+</mo>                  <mi>x</mi>                </mrow>                <mrow>                  <mn>1</mn>                  <mo>&#x2212;</mo>                  <mi>x</mi>                </mrow>              </mfrac>            </mrow>          </mfenced>        </mtd>      </mtr>      <mtr>        <mtd>          <mtext>legendre_q</mtext>          <mfenced>            <mrow>              <mn>1,</mn>              <mi>x</mi>            </mrow>          </mfenced>          <mspace width="1em"/>          <mo>=</mo>          <mspace width="1em"/>          <msub>            <mi>Q</mi>            <mn>1</mn>          </msub>          <mfenced>            <mrow>              <mi>x</mi>            </mrow>          </mfenced>          <mspace width="1em"/>          <mo>=</mo>          <mspace width="1em"/>          <mfrac>            <mi>x</mi>            <mn>2</mn>          </mfrac>          <mi>ln</mi>          <mfenced>            <mrow>              <mfrac>                <mrow>                  <mn>1</mn>                  <mo>+</mo>                  <mi>x</mi>                </mrow>                <mrow>                  <mn>1</mn>                  <mo>&#x2212;</mo>                  <mi>x</mi>                </mrow>              </mfrac>            </mrow>          </mfenced>          <mo>&#x2212;</mo>          <mn>1</mn>        </mtd>      </mtr>    </mtable>  </mrow></math>

⌨️ 快捷键说明

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