「Mathjax2.x コード一覧」の版間の差分

提供:yonewiki
編集の要約なし
編集の要約なし
28行目: 28行目:
     }
     }
   );</script>
   );</script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS_HTML-full"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.9/MathJax.js?config=TeX-AMS_HTML-full"></script>
<script></freescript>
<script></freescript>
<freescript></script>
<freescript></script>

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

Mathjax 2.7に戻る。

概要

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

 

  • 分数

\frac{1}{2}
MathJaxSample

12


  • 分数(大)

\displaystyle \frac{1}{2}
MathJaxSample

\displaystyle \frac{1}{2}


  • 分数(大)2

\dfrac{1}{2}
MathJaxSample

\dfrac{1}{2}


  • 分数(1行)

javascript
\require{physics} \flatfrac{1}{2}
MathJaxSample

\require{physics} \flatfrac{1}{2}


  • 分数と括弧

css
\left( -\frac{1}{2} \right)^2
MathJaxSample

\left( -\frac{1}{2} \right)^2


  • 分数と括弧2

javascript
\require{physics} \qty{ -\frac{1}{2} }^2
MathJaxSample

\require{physics} \qty{ -\frac{1}{2} }^2


  • 連分数

css
\frac{a+b}{c+\frac{d}{e}}
MathJaxSample

\frac{a+b}{c+\frac{d}{e}}


  • 連分数2

css
\cfrac{a+b}{c+\cfrac{d}{e}}
MathJaxSample

\cfrac{a+b}{c+\cfrac{d}{e}}


  • 無限連分数

lua
\begin{eqnarray}
1+\frac{1}{1+\frac{1}{1+\frac{1}{1+\ddots}}}
= \frac{1}{2} \left( 1+\sqrt{5} \right)
\end{eqnarray}
MathJaxSample

\begin{eqnarray} 1+\frac{1}{1+\frac{1}{1+\frac{1}{1+\ddots}}} = \frac{1}{2} \left( 1+\sqrt{5} \right) \end{eqnarray}


  • 小数

0.123
MathJaxSample

0.123


  • 循環小数

\frac{1}{11} = 0.\dot{0}\dot{9}
MathJaxSample

\frac{1}{11} = 0.\dot{0}\dot{9}


  • 無限小数1

lua
\pi = 3.14 \ldots
MathJaxSample

\pi = 3.14 \ldots


  • 無限小数2

lua
\sqrt{2} = 1.4142 \cdots
MathJaxSample

\sqrt{2} = 1.4142 \cdots


  • 無限大

\infty
MathJaxSample

\infty


  • 絶対値

|x|
MathJaxSample

|x|


  • 絶対値2

css
\vert x \vert
MathJaxSample

\vert x \vert


  • 分数と絶対値

\left| \dfrac{x}{2} \right|
MathJaxSample

\left| \dfrac{x}{2} \right|


  • 分数と絶対値2

css
\require{physics} \qty{\dfrac{x}{2}}
MathJaxSample

\require{physics} \qty{\dfrac{x}{2}}


  • 分数と絶対値3

lua
\require{physics} \abs{ \dfrac{x}{2} }
MathJaxSample

\require{physics} \abs{ \dfrac{x}{2} }


  • ガウス記号

csharp
[x]
MathJaxSample

[x]


  • ガウス記号2

css
\lbrack x \rbrack
MathJaxSample

\lbrack x \rbrack


  • 床関数

css
\lfloor x \rfloor
MathJaxSample

\lfloor x \rfloor


  • 天井関数

css
\lceil x \rceil
MathJaxSample

\lceil x \rceil


  • ガウス記号サンプル

lua
\begin{eqnarray}
[x]
= \lfloor x \rfloor
= \max\{ n\in\mathbb{Z} \mid n \leqq x \}
\end{eqnarray}
MathJaxSample

\begin{eqnarray} [x] = \lfloor x \rfloor = \max\{ n\in\mathbb{Z} \mid n \leqq x \} \end{eqnarray}

 

四則演算

  • 足す

1 + 2
MathJaxSample

1 + 2


  • 引く

3 - 1
MathJaxSample

3 - 1


  • 掛ける

bash
2 \times 3
MathJaxSample

2 \times 3


  • 割る

javascript
\require{physics} 6 \divisionsymbol 3
MathJaxSample

\require{physics} 6 \divisionsymbol 3


  • プラスマイナス

\pm 1
MathJaxSample

\pm 1


  • マイナスプラス

\mp 1
MathJaxSample

\mp 1


  • 掛ける(簡略)

java
a \cdot b = ab
MathJaxSample

a \cdot b = ab


  • 割る(分数)

java
a \divisionsymbol b = \frac{a}{b}
MathJaxSample

a \divisionsymbol b = \frac{a}{b}


  • 掛け算の筆算

ruby
\begin{align}
67 \\
\frac{\times\phantom{0}63}{\phantom{0}201} \\
\frac{402\phantom{0}}{4221}
\end{align}
MathJaxSample

\begin{align} 67 \\ \frac{\times\phantom{0}63}{\phantom{0}201} \\ \frac{402\phantom{0}}{4221} \end{align}


  • 割り算の筆算

ruby
\require{enclose}\begin{align}
  7.6 \\
  25\enclose{longdiv}{190\phantom{.0}} \\
  \frac{175\phantom{.0}}{15\phantom{.}0} \\
  \frac{15\phantom{.}0\phantom{.}}{\phantom{00.}0\phantom{.}} \\
\end{align}
MathJaxSample

\require{enclose}\begin{align} 7.6 \\ 25\enclose{longdiv}{190\phantom{.0}} \\ \frac{175\phantom{.0}}{15\phantom{.}0} \\ \frac{15\phantom{.}0\phantom{.}}{\phantom{00.}0\phantom{.}} \\ \end{align}


  • 合同式

css
a \equiv b \mod n
MathJaxSample

a \equiv b \mod n


  • 合同式(括弧付)

css
a \equiv b \pmod n
MathJaxSample

a \equiv b \pmod n


  • 合同式(二項演算子)

\gcd(a, b) = \gcd(b, a \bmod b)
MathJaxSample

\gcd(a, b) = \gcd(b, a \bmod b)


  • 比例

css
x \propto y
MathJaxSample

x \propto y

 

大小

  • 大なり

css
a \gt b
MathJaxSample

a \gt b


  • 大なりイコール

css
a \geq b
MathJaxSample

a \geq b


  • 大なりイコール2

css
a \geqq b
MathJaxSample

a \geqq b


  • 小なり

css
a \lt b
MathJaxSample

a \lt b


  • 小なりイコール

css
a \leq b
MathJaxSample

a \leq b


  • 小なりイコール2

css
a \leqq b
MathJaxSample

a \leqq b


  • 等しい

ini
a = b
MathJaxSample

a = b


  • 等しくない

css
a \neq b
MathJaxSample

a \neq b


  • ほぼ等しい

css
a \fallingdotseq b
MathJaxSample

a \fallingdotseq b


  • ほぼ等しい2

css
a \sim b
MathJaxSample

a \sim b


  • ほぼ等しい3

css
a \simeq b
MathJaxSample

a \simeq b


  • ほぼ等しい4

css
a \approx b
MathJaxSample

a \approx b


  • 十分大きい

css
a \gg b
MathJaxSample

a \gg b


  • 十分小さい

css
a \ll b
MathJaxSample

a \ll b


  • 最大

scss
\max f(x)
MathJaxSample

\max f(x)


  • 最小

scss
\min f(x)
MathJaxSample

\min f(x)


  • 最大サンプル

ruby
\begin{eqnarray}
\max ( a, b )
=
  \begin{cases}
    a & ( a \geqq b ) \\
    b & ( a \lt b )
  \end{cases}
\end{eqnarray}
MathJaxSample

\begin{eqnarray} \max ( a, b ) = \begin{cases} a & ( a \geqq b ) \\ b & ( a \lt b ) \end{cases} \end{eqnarray}

 

複数行数式

  • 改行

ruby
\begin{eqnarray}
aaa \\
bbb
\end{eqnarray}
MathJaxSample

\begin{eqnarray} aaa \\ bbb \end{eqnarray}


  • 改行(サイズ指定)

ruby
\begin{eqnarray}
aaa \\[5pt]
bbb
\end{eqnarray}
MathJaxSample

\begin{eqnarray} aaa \\[5pt] bbb \end{eqnarray}


  • 位置合わせ

ruby
\begin{eqnarray}
x + 2x &=& 3 \\
x &=& 1
\end{eqnarray}
MathJaxSample

\begin{eqnarray} x + 2x &=& 3 \\ x &=& 1 \end{eqnarray}


  • 連立方程式

