数式インライン数式
インライン数式
文章中に埋め込んだ数式は、インライン数式と言います。インライン数式は、段落の中の任意の位置に'\$$'と'\$$'で囲って記述します。
数式の表現についての詳細仕様は次を参照してください。
(1) CAS記法
数式$$<math xmlns="http://www.w3.org/1998/Math/MathML"><mstyle scriptminsize="0">
 <mrow>
  <mi>B</mi><mo>=</mo>
  <mfenced open="(" close=")">
   <msub><mi>b</mi><mrow><mi>i</mi><mi>j</mi></mrow></msub>
  </mfenced>
 </mrow>
</mstyle></math>$$を$$<math xmlns="http://www.w3.org/1998/Math/MathML"><mstyle scriptminsize="0">
 <mrow>
  <mi>n</mi><mo>×</mo><mi>n</mi>
 </mrow>
</mstyle></math>$$行列とし、$$<math xmlns="http://www.w3.org/1998/Math/MathML"><mstyle scriptminsize="0">
 <mrow>
  <mi>n</mi><mo>=</mo>
  <mfenced open="{" close="}">
   <mn>1</mn>
   <mo>⋯</mo>
   <mi>n</mi>
  </mfenced>
 </mrow>
</mstyle></math>$$とする。すると次の結果が…
(2) 表示例
数式 を 行列とし、 とする。すると次の結果が…