「Mathjax2.x 練習場」の版間の差分

提供:yonewiki
74行目: 74行目:
=== 数 ===
=== 数 ===


*キャンセル1
*キャンセル2
<freescript></script>
<freescript></script>
<div class="hljs-wrap"><pre data-label="MathJaxSample" class="pre-wrap">
<div class="hljs-wrap"><pre data-label="MathJaxSample" class="pre-wrap">

2025年1月21日 (火) 19:18時点における版

Mathjax 2.7に戻る。

Mathjax2.x コード一覧に戻る。

概要

 Mathjax2.x系で使えるコード一覧を作成したいと思います。35しばらくはコード動作確認調整期間になります。Mathjax3.x系向けのサンプルを全部貼りましたので、59動いていないものは非対応だったんだなと思っていいと思います。

 

Checking environment...

 Version2.0系に関する記事です。このページのMathJaxバージョンは

 

Loading MathJax version...

 

  • キャンセル2

\cancel{a}
a


  • 分数(NonMathjax)

\frac{1}{2}
12


  • 分数(大)

\displaystyle \frac{1}{2}
12


  • 分数(大)2

\dfrac{1}{2}
12


  • 増減表

\begin{array}{c|ccccc}
  x     & \cdots & -1 & \cdots & 1 & \cdots \\ 
  \hline
  f^{\prime}(x) & + & 0 & – & 0 & + \\ 
  \hline
  f(x)  & \nearrow & e & \searrow & -e & \nearrow
\end{array}
xf(x)f(x)+10e10e+


  • 平方根

\sqrt{ 2 }
2


  • 微分(ラグランジュ)

f^{\prime}
f


  • 微分サンプル

\begin{eqnarray}
f^{\prime}(x)
 = \frac{ df }{ dx }
 = \lim_{ \Delta x \to 0 } \frac{ f(x + \Delta x) - f(x) }{ \Delta x }
\end{eqnarray}
f(x)=dfdx=limΔx0f(x+Δx)f(x)Δx


  • 表サンプル

\begin{array}{c|ccccc}
  x     & \cdots & -1 & \cdots & 1 & \cdots \\ 
  \hline
  f^{\prime}(x) & + & 0 & – & 0 & + \\ 
  \hline
  f(x)  & \nearrow & e & \searrow & -e & \nearrow
\end{array}
xf(x)f(x)+10e10e+


  • 下線

\underline{ A }

$$ \underline{ A } $$


  • 下線

\underline{ A }
A_


  • 下線

\underline{ AB }
AB_