ruby
\begin{eqnarray}
  \left\{
    \begin{array}{l}
      x + y = 10 \\
      2x + 4y = 32
    \end{array}
  \right.
\end{eqnarray}
MathJaxSample

\begin{eqnarray} \left\{ \begin{array}{l} x + y = 10 \\ 2x + 4y = 32 \end{array} \right. \end{eqnarray}


  • 場合分け

ruby
\begin{eqnarray}
|x|
 =
  \begin{cases}
    x & ( x \geqq 0 ) \\
    -x & ( x \lt 0 )
  \end{cases}
\end{eqnarray}
MathJaxSample

\begin{eqnarray} |x| = \begin{cases} x & ( x \geqq 0 ) \\ -x & ( x \lt 0 ) \end{cases} \end{eqnarray}

 

集合

  • 帰属関係

css
x \in A
MathJaxSample

x \in A


  • 帰属関係2

css
A \ni x
MathJaxSample

A \ni x


  • 帰属していない

css
x \notin A
MathJaxSample

x \notin A


  • 部分集合

css
A \subset B
MathJaxSample

A \subset B


  • 部分集合2

css
A \subseteq B
MathJaxSample

A \subseteq B


  • 部分集合3

css
A \subseteqq B
MathJaxSample

A \subseteqq B


  • 上位集合

css
A \supset B
MathJaxSample

A \supset B


  • 上位集合2

css
A \supseteq B
MathJaxSample

A \supseteq B


  • 上位集合3

css
A \supseteqq B
MathJaxSample

A \supseteqq B


  • 部分集合でない

css
A \not \subset B
MathJaxSample

A \not \subset B


  • 真の部分集合

css
A \subsetneqq B
MathJaxSample

A \subsetneqq B


  • 集合の交わり

css
A \cap B
MathJaxSample

A \cap B


  • 集合の結び

css
A \cup B
MathJaxSample

A \cup B


  • 空集合

\varnothing
MathJaxSample

\varnothing


  • 空集合2

\emptyset
MathJaxSample

\emptyset


  • 補集合

css
A^c
MathJaxSample

A^c


  • 補集合2

css
\overline{ A }
MathJaxSample

\overline{ A }


  • 補集合サンプル

bash
\overline{ (A\cap B) } = \overline{ A } \cup \overline{ B }
MathJaxSample

\overline{ (A\cap B) } = \overline{ A } \cup \overline{ B }


  • 補集合サンプル2

ruby
\begin{eqnarray}
\left( \bigcup_{\lambda\in\Lambda}A_{\lambda} \right)^c
=\bigcap_{\lambda\in\Lambda}A_{\lambda}^c
\end{eqnarray}
MathJaxSample

\begin{eqnarray} \left( \bigcup_{\lambda\in\Lambda}A_{\lambda} \right)^c =\bigcap_{\lambda\in\Lambda}A_{\lambda}^c \end{eqnarray}


  • 差集合

css
A \setminus B
MathJaxSample

A \setminus B


  • 差集合サンプル

bash
A \setminus B
= A \cap B^c
= \{ x \in A \mid x \notin B \}
MathJaxSample

A \setminus B = A \cap B^c = \{ x \in A \mid x \notin B \}


  • 対称差

css
A \triangle B
MathJaxSample

A \triangle B


  • 対称差サンプル

java
A \triangle B
= (A \setminus B) \cup (B \setminus A)
MathJaxSample

A \triangle B = (A \setminus B) \cup (B \setminus A)


  • 自然数全体の集合

\mathbb{ N }
MathJaxSample

\mathbb{ N }


  • 整数全体の集合

\mathbb{ Z }
MathJaxSample

\mathbb{ Z }


  • 有理数全体の集合

css
\mathbb{ Q }
MathJaxSample

\mathbb{ Q }


  • 実数全体の集合

css
\mathbb{ R }
MathJaxSample

\mathbb{ R }


  • 複素数全体の集合

\mathbb{ C }
MathJaxSample

\mathbb{ C }


  • 四元数全体の集合

\mathbb{ H }
MathJaxSample

\mathbb{ H }


  • 上限

css
\sup A
MathJaxSample

\sup A


  • 下限

css
\inf A
MathJaxSample

\inf A


  • アレフ数

\aleph
MathJaxSample

\aleph

 

論理

  • 含意

css
P \implies Q
MathJaxSample

P \implies Q


  • 含意2

css
P \Rightarrow Q
MathJaxSample

P \Rightarrow Q


  • 含意3

css
P \to Q
MathJaxSample

P \to Q


  • 含意(逆向き)

css
P \Leftarrow  Q
MathJaxSample

P \Leftarrow Q


  • 含意(逆向き)2

css
P \gets  Q
MathJaxSample

P \gets Q


  • 同値

css
P \iff Q
MathJaxSample

P \iff Q


  • 同値2

css
P \Leftrightarrow Q
MathJaxSample

P \Leftrightarrow Q


  • 同値3

css
P \leftrightarrow Q
MathJaxSample

P \leftrightarrow Q


  • 同値4

css
P \equiv Q
MathJaxSample

P \equiv Q


  • よって

\therefore
MathJaxSample

\therefore


  • なぜならば

\because
MathJaxSample

\because


  • すべての

css
\forall x
MathJaxSample

\forall x


  • 在る

css
\exists x
MathJaxSample

\exists x


  • 存在しない

\nexists
MathJaxSample

\nexists


  • 量化記号サンプル

perl
\begin{eqnarray}
& & {}^\forall \varepsilon \gt 0, {}^\exists \delta \gt 0 \mbox{ s.t. } \\
& & {}^\forall x \in \mathbb{ R }, 0 \lt |x - a| \lt \delta
\implies |f(x) - b| \lt \varepsilon 
\end{eqnarray}
MathJaxSample

\begin{eqnarray} & & {}^\forall \varepsilon \gt 0, {}^\exists \delta \gt 0 \mbox{ s.t. } \\ & & {}^\forall x \in \mathbb{ R }, 0 \lt |x - a| \lt \delta \implies |f(x) - b| \lt \varepsilon \end{eqnarray}


  • 論理積

css
P \land Q
MathJaxSample

P \land Q


  • 論理和

css
P \lor Q
MathJaxSample

P \lor Q


  • 否定

css
\lnot P
MathJaxSample

\lnot P


  • 否定2

css
\overline{ P }
MathJaxSample

\overline{ P }


  • 否定3

css
!P
MathJaxSample

!P


  • 排他的論理和

css
P \oplus Q
MathJaxSample

P \oplus Q


  • 排他的論理和2

css
P \veebar Q
MathJaxSample

P \veebar Q


  • 排他的論理和サンプル

java
P \oplus Q = (P \land \lnot Q) \lor (\lnot P \land Q)
MathJaxSample

P \oplus Q = (P \land \lnot Q) \lor (\lnot P \land Q)


  • トートロジー

css
\top
MathJaxSample

\top


  • 矛盾

\bot
MathJaxSample

\bot


  • 証明可能

css
P \vdash Q
MathJaxSample

P \vdash Q


  • 論理的帰結

css
P \models Q
MathJaxSample

P \models Q

 

順列と組合せ

  • 順列

css
{}_n \mathrm{ P }_k
MathJaxSample

{}_n \mathrm{ P }_k


  • 組合せ

{}_n \mathrm{ C }_k
MathJaxSample

{}_n \mathrm{ C }_k


  • 階乗

n!
MathJaxSample

n!


  • 二項係数

\binom{ n }{ k }
MathJaxSample

\binom{ n }{ k }


  • 二項係数2

{ n \choose k }
MathJaxSample

{ n \choose k }


  • 二項係数3

\dbinom{ n }{ k }
MathJaxSample

\dbinom{ n }{ k }


  • 重複組合せ

{}_n \mathrm{ H }_k
MathJaxSample

{}_n \mathrm{ H }_k


  • 組合せサンプル

ruby
\begin{eqnarray}
{}_n \mathrm{ C }_k
 = \binom{ n }{ k }
 = \frac{ n! }{ k! ( n - k )! }
\end{eqnarray}
MathJaxSample

\begin{eqnarray} {}_n \mathrm{ C }_k = \binom{ n }{ k } = \frac{ n! }{ k! ( n - k )! } \end{eqnarray}


  • 順列サンプル

ruby
\begin{eqnarray}
{}_n \mathrm{ P }_k
 = n \cdot ( n - 1 ) \cdots ( n - k + 1 )
 = \frac{ n! }{ ( n - k )! }
\end{eqnarray}
MathJaxSample

\begin{eqnarray} {}_n \mathrm{ P }_k = n \cdot ( n - 1 ) \cdots ( n - k + 1 ) = \frac{ n! }{ ( n - k )! } \end{eqnarray}

 

総和・総乗

  • 総和

\sum_{i=1}^{n} a_i
MathJaxSample

\sum_{i=1}^{n} a_i


  • 総和(大)

\displaystyle \sum_{i=1}^n a_i
MathJaxSample

\displaystyle \sum_{i=1}^n a_i


  • 総和サンプル

ruby
\begin{eqnarray}
\sum_{ k = 1 }^{ n } k^2
 = \overbrace{ 1^2 + 2^2 + \cdots + n^2 }^{ n }
 = \frac{ 1 }{ 6 } n ( n + 1 ) ( 2n + 1 )
\end{eqnarray}
MathJaxSample

\begin{eqnarray} \sum_{ k = 1 }^{ n } k^2 = \overbrace{ 1^2 + 2^2 + \cdots + n^2 }^{ n } = \frac{ 1 }{ 6 } n ( n + 1 ) ( 2n + 1 ) \end{eqnarray}


  • 総乗

\prod_{ i = 0 }^n x_i
MathJaxSample

\prod_{ i = 0 }^n x_i


  • 総乗(大)

\displaystyle \prod_{i=0}^n x_i
MathJaxSample

\displaystyle \prod_{i=0}^n x_i


  • 総乗サンプル

ruby
\begin{eqnarray}
n! = \prod_{ k = 1 }^n k
\end{eqnarray}
MathJaxSample

\begin{eqnarray} n! = \prod_{ k = 1 }^n k \end{eqnarray}


  • 総乗サンプル2

ruby
\begin{eqnarray}
\zeta (s)
 = \prod_{ p:\mathrm{ prime } }
   \frac{ 1 }{ 1-p^{-s} }
\end{eqnarray}
MathJaxSample

\begin{eqnarray} \zeta (s) = \prod_{ p:\mathrm{ prime } } \frac{ 1 }{ 1-p^{-s} } \end{eqnarray}

 

指数・対数

  • べき乗

2^3
MathJaxSample

2^3


  • べき乗2

css
e^{ i \pi }
MathJaxSample

e^{ i \pi }


  • 指数関数

cpp
\exp ( x )
MathJaxSample

\exp ( x )


  • 平方根

lua
\sqrt{ 2 }
MathJaxSample

\sqrt{ 2 }


  • 平方根(高さを揃える)

css
\sqrt{ \mathstrut a } + \sqrt{ \mathstrut b }
MathJaxSample

\sqrt{ \mathstrut a } + \sqrt{ \mathstrut b }


  • べき根

css
\sqrt[ n ]{ x }
MathJaxSample

\sqrt[ n ]{ x }


  • 対数

bash
\log x
MathJaxSample

\log x


  • 対数(底)

css
\log_{ 2 } x
MathJaxSample

\log_{ 2 } x


  • 自然対数

bash
\ln x
MathJaxSample

\ln x

 

図形

  • 角度(度数)

90^{ \circ }
MathJaxSample

90^{ \circ }


  • 角度(ラジアン)

lua
\frac{ \pi }{ 2 }
MathJaxSample

\frac{ \pi }{ 2 }


  • 角記号

css
\angle A
MathJaxSample

\angle A


  • 平行(日本スタイル)

swift
AB /\!/ CD
MathJaxSample

AB /\!/ CD


  • 平行(海外スタイル)

AB \parallel CD
MathJaxSample

AB \parallel CD


  • 垂直

AB \perp CD
MathJaxSample

AB \perp CD


  • 三角形

\triangle ABC
MathJaxSample

\triangle ABC


  • 四角形

rust
\Box ABCD
MathJaxSample

\Box ABCD


lua
\stackrel{\huge\frown}{AB}
MathJaxSample

\stackrel{\huge\frown}{AB}


\overparen{AB}
MathJaxSample

\overparen{AB}


  • 合同(日本スタイル)

\triangle ABC \equiv \triangle DEF
MathJaxSample

\triangle ABC \equiv \triangle DEF


  • 合同(海外スタイル)

\triangle ABC \cong \triangle DEF
MathJaxSample

\triangle ABC \cong \triangle DEF


  • 相似(日本スタイル)

\triangle ABC \backsim \triangle DEF
MathJaxSample

\triangle ABC \backsim \triangle DEF


  • 相似(海外スタイル)

\triangle ABC \sim \triangle DEF
MathJaxSample

\triangle ABC \sim \triangle DEF

 

三角関数

  • サイン

css
\sin x
MathJaxSample

\sin x


  • コサイン

css
\cos x
MathJaxSample

\cos x


  • タンジェント

css
\tan x
MathJaxSample

\tan x


  • サインサンプル

lua
\begin{eqnarray}
\sin 45^\circ
 = \frac{ \sqrt{2} }{ 2 }
\end{eqnarray}
MathJaxSample

\begin{eqnarray} \sin 45^\circ = \frac{ \sqrt{2} }{ 2 } \end{eqnarray}


  • コサインサンプル

lua
\begin{eqnarray}
\cos \frac{ \pi }{ 3 }
 = \frac{ 1 }{ 2 }
\end{eqnarray}
MathJaxSample

\begin{eqnarray} \cos \frac{ \pi }{ 3 } = \frac{ 1 }{ 2 } \end{eqnarray}


  • タンジェントサンプル

lua
\begin{eqnarray}
\tan \theta
 = \frac{ \sin \theta }{ \cos \theta }
\end{eqnarray}
MathJaxSample

\begin{eqnarray} \tan \theta = \frac{ \sin \theta }{ \cos \theta } \end{eqnarray}


  • セカント

css
\sec x
MathJaxSample

\sec x


  • コセカント

css
\csc x
MathJaxSample

\csc x


  • コタンジェント

css
\cot x
MathJaxSample

\cot x


  • アークサイン

css
\arcsin x
MathJaxSample

\arcsin x


  • アークコサイン

css
\arccos x
MathJaxSample

\arccos x


  • アークタンジェント

css
\arctan x
MathJaxSample

\arctan x


  • ハイパボリックサイン

css
\sinh x
MathJaxSample

\sinh x


  • ハイパボリックコサイン

css
\cosh x
MathJaxSample

\cosh x


  • ハイパボリックタンジェント

css
\tanh x
MathJaxSample

\tanh x


  • ハイパボリックコタンジェント

css
\coth x
MathJaxSample

\coth x

 

複素数

  • 複素数

css
a+bi
MathJaxSample

a+bi


  • 実部

css
\Re x
MathJaxSample

\Re x


  • 実部2

css
\require{physics} \Re x
MathJaxSample

\require{physics} \Re x


  • 虚部

css
\Im x
MathJaxSample

\Im x


  • 虚部2

css
\require{physics} \Im x
MathJaxSample

\require{physics} \Im x


  • 共役複素数

\bar{z}
MathJaxSample

\bar{z}


  • 偏角

lua
\arg (z)
MathJaxSample

\arg (z)


  • 1の3乗根

\omega
MathJaxSample

\omega


  • 複素数サンプル

ruby
\begin{eqnarray}
z\bar{z} = |z|^2
\end{eqnarray}
MathJaxSample

\begin{eqnarray} z\bar{z} = |z|^2 \end{eqnarray}

 

極限

  • 極限

\lim_{ x \to +0 } \frac{1}{x} = \infty
MathJaxSample

\lim_{ x \to +0 } \frac{1}{x} = \infty


  • 極限(大)

\displaystyle \lim_{ n \to \infty } f_n(x) = f(x)
MathJaxSample

\displaystyle \lim_{ n \to \infty } f_n(x) = f(x)


  • 上極限

css
\limsup_{ n \to \infty } a_n
MathJaxSample

\limsup_{ n \to \infty } a_n


  • 上極限(簡略)

css
\varlimsup_{ n \to \infty } a_n
MathJaxSample

\varlimsup_{ n \to \infty } a_n


  • 下極限

css
\liminf_{ n \to \infty } a_n
MathJaxSample

\liminf_{ n \to \infty } a_n


  • 下極限(簡略)

css
\varliminf_{ n \to \infty } a_n
MathJaxSample

\varliminf_{ n \to \infty } a_n


  • 上極限サンプル

ruby
\begin{eqnarray}
\varlimsup_{ n \to \infty } a_n
 = \lim_{ n \to \infty } \sup_{ k \geqq n } a_k
\end{eqnarray}
MathJaxSample

\begin{eqnarray} \varlimsup_{ n \to \infty } a_n = \lim_{ n \to \infty } \sup_{ k \geqq n } a_k \end{eqnarray}


  • 下極限サンプル

ruby
\begin{eqnarray}
\varliminf_{ n \to \infty } A_n
 = \bigcup_{ n = 1 }^{ \infty } \bigcap_{ k = n }^{ \infty } A_k
 = \bigcup_{ n \in \mathbb{ N } } \bigcap_{ k \geqq n } A_k
\end{eqnarray}
MathJaxSample

\begin{eqnarray} \varliminf_{ n \to \infty } A_n = \bigcup_{ n = 1 }^{ \infty } \bigcap_{ k = n }^{ \infty } A_k = \bigcup_{ n \in \mathbb{ N } } \bigcap_{ k \geqq n } A_k \end{eqnarray}


  • ランダウの記号

\mathcal{O}
MathJaxSample

\mathcal{O}

 

微分

  • 微分(ライプニッツ)

\frac{ dy }{ dx }
MathJaxSample

\frac{ dy }{ dx }


  • 微分(ライプニッツ)2

css
\frac{ \mathrm{ d } y }{ \mathrm{ d } x }
MathJaxSample

\frac{ \mathrm{ d } y }{ \mathrm{ d } x }


  • 微分(ライプニッツ)3

css
\require{physics} \dv{y}{x}
MathJaxSample

\require{physics} \dv{y}{x}


  • n階微分(ライプニッツ)

css
\frac{ d^n y }{ dx^n }
MathJaxSample

\frac{ d^n y }{ dx^n }


  • n階微分(ライプニッツ)2

css
\require{physics} \dv[n]{f}{x}
MathJaxSample

\require{physics} \dv[n]{f}{x}


  • ある点での微分(ライプニッツ)

\left. \frac{dy}{dx} \right|_{x=a}
MathJaxSample

\left. \frac{dy}{dx} \right|_{x=a}


  • ある点での微分(ライプニッツ)2

javascript
\require{physics} \eval{\dv{y}{x}}_{x=a}
MathJaxSample

\require{physics} \eval{\dv{y}{x}}_{x=a}


  • 微分(ラグランジュ)

vbnet
f'
MathJaxSample

f'


  • 2階微分(ラグランジュ)

f^{\prime\prime}
MathJaxSample

f^{\prime\prime}


  • n階微分(ラグランジュ)

scss
f^{ ( n ) }
MathJaxSample

f^{ ( n ) }


  • 微分(オイラー)

Df
MathJaxSample

Df


  • 微分(オイラー)2

D_x f
MathJaxSample

D_x f


  • n階微分(オイラー)

D^n f
MathJaxSample

D^n f


  • 微分(ニュートン)

\dot{y} = \frac{dy}{dt}
MathJaxSample

\dot{y} = \frac{dy}{dt}


  • 4階微分(ニュートン)

\ddddot{ y } = \frac{ d^4 y }{ dt^4 }
MathJaxSample

\ddddot{ y } = \frac{ d^4 y }{ dt^4 }


  • 微分サンプル

rust
\begin{eqnarray}
f'(x)
 = \frac{ df }{ dx }
 = \lim_{ \Delta x \to 0 } \frac{ f(x + \Delta x) - f(x) }{ \Delta x }
\end{eqnarray}
MathJaxSample

\begin{eqnarray} f'(x) = \frac{ df }{ dx } = \lim_{ \Delta x \to 0 } \frac{ f(x + \Delta x) - f(x) }{ \Delta x } \end{eqnarray}


  • 偏微分

csharp
\frac{ \partial f }{ \partial x }
MathJaxSample

\frac{ \partial f }{ \partial x }


  • 2階偏微分

csharp
\frac{ \partial }{ \partial y } \frac{ \partial }{ \partial x } z
MathJaxSample

\frac{ \partial }{ \partial y } \frac{ \partial }{ \partial x } z


  • n階偏微分

csharp
\frac{ \partial^n f}{ \partial x^n }
MathJaxSample

\frac{ \partial^n f}{ \partial x^n }


  • 偏微分2

css
\require{physics} \pdv{f}{x}
MathJaxSample

\require{physics} \pdv{f}{x}


  • 2階偏微分2

css
\require{physics} \pdv{f}{x}{y}
MathJaxSample

\require{physics} \pdv{f}{x}{y}


  • n階偏微分2

css
\require{physics} \pdv[n]{f}{x}
MathJaxSample

\require{physics} \pdv[n]{f}{x}


  • 偏微分(簡略)

f_x
MathJaxSample

f_x


  • 2階偏微分(簡略)

f_{ xy }
MathJaxSample

f_{ xy }


  • ナブラ

\nabla f
MathJaxSample

\nabla f


  • ラプラシアン

\Delta f
MathJaxSample

\Delta f


  • ラプラシアン サンプル

csharp
\begin{eqnarray}
\Delta \varphi
 = \nabla^2 \varphi
 = \frac{ \partial^2 \varphi }{ \partial x^2 }
   + \frac{ \partial^2 \varphi }{ \partial y^2 }
   + \frac{ \partial^2 \varphi }{ \partial z^2 }
\end{eqnarray}
MathJaxSample

\begin{eqnarray} \Delta \varphi = \nabla^2 \varphi = \frac{ \partial^2 \varphi }{ \partial x^2 } + \frac{ \partial^2 \varphi }{ \partial y^2 } + \frac{ \partial^2 \varphi }{ \partial z^2 } \end{eqnarray}


  • 増減表

php
\begin{array}{c|ccccc}
  x     & \cdots & -1 & \cdots & 1 & \cdots \\ 
  \hline
  f’(x) & + & 0 & – & 0 & + \\ 
  \hline
  f(x)  & \nearrow & e & \searrow & -e & \nearrow
\end{array}
MathJaxSample

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

 

積分

  • 積分

scss
\int_0^1 f(x) dx
MathJaxSample

\int_0^1 f(x) dx


  • 積分(大)

scss
\displaystyle \int_{-\infty}^{ \infty } f(x) dx
MathJaxSample

\displaystyle \int_{-\infty}^{ \infty } f(x) dx


  • 積分サンプル

ruby
\begin{eqnarray}
\int_0^1 x dx
= \left[ \frac{x^2}{2} \right]_0^1
= \frac{1}{2}
\end{eqnarray}
MathJaxSample

\begin{eqnarray} \int_0^1 x dx = \left[ \frac{x^2}{2} \right]_0^1 = \frac{1}{2} \end{eqnarray}


  • 2重積分

css
\iint_D f(x,y) dxdy
MathJaxSample

\iint_D f(x,y) dxdy


  • 多重積分

scss
\idotsint_D f(x_1, x_2, \ldots , x_n) dx_1 \cdots dx_n
MathJaxSample

\idotsint_D f(x_1, x_2, \ldots , x_n) dx_1 \cdots dx_n


  • 周回積分

scss
\oint_C f(z) dz
MathJaxSample

\oint_C f(z) dz

 

ベクトル

  • ベクトル

css
\vec{ a }
MathJaxSample

\vec{ a }


  • ベクトル2文字

\overrightarrow{ AB }
MathJaxSample

\overrightarrow{ AB }


  • ベクトル太文字

css
\boldsymbol{ A }
MathJaxSample

\boldsymbol{ A }


  • 横ベクトル

scss
( a_1, a_2, \ldots, a_n )
MathJaxSample

( a_1, a_2, \ldots, a_n )


  • 縦ベクトル

css
\left(
  \begin{array}{c}
    a_1 \\
    a_2 \\
    \vdots \\
    a_n
  \end{array}
\right)
MathJaxSample

\left( \begin{array}{c} a_1 \\ a_2 \\ \vdots \\ a_n \end{array} \right)


  • ベクトルサンプル

ruby
\begin{eqnarray}
\boldsymbol{ 1 }
=( \underbrace{ 1, 1, \ldots, 1 }_{ n } )^{ \mathrm{ T } }
=\left(
   \begin{array}{c}
     1 \\
     1 \\
     \vdots \\
     1
   \end{array}
 \right)
\end{eqnarray}
MathJaxSample

\begin{eqnarray} \boldsymbol{ 1 } =( \underbrace{ 1, 1, \ldots, 1 }_{ n } )^{ \mathrm{ T } } =\left( \begin{array}{c} 1 \\ 1 \\ \vdots \\ 1 \end{array} \right) \end{eqnarray}


  • 単位ベクトルサンプル

bash
\boldsymbol{ \rm{ e } }_k
=( 0, \ldots, 0, \stackrel{k}{ 1 }, 0, \ldots, 0 )^{\mathrm{T}}
MathJaxSample

\boldsymbol{ \rm{ e } }_k =( 0, \ldots, 0, \stackrel{k}{ 1 }, 0, \ldots, 0 )^{\mathrm{T}}


  • ノルム

\| x \|
MathJaxSample

\| x \|


  • ノルム2

javascript
\require{physics} \norm{ \dfrac{1}{2} }
MathJaxSample

\require{physics} \norm{ \dfrac{1}{2} }


  • 内積

css
\vec{ a } \cdot \vec{ b }
MathJaxSample

\vec{ a } \cdot \vec{ b }


  • 外積

perl
\vec{ a } \times \vec{ b }
MathJaxSample

\vec{ a } \times \vec{ b }

 

行列

  • 行列(丸かっこ)

css
\begin{pmatrix}
a & b \\
c & d
\end{pmatrix}
MathJaxSample

\begin{pmatrix} a & b \\ c & d \end{pmatrix}


  • 行列(角かっこ)

css
\begin{bmatrix}
a & b \\
c & d
\end{bmatrix}
MathJaxSample

\begin{bmatrix} a & b \\ c & d \end{bmatrix}


  • 行列(縦線)

css
\begin{vmatrix}
a & b \\
c & d
\end{vmatrix}
MathJaxSample

\begin{vmatrix} a & b \\ c & d \end{vmatrix}


  • 転置行列

css
A^{ \mathrm{ T } }
MathJaxSample

A^{ \mathrm{ T } }


  • 転置行列2

css
{}^t \! A
MathJaxSample

{}^t \! A


  • 次元

r
\dim
MathJaxSample

\dim


  • 行列の階数

css
\mathrm{ rank } A
MathJaxSample

\mathrm{ rank } A


  • 対角和

css
\mathrm{ Tr } A
MathJaxSample

\mathrm{ Tr } A


  • 行列式

css
\mathrm{ det }A
MathJaxSample

\mathrm{ det }A


  • 行列式サンプル

ruby
\begin{eqnarray}
\mathrm{ det }A
 = | A |
 = \begin{vmatrix} a & b \\ c & d \end{vmatrix}
 = ad - bc
\end{eqnarray}
MathJaxSample

\begin{eqnarray} \mathrm{ det }A = | A | = \begin{vmatrix} a & b \\ c & d \end{vmatrix} = ad - bc \end{eqnarray}


  • 行列(大)

css
\begin{pmatrix}
  a & b & c \\
  d & e & f \\
  g & h & I
\end{pmatrix}
MathJaxSample

\begin{pmatrix} a & b & c \\ d & e & f \\ g & h & I \end{pmatrix}


  • 行列(大)

css
\begin{eqnarray}
\left(
  \begin{array}{ccc}
    a & b & c \\
    d & e & f \\
    g & h & i
  \end{array}
\right)
\end{eqnarray}
MathJaxSample

\begin{eqnarray} \left( \begin{array}{ccc} a & b & c \\ d & e & f \\ g & h & i \end{array} \right) \end{eqnarray}


  • 行列(右寄せ)

ruby
\begin{eqnarray}
\left(
  \begin{array}{rrr}
    111 & 111 & 111 \\
    22 & 0.2 & -2 \\
    3 & 3 & 3
  \end{array}
\right)
\end{eqnarray}
MathJaxSample

\begin{eqnarray} \left( \begin{array}{rrr} 111 & 111 & 111 \\ 22 & 0.2 & -2 \\ 3 & 3 & 3 \end{array} \right) \end{eqnarray}


  • 行列(m行n列)

ruby
\begin{eqnarray}
A = \left(
  \begin{array}{cccc}
    a_{ 11 } & a_{ 12 } & \ldots & a_{ 1n } \\
    a_{ 21 } & a_{ 22 } & \ldots & a_{ 2n } \\
    \vdots & \vdots & \ddots & \vdots \\
    a_{ m1 } & a_{ m2 } & \ldots & a_{ mn }
  \end{array}
\right)
\end{eqnarray}
MathJaxSample

\begin{eqnarray} A = \left( \begin{array}{cccc} a_{ 11 } & a_{ 12 } & \ldots & a_{ 1n } \\ a_{ 21 } & a_{ 22 } & \ldots & a_{ 2n } \\ \vdots & \vdots & \ddots & \vdots \\ a_{ m1 } & a_{ m2 } & \ldots & a_{ mn } \end{array} \right) \end{eqnarray}


  • ブロック行列

ruby
\begin{eqnarray}
\left(
  \begin{array}{cc|cc}
    a & b & 0 & 0 \\
    c & d & 0 & 0 \\
    \hline
    x & y & 1 & 0 \\
    z & w & 0 & 1 \\
  \end{array}
\right)
\end{eqnarray}
MathJaxSample

\begin{eqnarray} \left( \begin{array}{cc|cc} a & b & 0 & 0 \\ c & d & 0 & 0 \\ \hline x & y & 1 & 0 \\ z & w & 0 & 1 \\ \end{array} \right) \end{eqnarray}


  • ジョルダン細胞

ruby
\begin{eqnarray}
\begin{pmatrix}
  \lambda & 1 &   &  & 0 \\
    & \lambda & 1 &   &   \\
    &   & \ddots & \ddots &   \\
    &   &   & \lambda & 1  \\
  0 &   &   &   & \lambda
\end{pmatrix}
\end{eqnarray}
MathJaxSample

\begin{eqnarray} \begin{pmatrix} \lambda & 1 & & & 0 \\ & \lambda & 1 & & \\ & & \ddots & \ddots & \\ & & & \lambda & 1 \\ 0 & & & & \lambda \end{pmatrix} \end{eqnarray}


  • 余因子

css
\begin{eqnarray}
& & (-1)^{ i+j } \times \\[5pt]
& & \quad
\begin{vmatrix}
  a_{1,1} & \ldots & a_{1,j-1} & a_{1,j+1} & \ldots & a_{1,n} \\
  \vdots & \ddots & \vdots & \vdots & \ddots & \vdots \\
  a_{i-1,1} & \ldots & a_{i-1, j-1} & a_{i-1, j+1} & \ldots & a_{i-1, n} \\
  a_{i+1,1} & \ldots & a_{i+1, j-1} & a_{i+1, j+1} & \ldots & a_{i+1, n} \\
  \vdots & \ddots & \vdots & \vdots & \ddots & \vdots \\
  a_{n,1} & \ldots & a_{n, j-1} & a_{n, j+1} & \ldots & a_{n, n}
\end{vmatrix}
\end{eqnarray}
MathJaxSample

\begin{eqnarray} & & (-1)^{ i+j } \times \\[5pt] & & \quad \begin{vmatrix} a_{1,1} & \ldots & a_{1,j-1} & a_{1,j+1} & \ldots & a_{1,n} \\ \vdots & \ddots & \vdots & \vdots & \ddots & \vdots \\ a_{i-1,1} & \ldots & a_{i-1, j-1} & a_{i-1, j+1} & \ldots & a_{i-1, n} \\ a_{i+1,1} & \ldots & a_{i+1, j-1} & a_{i+1, j+1} & \ldots & a_{i+1, n} \\ \vdots & \ddots & \vdots & \vdots & \ddots & \vdots \\ a_{n,1} & \ldots & a_{n, j-1} & a_{n, j+1} & \ldots & a_{n, n} \end{vmatrix} \end{eqnarray}

 

php
\begin{array}{ccc}
  xxx & yyy & zzz \\
  1   & 2   & 3
\end{array}
MathJaxSample

\begin{array}{ccc} xxx & yyy & zzz \\ 1 & 2 & 3 \end{array}


  • 表(縦線付)

r
\begin{array}{|c|c|c|}
  xxx & yyy & zzz \\
  1   & 2   & 3 \\
\end{array}
MathJaxSample

\begin{array}{|c|c|c|} xxx & yyy & zzz \\ 1 & 2 & 3 \\ \end{array}


  • 表(横線付)

php
\begin{array}{ccc}
  \hline
  xxx & yyy & zzz \\
  \hline
  1   & 2   & 3 \\
  \hline
\end{array}
MathJaxSample

\begin{array}{ccc} \hline xxx & yyy & zzz \\ \hline 1 & 2 & 3 \\ \hline \end{array}


  • 表サンプル

php
\begin{array}{c|ccccc}
  x     & \cdots & -1 & \cdots & 1 & \cdots \\ 
  \hline
  f’(x) & + & 0 & – & 0 & + \\ 
  \hline
  f(x)  & \nearrow & e & \searrow & -e & \nearrow
\end{array}
MathJaxSample

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

 

可換図式

  • 可換図式サンプル

scss
\require{AMScd}
\begin{CD}
A @>{f}>> B\\
@V{gg}VV {\large\circlearrowleft} @VV{hh}V\\
C @>>{k}> D
\end{CD}
MathJaxSample

\require{AMScd} \begin{CD} A @>{f}>> B\\ @V{gg}VV {\large\circlearrowleft} @VV{hh}V\\ C @>>{k}> D \end{CD}

 

  • 縦線

| x |
MathJaxSample

| x |


  • 縦線2

css
\vert x \vert
MathJaxSample

\vert x \vert


  • 縦線3

css
\{ x \mid x \in A \}
MathJaxSample

\{ x \mid x \in A \}


  • 2重縦線

css
\Vert x \Vert
MathJaxSample

\Vert x \Vert


  • 2重縦線2

AB \parallel CD
MathJaxSample

AB \parallel CD


  • 上線

css
\overline{ A }
MathJaxSample

\overline{ A }


  • 上線2

css
\bar{ A }
MathJaxSample

\bar{ A }


  • 下線

css
\underline{ A }
MathJaxSample

\underline{ A }


  • スラッシュ

/
MathJaxSample

/


  • バックスラッシュ

\backslash
MathJaxSample

\backslash


  • 斜線(下)

\diagdown
MathJaxSample

\diagdown


  • 斜線(上)

\diagup
MathJaxSample

\diagup


  • キャンセル

css
\cancel{a}
MathJaxSample

\cancel{a}


  • バックキャンセル

css
\bcancel{a}
MathJaxSample

\bcancel{a}


  • ×印キャンセル

css
\xcancel{a}
MathJaxSample

\xcancel{a}


  • キャンセルと矢印

css
\cancelto{A}{a}
MathJaxSample

\cancelto{A}{a}


  • キャンセルサンプル

ruby
\begin{eqnarray}
\frac{\cancel{2}}{\cancel{6}}=\frac{1}{3}
\end{eqnarray}
MathJaxSample

\begin{eqnarray} \frac{\cancel{2}}{\cancel{6}}=\frac{1}{3} \end{eqnarray}


  • キャンセルと矢印サンプル

ruby
\begin{eqnarray}
\frac{1}{\cancel{3}} \times \frac{\cancelto{2}{6}}{5}
\end{eqnarray}
MathJaxSample

\begin{eqnarray} \frac{1}{\cancel{3}} \times \frac{\cancelto{2}{6}}{5} \end{eqnarray}


  • 左下の角

\llcorner
MathJaxSample

\llcorner


  • 右下の角

\lrcorner
MathJaxSample

\lrcorner


  • 左上の角

\ulcorner
MathJaxSample

\ulcorner


  • 右上の角

\urcorner
MathJaxSample

\urcorner

 

矢印

  • 左矢印

\leftarrow
MathJaxSample

\leftarrow


  • 左矢印(長い)

\longleftarrow
MathJaxSample

\longleftarrow


  • 右矢印

\rightarrow
MathJaxSample

\rightarrow


  • 右矢印(長い)

\longrightarrow
MathJaxSample

\longrightarrow


  • 上矢印

\uparrow
MathJaxSample

\uparrow


  • 下矢印

\downarrow
MathJaxSample

\downarrow


  • 左右矢印

\leftrightarrow
MathJaxSample

\leftrightarrow


  • 左右矢印(長い)

\longleftrightarrow
MathJaxSample

\longleftrightarrow


  • 上下矢印

\updownarrow
MathJaxSample

\updownarrow


  • 2重左矢印

\Leftarrow
MathJaxSample

\Leftarrow


  • 2重左矢印(長い)

\Longleftarrow
MathJaxSample

\Longleftarrow


  • 2重右矢印

\Rightarrow
MathJaxSample

\Rightarrow


  • 2重右矢印(長い)

\Longrightarrow
MathJaxSample

\Longrightarrow


  • 2重上矢印

\Uparrow
MathJaxSample

\Uparrow


  • 2重下矢印

\Downarrow
MathJaxSample

\Downarrow


  • 2重左右矢印

\Leftrightarrow
MathJaxSample

\Leftrightarrow


  • 2重左右矢印(長い)

\Longleftrightarrow
MathJaxSample

\Longleftrightarrow


  • 2重上下矢印

\Updownarrow
MathJaxSample

\Updownarrow


  • 右上矢印

\nearrow
MathJaxSample

\nearrow


  • 右下矢印

\searrow
MathJaxSample

\searrow


  • 左上矢印

\nwarrow
MathJaxSample

\nwarrow


  • 左下矢印

\swarrow
MathJaxSample

\swarrow


  • 棒付矢印

\mapsto
MathJaxSample

\mapsto


  • 棒付矢印(長い)

\longmapsto
MathJaxSample

\longmapsto


  • 頭に矢印

css
\vec{ a }
MathJaxSample

\vec{ a }


  • 頭に矢印2

\overrightarrow{ AB }
MathJaxSample

\overrightarrow{ AB }


  • 頭に矢印(左向き)

\overleftarrow{ AB }
MathJaxSample

\overleftarrow{ AB }


  • 時計回り矢印

\circlearrowright
MathJaxSample

\circlearrowright


  • 反時計回り矢印

\circlearrowleft
MathJaxSample

\circlearrowleft

 

括弧

  • 丸括弧

css
( x )
MathJaxSample

( x )


  • 角括弧

css
[ x ]
MathJaxSample

[ x ]


  • 角括弧2

css
\lbrack x \rbrack
MathJaxSample

\lbrack x \rbrack


  • かぎ括弧

css
\lceil x \rfloor
MathJaxSample

\lceil x \rfloor


  • かぎ括弧2

css
\lfloor x \rceil
MathJaxSample

\lfloor x \rceil


  • 波括弧

css
\{ x \}
MathJaxSample

\{ x \}


  • 波括弧2

css
\lbrace x \rbrace
MathJaxSample

\lbrace x \rbrace


  • 山括弧

css
\langle x \rangle
MathJaxSample

\langle x \rangle


  • 大きい括弧

css
\left[ \dfrac{ 1 }{ 2 } \right]
MathJaxSample

\left[ \dfrac{ 1 }{ 2 } \right]


  • 上括弧

css
\overbrace{ x + y + z }
MathJaxSample

\overbrace{ x + y + z }


  • 上括弧と文字

\overbrace{ a_1 + \cdots + a_n }^{ n }
MathJaxSample

\overbrace{ a_1 + \cdots + a_n }^{ n }


  • 下括弧

css
\underbrace{ x + y + z }
MathJaxSample

\underbrace{ x + y + z }


  • 下括弧と文字

\underbrace{ a_1 + \cdots + a_n }_{ n }
MathJaxSample

\underbrace{ a_1 + \cdots + a_n }_{ n }

 

  • 点(中央)

\cdot
MathJaxSample

\cdot


  • 複数の点(中央横向き)

\cdots
MathJaxSample

\cdots


  • 複数の点(下側横向き)

\ldots
MathJaxSample

\ldots


  • 複数の点(中央縦向き)

\vdots
MathJaxSample

\vdots


  • 複数の点(斜め)

\ddots
MathJaxSample

\ddots


  • 頭に点

css
\dot{ a }
MathJaxSample

\dot{ a }


  • 頭に2つの点

css
\ddot{ a }
MathJaxSample

\ddot{ a }

 

  • 白丸

\circ
MathJaxSample

\circ


  • 黒丸

\bullet
MathJaxSample

\bullet


  • 大きい丸

\bigcirc
MathJaxSample

\bigcirc


  • 丸にプラス

\oplus
MathJaxSample

\oplus


  • 丸にマイナス

\ominus
MathJaxSample

\ominus


  • 丸に掛ける

\otimes
MathJaxSample

\otimes


  • 丸に点

\odot
MathJaxSample

\odot

 

三角形

  • 三角形

\triangle
MathJaxSample

\triangle


  • 下向き三角形

\triangledown
MathJaxSample

\triangledown


  • 大きな上向き三角形

\bigtriangleup
MathJaxSample

\bigtriangleup


  • 大きな下向き三角形

\bigtriangledown
MathJaxSample

\bigtriangledown


  • 左向き三角形

\triangleleft
MathJaxSample

\triangleleft


  • 左向き三角形2

\lhd
MathJaxSample

\lhd


  • 右向き三角形

\triangleright
MathJaxSample

\triangleright


  • 右向き三角形2

\rhd
MathJaxSample

\rhd


  • 左向き三角形と下線

\unlhd
MathJaxSample

\unlhd


  • 右向き三角形と下線

\unrhd
MathJaxSample

\unrhd


  • 黒い三角形

\blacktriangle
MathJaxSample

\blacktriangle

 

四角形

  • 正方形

scss
\square
MathJaxSample

\square


  • 四角形

rust
\Box
MathJaxSample

\Box


  • 四角形と十字

\boxplus
MathJaxSample

\boxplus


  • 四角形と横線

\boxminus
MathJaxSample

\boxminus


  • 四角形と×

\boxtimes
MathJaxSample

\boxtimes


  • 四角形と点

\boxdot
MathJaxSample

\boxdot


  • 黒い正方形

\blacksquare
MathJaxSample

\blacksquare


  • ダイヤモンド

\diamond
MathJaxSample

\diamond


  • ダイヤモンド2

\Diamond
MathJaxSample

\Diamond


  • ひし形

\lozenge
MathJaxSample

\lozenge


  • 黒いひし形

\blacklozenge
MathJaxSample

\blacklozenge


  • 枠付きテキスト

\boxed{ abc }
MathJaxSample

\boxed{ abc }


  • 枠付きテキスト2

\fbox{ abc }
MathJaxSample

\fbox{ abc }


  • 枠付きテキスト3

css
\bbox[yellow, 5pt, border: 2px dotted red]{abc}
MathJaxSample

\bbox[yellow, 5pt, border: 2px dotted red]{abc}

 

二項演算

  • アスタリスク

\ast
MathJaxSample

\ast


  • スター

\star
MathJaxSample

\star


  • 左線と掛ける

\ltimes
MathJaxSample

\ltimes


  • 右線と掛ける

\rtimes
MathJaxSample

\rtimes


  • 自然結合

sql
\Join
MathJaxSample

\Join

 

一般的な記号

  • ドル記号

ruby
\$
MathJaxSample

\$


  • &記号

\And
MathJaxSample

\And


  • 円マーク

\yen
MathJaxSample

\yen


  • チェックマーク

\checkmark
MathJaxSample

\checkmark


  • ダイヤモンド

\diamondsuit
MathJaxSample

\diamondsuit


  • ハート

\heartsuit
MathJaxSample

\heartsuit


  • クラブ

\clubsuit
MathJaxSample

\clubsuit


  • スペード

\spadesuit
MathJaxSample

\spadesuit


  • フラット

\flat
MathJaxSample

\flat


  • ナチュラル

sql
\natural
MathJaxSample

\natural


  • シャープ

\sharp
MathJaxSample

\sharp


  • ダガー

\dagger
MathJaxSample

\dagger


  • ダガー2

\ddagger
MathJaxSample

\ddagger

 

空白

  • 空白

aaa \ bbb
MathJaxSample

aaa \ bbb


  • 広い空白

aaa \quad bbb
MathJaxSample

aaa \quad bbb


  • 広い空白2

aaa \qquad bbb
MathJaxSample

aaa \qquad bbb


  • 空白(サイズ指定)

aaa \hspace{ 10pt } bbb
MathJaxSample

aaa \hspace{ 10pt } bbb


  • 空白をなくす

aaa \! bbb
MathJaxSample

aaa \! bbb


  • 改行

ruby
\begin{eqnarray} 
aaa \\ bbb
\end{eqnarray}
MathJaxSample

\begin{eqnarray} aaa \\ bbb \end{eqnarray}


  • 改行(サイズ指定)

ruby
\begin{eqnarray} 
aaa \\[5pt] bbb
\end{eqnarray}
MathJaxSample

\begin{eqnarray} aaa \\[5pt] bbb \end{eqnarray}


  • 改行(サイズ指定)サンプル

ruby
\begin{eqnarray}
& & \frac{1}{2} +\frac{1}{3} +\frac{1}{6} \\[ 5pt ]
&=& \frac{3}{6} +\frac{2}{6} +\frac{1}{6} \\
&=& 1
\end{eqnarray}
MathJaxSample

\begin{eqnarray} & & \frac{1}{2} +\frac{1}{3} +\frac{1}{6} \\[ 5pt ] &=& \frac{3}{6} +\frac{2}{6} +\frac{1}{6} \\ &=& 1 \end{eqnarray}

 

文字サイズ

  • 極小サイズ

\tiny{ abc ABC }
MathJaxSample

\tiny{ abc ABC }


  • 小さいサイズ

\scriptsize{ abc ABC }
MathJaxSample

\scriptsize{ abc ABC }


  • 小さいサイズ2

\small{ abc ABC }
MathJaxSample

\small{ abc ABC }


  • ノーマルサイズ

\normalsize{ abc ABC }
MathJaxSample

\normalsize{ abc ABC }


  • 大きいサイズ

\large{ abc ABC }
MathJaxSample

\large{ abc ABC }


  • 大きいサイズ2

\Large{ abc ABC }
MathJaxSample

\Large{ abc ABC }


  • 大きいサイズ3

\LARGE{ abc ABC }
MathJaxSample

\LARGE{ abc ABC }


  • 極大サイズ

lua
\huge{ abc ABC }
MathJaxSample

\huge{ abc ABC }


  • 極大サイズ2

\Huge{ abc ABC }
MathJaxSample

\Huge{ abc ABC }

 

フォント

  • ローマン体

\mathrm{ ABC }
MathJaxSample

\mathrm{ ABC }


  • タイプライターフォント

\mathtt{ ABC }
MathJaxSample

\mathtt{ ABC }


  • サンセリフ

\mathsf{ ABC }
MathJaxSample

\mathsf{ ABC }


  • カリグラフィーフォント

\mathcal{ ABC }
MathJaxSample

\mathcal{ ABC }


  • 太文字

\mathbf{ ABC }
MathJaxSample

\mathbf{ ABC }


  • イタリック

\mathit{ ABC }
MathJaxSample

\mathit{ ABC }


  • 中抜き文字

\mathbb{ ABC }
MathJaxSample

\mathbb{ ABC }


  • スクリプトフォント

\mathscr{ ABC }
MathJaxSample

\mathscr{ ABC }


  • フラクトゥール

\mathfrak{ ABC }
MathJaxSample

\mathfrak{ ABC }


  • ローマン体 サンプル

\mathrm{ ABCDEFGHIJKLMNOPQRSTUVWXYZ \ abcdefghijklmnopqrstuvwxyz }
MathJaxSample

\mathrm{ ABCDEFGHIJKLMNOPQRSTUVWXYZ \ abcdefghijklmnopqrstuvwxyz }


  • タイプライターフォント サンプル

\mathtt{ ABCDEFGHIJKLMNOPQRSTUVWXYZ \ abcdefghijklmnopqrstuvwxyz }
MathJaxSample

\mathtt{ ABCDEFGHIJKLMNOPQRSTUVWXYZ \ abcdefghijklmnopqrstuvwxyz }


  • サンセリフ サンプル

\mathsf{ ABCDEFGHIJKLMNOPQRSTUVWXYZ \ abcdefghijklmnopqrstuvwxyz }
MathJaxSample

\mathsf{ ABCDEFGHIJKLMNOPQRSTUVWXYZ \ abcdefghijklmnopqrstuvwxyz }


  • カリグラフィーフォント サンプル

\mathcal{ ABCDEFGHIJKLMNOPQRSTUVWXYZ }
MathJaxSample

\mathcal{ ABCDEFGHIJKLMNOPQRSTUVWXYZ }


  • 太文字 サンプル

\mathbf{ ABCDEFGHIJKLMNOPQRSTUVWXYZ \ abcdefghijklmnopqrstuvwxyz }
MathJaxSample

\mathbf{ ABCDEFGHIJKLMNOPQRSTUVWXYZ \ abcdefghijklmnopqrstuvwxyz }


  • イタリック サンプル

\mathit{ ABCDEFGHIJKLMNOPQRSTUVWXYZ \ abcdefghijklmnopqrstuvwxyz }
MathJaxSample

\mathit{ ABCDEFGHIJKLMNOPQRSTUVWXYZ \ abcdefghijklmnopqrstuvwxyz }


  • 中抜き文字 サンプル

\mathbb{ ABCDEFGHIJKLMNOPQRSTUVWXYZ }
MathJaxSample

\mathbb{ ABCDEFGHIJKLMNOPQRSTUVWXYZ }


  • スクリプトフォント サンプル

\mathscr{ ABCDEFGHIJKLMNOPQRSTUVWXYZ }
MathJaxSample

\mathscr{ ABCDEFGHIJKLMNOPQRSTUVWXYZ }


  • フラクトゥール サンプル

\mathfrak{ ABCDEFGHIJKLMNOPQRSTUVWXYZ \ abcdefghijklmnopqrstuvwxyz }
MathJaxSample

\mathfrak{ ABCDEFGHIJKLMNOPQRSTUVWXYZ \ abcdefghijklmnopqrstuvwxyz }

 

上付き・下付き

  • 上付き文字

css
a^{ xy }
MathJaxSample

a^{ xy }


  • 上付き文字(左)

css
{}^{ xy } a
MathJaxSample

{}^{ xy } a


  • 下付き文字

a_{ xy }
MathJaxSample

a_{ xy }


  • 下付き文字(左)

css
{}_{ xy } a
MathJaxSample

{}_{ xy } a


  • 下付きサンプル

ruby
\begin{eqnarray}
a_n^2 + a_{ n + 1 }^2 = a_{ 2n + 1 }
\end{eqnarray}
MathJaxSample

\begin{eqnarray} a_n^2 + a_{ n + 1 }^2 = a_{ 2n + 1 } \end{eqnarray}

 

アクセント

  • ハット

css
\hat{ a }
MathJaxSample

\hat{ a }


  • グレイブ

css
\grave{ a }
MathJaxSample

\grave{ a }


  • アキュート

css
\acute{ a }
MathJaxSample

\acute{ a }


  • ドット

css
\dot{ a }
MathJaxSample

\dot{ a }


  • ダブルドット

css
\ddot{ a }
MathJaxSample

\ddot{ a }


  • バー

css
\bar{ a }
MathJaxSample

\bar{ a }


  • 矢印

css
\vec{ a }
MathJaxSample

\vec{ a }


  • チェック

css
\check{ a }
MathJaxSample

\check{ a }


  • チルダ

css
\tilde{ a }
MathJaxSample

\tilde{ a }


  • ブリーブ

css
\breve{ a }
MathJaxSample

\breve{ a }


  • 広いハット

\widehat{ AAA }
MathJaxSample

\widehat{ AAA }


  • 広いチルダ

\widetilde{ AAA }
MathJaxSample

\widetilde{ AAA }

 

アルファベット

  • さかさまの A

\forall
MathJaxSample

\forall


  • さかさまの E

perl
\exists
MathJaxSample

\exists


  • さかさまの F

\Finv
MathJaxSample

\Finv


  • バー付きの h

\hbar
MathJaxSample

\hbar


  • 点なしの i

\imath
MathJaxSample

\imath


  • 点なしの j

\jmath
MathJaxSample

\jmath


  • 中抜き文字の k

\Bbbk
MathJaxSample

\Bbbk


  • 筆記体の l

\ell
MathJaxSample

\ell


  • 丸付きの R

\circledR
MathJaxSample

\circledR


  • 丸付きの S

\circledS
MathJaxSample

\circledS

 

ギリシャ文字

  • アルファ

\alpha
MathJaxSample

\alpha


  • ベータ

\beta
MathJaxSample

\beta


  • ガンマ

r
\gamma
MathJaxSample

\gamma


  • デルタ

\delta
MathJaxSample

\delta


  • イプシロン

\epsilon
MathJaxSample

\epsilon


  • イプシロン2

\varepsilon
MathJaxSample

\varepsilon


  • ゼータ

\zeta
MathJaxSample

\zeta


  • イータ

\eta
MathJaxSample

\eta


  • シータ

\theta
MathJaxSample

\theta


  • シータ2

\vartheta
MathJaxSample

\vartheta


  • イオタ

go
\iota
MathJaxSample

\iota


  • カッパ

\kappa
MathJaxSample

\kappa


  • ラムダ

python
\lambda
MathJaxSample

\lambda


  • ミュー

\mu
MathJaxSample

\mu


  • ニュー

\nu
MathJaxSample

\nu


  • クシー

\xi
MathJaxSample

\xi


  • オミクロン

o
MathJaxSample

o


  • パイ

lua
\pi
MathJaxSample

\pi


  • パイ2

\varpi
MathJaxSample

\varpi


  • ロー

\rho
MathJaxSample

\rho


  • ロー2

\varrho
MathJaxSample

\varrho


  • シグマ

\sigma
MathJaxSample

\sigma


  • シグマ2

\varsigma
MathJaxSample

\varsigma


  • タウ

\tau
MathJaxSample

\tau


  • ユプシロン

\upsilon
MathJaxSample

\upsilon


  • ファイ

\phi
MathJaxSample

\phi


  • ファイ2

\varphi
MathJaxSample

\varphi


  • カイ

\chi
MathJaxSample

\chi


  • プシー

\psi
MathJaxSample

\psi


  • オメガ

\omega
MathJaxSample

\omega


  • アルファ(大)

css
A
MathJaxSample

A


  • ベータ(大)

css
B
MathJaxSample

B


  • ガンマ(大)

\Gamma
MathJaxSample

\Gamma


  • ガンマ(大)2

\varGamma
MathJaxSample

\varGamma


  • デルタ(大)

\Delta
MathJaxSample

\Delta


  • デルタ(大)2

\varDelta
MathJaxSample

\varDelta


  • イプシロン(大)

E
MathJaxSample

E


  • ゼータ(大)

Z
MathJaxSample

Z


  • イータ(大)

H
MathJaxSample

H


  • シータ(大)

\Theta
MathJaxSample

\Theta


  • シータ(大)2

\varTheta
MathJaxSample

\varTheta


  • イオタ(大)

css
I
MathJaxSample

I


  • カッパ(大)

K
MathJaxSample

K


  • ラムダ(大)

\Lambda
MathJaxSample

\Lambda


  • ラムダ(大)2

\varLambda
MathJaxSample

\varLambda


  • ミュー(大)

M
MathJaxSample

M


  • ニュー(大)

N
MathJaxSample

N


  • クシー(大)

\Xi
MathJaxSample

\Xi


  • クシー(大)2

\varXi
MathJaxSample

\varXi


  • オミクロン(大)

O
MathJaxSample

O


  • パイ(大)

\Pi
MathJaxSample

\Pi


  • パイ(大)2

\varPi
MathJaxSample

\varPi


  • ロー(大)

css
P
MathJaxSample

P


  • シグマ(大)

\Sigma
MathJaxSample

\Sigma


  • シグマ(大)2

\varSigma
MathJaxSample

\varSigma


  • タウ(大)

r
T
MathJaxSample

T


  • ユプシロン(大)

\Upsilon
MathJaxSample

\Upsilon


  • ユプシロン(大)2

\varUpsilon
MathJaxSample

\varUpsilon


  • ファイ(大)

\Phi
MathJaxSample

\Phi


  • ファイ(大)2

\varPhi
MathJaxSample

\varPhi


  • カイ(大)

css
X
MathJaxSample

X


  • プシー(大)

\Psi
MathJaxSample

\Psi


  • プシー(大)2

\varPsi
MathJaxSample

\varPsi


  • オメガ(大)

\Omega
MathJaxSample

\Omega


  • オメガ(大)2

\varOmega
MathJaxSample

\varOmega

 

HTML

  • 色付きの文字

css
\color{red}{a \times b}
MathJaxSample

\color{red}{a \times b}


  • 色付きの文字2

css
\color{ #ff0000 }{a \times b}
MathJaxSample

\color{ #ff0000 }{a \times b}


  • 色付きの箱

\colorbox{red}{ Important! }
MathJaxSample

\colorbox{red}{ Important! }


  • 色付きの箱2

bash
\colorbox{red}{$a \times b$}
MathJaxSample

\colorbox{red}{$a \times b$}


  • 枠線と色のついた箱

bash
\fcolorbox{black}{ #00ff00 }{$a \times b$}
MathJaxSample

\fcolorbox{black}{ #00ff00 }{$a \times b$}


  • 枠線と色のついた箱 2

css
\bbox[yellow, 5pt, border: 2px dotted red]{abc}
MathJaxSample

\bbox[yellow, 5pt, border: 2px dotted red]{abc}


  • ユニコード

\unicode{x0041}
MathJaxSample

\unicode{x0041}


  • ユニコードサンプル

ruby
\begin{eqnarray}
\unicode{x5F45}\text{は、弓へんに剪。}
\end{eqnarray}
MathJaxSample

\begin{eqnarray} \unicode{x5F45}\text{は、弓へんに剪。} \end{eqnarray}

 

特殊文字

  • セクション

\S
MathJaxSample

\S


  • アレフ

\aleph
MathJaxSample

\aleph


  • ベート

\beth
MathJaxSample

\beth


  • ギメル

\gimel
MathJaxSample

\gimel


  • ダレット

\daleth
MathJaxSample

\daleth

 

ロゴ

  • tex

\TeX
MathJaxSample

\TeX


  • latex

\LaTeX
MathJaxSample

\LaTeX

 

Mathjax 2.7に戻る。