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

提供:yonewiki
編集の要約なし
編集の要約なし
33行目: 33行目:
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.11.1/styles/vs2015.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.11.1/styles/vs2015.css">
<link rel="stylesheet" href="https://wiki.yo-net.jp/custom.css">
<link rel="stylesheet" href="https://wiki.yo-net.jp/custom.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.11.1/highlight.min.js"></script>
<script src="https://wiki.yo-net.jp/highlight/highlight.js"></script>
<script src="https://wiki.yo-net.jp/custom.js"></script>
<script src="https://wiki.yo-net.jp/custom.js"></script>
<script></freescript>
<script></freescript>

2025年1月10日 (金) 00:54時点における版

Mathjax 2.7に戻る。

概要

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

 

MathJax is defined.

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

 

MathJax version: 2.7.9

 

  • 分数

tex
\frac{1}{2}
MathJaxSample

12


  • 分数(大)

tex
\displaystyle \frac{1}{2}
MathJaxSample

12


  • 分数(大)2

tex
\dfrac{1}{2}
MathJaxSample

12


  • 分数(1行)

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

(1/2)


  • 分数と括弧

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

(12)2


  • 分数と括弧2

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

{12}2


  • 連分数

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

a+bc+de


  • 連分数2

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

a+bc+de


  • 無限連分数

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

1+11+11+11+=12(1+5)


  • 小数

tex
0.123
MathJaxSample

0.123


  • 循環小数

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

111=0.˙0˙9


  • 無限小数1

tex
\pi = 3.14 \ldots
MathJaxSample

π=3.14


  • 無限小数2

tex
\sqrt{2} = 1.4142 \cdots
MathJaxSample

2=1.4142


  • 無限大

tex
\infty
MathJaxSample


  • 絶対値

tex
|x|
MathJaxSample

|x|


  • 絶対値2

tex
\vert x \vert
MathJaxSample

|x|


  • 分数と絶対値

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

|x2|


  • 分数と絶対値2

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

{x2}


  • 分数と絶対値3

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

|x2|


  • ガウス記号

tex
[x]
MathJaxSample

[x]


  • ガウス記号2

tex
\lbrack x \rbrack
MathJaxSample

[x]


  • 床関数

tex
\lfloor x \rfloor
MathJaxSample

x


  • 天井関数

tex
\lceil x \rceil
MathJaxSample

x


  • ガウス記号サンプル

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

[x]=x=max{nZnx}

 

四則演算

  • 足す

tex
1 + 2
MathJaxSample

1+2


  • 引く

tex
3 - 1
MathJaxSample

31


  • 掛ける

tex
2 \times 3
MathJaxSample

2×3


  • 割る

tex
\require{physics} 6 \divisionsymbol 3
MathJaxSample

6 ÷ 3


  • プラスマイナス

tex
\pm 1
MathJaxSample

±1


  • マイナスプラス

tex
\mp 1
MathJaxSample

1


  • 掛ける(簡略)

tex
a \cdot b = ab
MathJaxSample

ab=ab


  • 割る(分数)

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

a ÷ b=ab


  • 掛け算の筆算

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

67×063020140204221


  • 割り算の筆算

tex
\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

7.625190.0175.015.015.0.00.0.


  • 合同式

tex
a \equiv b \mod n
MathJaxSample

abmodn


  • 合同式(括弧付)

tex
a \equiv b \pmod n
MathJaxSample

ab(modn)


  • 合同式(二項演算子)

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

gcd(a,b)=gcd(b,amodb)


  • 比例

tex
x \propto y
MathJaxSample

xy

 

大小

  • 大なり

tex
a \gt b
MathJaxSample

a>b


  • 大なりイコール

tex
a \geq b
MathJaxSample

ab


  • 大なりイコール2

tex
a \geqq b
MathJaxSample

ab


  • 小なり

tex
a \lt b
MathJaxSample

a<b


  • 小なりイコール

tex
a \leq b
MathJaxSample

ab


  • 小なりイコール2

tex
a \leqq b
MathJaxSample

ab


  • 等しい

tex
a = b
MathJaxSample

a=b


  • 等しくない

tex
a \neq b
MathJaxSample

ab


  • ほぼ等しい

tex
a \fallingdotseq b
MathJaxSample

ab


  • ほぼ等しい2

tex
a \sim b
MathJaxSample

ab


  • ほぼ等しい3

tex
a \simeq b
MathJaxSample

ab


  • ほぼ等しい4

tex
a \approx b
MathJaxSample

ab


  • 十分大きい

tex
a \gg b
MathJaxSample

ab


  • 十分小さい

tex
a \ll b
MathJaxSample

ab


  • 最大

tex
\max f(x)
MathJaxSample

maxf(x)


  • 最小

tex
\min f(x)
MathJaxSample

minf(x)


  • 最大サンプル

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

max(a,b)={a(ab)b(a<b)

 

複数行数式

  • 改行

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

aaabbb


  • 改行(サイズ指定)

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

aaabbb


  • 位置合わせ

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

x+2x=3x=1


  • 連立方程式

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

{x+y=102x+4y=32


  • 場合分け

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

|x|={x(x0)x(x<0)

 

集合

  • 帰属関係

tex
x \in A
MathJaxSample

xA


  • 帰属関係2

tex
A \ni x
MathJaxSample

Ax


  • 帰属していない

tex
x \notin A
MathJaxSample

xA


  • 部分集合

tex
A \subset B
MathJaxSample

AB


  • 部分集合2

tex
A \subseteq B
MathJaxSample

AB


  • 部分集合3

tex
A \subseteqq B
MathJaxSample

AB


  • 上位集合

tex
A \supset B
MathJaxSample

AB


  • 上位集合2

tex
A \supseteq B
MathJaxSample

A \supseteq B


  • 上位集合3

tex
A \supseteqq B
MathJaxSample

A \supseteqq B


  • 部分集合でない

tex
A \not \subset B
MathJaxSample

A \not \subset B


  • 真の部分集合

tex
A \subsetneqq B
MathJaxSample

A \subsetneqq B


  • 集合の交わり

tex
A \cap B
MathJaxSample

A \cap B


  • 集合の結び

tex
A \cup B
MathJaxSample

A \cup B


  • 空集合

tex
\varnothing
MathJaxSample

\varnothing


  • 空集合2

tex
\emptyset
MathJaxSample

\emptyset


  • 補集合

tex
A^c
MathJaxSample

A^c


  • 補集合2

tex
\overline{ A }
MathJaxSample

\overline{ A }


  • 補集合サンプル

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

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


  • 補集合サンプル2

tex
\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}


  • 差集合

tex
A \setminus B
MathJaxSample

A \setminus B


  • 差集合サンプル

tex
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 \}


  • 対称差

tex
A \triangle B
MathJaxSample

A \triangle B


  • 対称差サンプル

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

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


  • 自然数全体の集合

tex
\mathbb{ N }
MathJaxSample

\mathbb{ N }


  • 整数全体の集合

tex
\mathbb{ Z }
MathJaxSample

\mathbb{ Z }


  • 有理数全体の集合

tex
\mathbb{ Q }
MathJaxSample

\mathbb{ Q }


  • 実数全体の集合

tex
\mathbb{ R }
MathJaxSample

\mathbb{ R }


  • 複素数全体の集合

tex
\mathbb{ C }
MathJaxSample

\mathbb{ C }


  • 四元数全体の集合

tex
\mathbb{ H }
MathJaxSample

\mathbb{ H }


  • 上限

tex
\sup A
MathJaxSample

\sup A


  • 下限

tex
\inf A
MathJaxSample

\inf A


  • アレフ数

tex
\aleph
MathJaxSample

\aleph

 

論理

  • 含意

tex
P \implies Q
MathJaxSample

P \implies Q


  • 含意2

tex
P \Rightarrow Q
MathJaxSample

P \Rightarrow Q


  • 含意3

tex
P \to Q
MathJaxSample

P \to Q


  • 含意(逆向き)

tex
P \Leftarrow  Q
MathJaxSample

P \Leftarrow Q


  • 含意(逆向き)2

tex
P \gets  Q
MathJaxSample

P \gets Q


  • 同値

tex
P \iff Q
MathJaxSample

P \iff Q


  • 同値2

tex
P \Leftrightarrow Q
MathJaxSample

P \Leftrightarrow Q


  • 同値3

tex
P \leftrightarrow Q
MathJaxSample

P \leftrightarrow Q


  • 同値4

tex
P \equiv Q
MathJaxSample

P \equiv Q


  • よって

tex
\therefore
MathJaxSample

\therefore


  • なぜならば

tex
\because
MathJaxSample

\because


  • すべての

tex
\forall x
MathJaxSample

\forall x


  • 在る

tex
\exists x
MathJaxSample

\exists x


  • 存在しない

tex
\nexists
MathJaxSample

\nexists


  • 量化記号サンプル

tex
\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}


  • 論理積

tex
P \land Q
MathJaxSample

P \land Q


  • 論理和

tex
P \lor Q
MathJaxSample

P \lor Q


  • 否定

tex
\lnot P
MathJaxSample

\lnot P


  • 否定2

tex
\overline{ P }
MathJaxSample

\overline{ P }


  • 否定3

tex
!P
MathJaxSample

!P


  • 排他的論理和

tex
P \oplus Q
MathJaxSample

P \oplus Q


  • 排他的論理和2

tex
P \veebar Q
MathJaxSample

P \veebar Q


  • 排他的論理和サンプル

tex
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)


  • トートロジー

tex
\top
MathJaxSample

\top


  • 矛盾

tex
\bot
MathJaxSample

\bot


  • 証明可能

tex
P \vdash Q
MathJaxSample

P \vdash Q


  • 論理的帰結

tex
P \models Q
MathJaxSample

P \models Q

 

順列と組合せ

  • 順列

tex
{}_n \mathrm{ P }_k
MathJaxSample

{}_n \mathrm{ P }_k


  • 組合せ

tex
{}_n \mathrm{ C }_k
MathJaxSample

{}_n \mathrm{ C }_k


  • 階乗

tex
n!
MathJaxSample

n!


  • 二項係数

tex
\binom{ n }{ k }
MathJaxSample

\binom{ n }{ k }


  • 二項係数2

tex
{ n \choose k }
MathJaxSample

{ n \choose k }


  • 二項係数3

tex
\dbinom{ n }{ k }
MathJaxSample

\dbinom{ n }{ k }


  • 重複組合せ

tex
{}_n \mathrm{ H }_k
MathJaxSample

{}_n \mathrm{ H }_k


  • 組合せサンプル

tex
\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}


  • 順列サンプル

tex
\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}

 

総和・総乗

  • 総和

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

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


  • 総和(大)

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

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


  • 総和サンプル

tex
\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}


  • 総乗

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

\prod_{ i = 0 }^n x_i


  • 総乗(大)

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

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


  • 総乗サンプル

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

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


  • 総乗サンプル2

tex
\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}

 

指数・対数

  • べき乗

tex
2^3
MathJaxSample

2^3


  • べき乗2

tex
e^{ i \pi }
MathJaxSample

e^{ i \pi }


  • 指数関数

tex
\exp ( x )
MathJaxSample

\exp ( x )


  • 平方根

tex
\sqrt{ 2 }
MathJaxSample

\sqrt{ 2 }


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

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

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


  • べき根

tex
\sqrt[ n ]{ x }
MathJaxSample

\sqrt[ n ]{ x }


  • 対数

tex
\log x
MathJaxSample

\log x


  • 対数(底)

tex
\log_{ 2 } x
MathJaxSample

\log_{ 2 } x


  • 自然対数

tex
\ln x
MathJaxSample

\ln x

 

図形

  • 角度(度数)

tex
90^{ \circ }
MathJaxSample

90^{ \circ }


  • 角度(ラジアン)

tex
\frac{ \pi }{ 2 }
MathJaxSample

\frac{ \pi }{ 2 }


  • 角記号

tex
\angle A
MathJaxSample

\angle A


  • 平行(日本スタイル)

tex
AB /\!/ CD
MathJaxSample

AB /\!/ CD


  • 平行(海外スタイル)

tex
AB \parallel CD
MathJaxSample

AB \parallel CD


  • 垂直

tex
AB \perp CD
MathJaxSample

AB \perp CD


  • 三角形

tex
\triangle ABC
MathJaxSample

\triangle ABC


  • 四角形

tex
\Box ABCD
MathJaxSample

\Box ABCD


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

\stackrel{\huge\frown}{AB}


tex
\overparen{AB}
MathJaxSample

\overparen{AB}


  • 合同(日本スタイル)

tex
\triangle ABC \equiv \triangle DEF
MathJaxSample

\triangle ABC \equiv \triangle DEF


  • 合同(海外スタイル)

tex
\triangle ABC \cong \triangle DEF
MathJaxSample

\triangle ABC \cong \triangle DEF


  • 相似(日本スタイル)

tex
\triangle ABC \backsim \triangle DEF
MathJaxSample

\triangle ABC \backsim \triangle DEF


  • 相似(海外スタイル)

tex
\triangle ABC \sim \triangle DEF
MathJaxSample

\triangle ABC \sim \triangle DEF

 

三角関数

  • サイン

tex
\sin x
MathJaxSample

\sin x


  • コサイン

tex
\cos x
MathJaxSample

\cos x


  • タンジェント

tex
\tan x
MathJaxSample

\tan x


  • サインサンプル

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

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


  • コサインサンプル

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

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


  • タンジェントサンプル

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

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


  • セカント

tex
\sec x
MathJaxSample

\sec x


  • コセカント

tex
\csc x
MathJaxSample

\csc x


  • コタンジェント

tex
\cot x
MathJaxSample

\cot x


  • アークサイン

tex
\arcsin x
MathJaxSample

\arcsin x


  • アークコサイン

tex
\arccos x
MathJaxSample

\arccos x


  • アークタンジェント

tex
\arctan x
MathJaxSample

\arctan x


  • ハイパボリックサイン

tex
\sinh x
MathJaxSample

\sinh x


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

tex
\cosh x
MathJaxSample

\cosh x


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

tex
\tanh x
MathJaxSample

\tanh x


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

tex
\coth x
MathJaxSample

\coth x

 

複素数

  • 複素数

tex
a+bi
MathJaxSample

a+bi


  • 実部

tex
\Re x
MathJaxSample

\Re x


  • 実部2

tex
\require{physics} \Re x
MathJaxSample

\require{physics} \Re x


  • 虚部

tex
\Im x
MathJaxSample

\Im x


  • 虚部2

tex
\require{physics} \Im x
MathJaxSample

\require{physics} \Im x


  • 共役複素数

tex
\bar{z}
MathJaxSample

\bar{z}


  • 偏角

tex
\arg (z)
MathJaxSample

\arg (z)


  • 1の3乗根

tex
\omega
MathJaxSample

\omega


  • 複素数サンプル

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

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

 

極限

  • 極限

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

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


  • 極限(大)

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

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


  • 上極限

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

\limsup_{ n \to \infty } a_n


  • 上極限(簡略)

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

\varlimsup_{ n \to \infty } a_n


  • 下極限

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

\liminf_{ n \to \infty } a_n


  • 下極限(簡略)

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

\varliminf_{ n \to \infty } a_n


  • 上極限サンプル

tex
\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}


  • 下極限サンプル

tex
\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}


  • ランダウの記号

tex
\mathcal{O}
MathJaxSample

\mathcal{O}

 

微分

  • 微分(ライプニッツ)

tex
\frac{ dy }{ dx }
MathJaxSample

\frac{ dy }{ dx }


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


  • 微分(ラグランジュ)

tex
f'
MathJaxSample

f'


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

tex
f^{\prime\prime}
MathJaxSample

f^{\prime\prime}


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

tex
f^{ ( n ) }
MathJaxSample

f^{ ( n ) }


  • 微分(オイラー)

tex
Df
MathJaxSample

Df


  • 微分(オイラー)2

tex
D_x f
MathJaxSample

D_x f


  • n階微分(オイラー)

tex
D^n f
MathJaxSample

D^n f


  • 微分(ニュートン)

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

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


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

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

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


  • 微分サンプル

tex
\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}


  • 偏微分

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

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


  • 2階偏微分

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

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


  • n階偏微分

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

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


  • 偏微分2

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

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


  • 2階偏微分2

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

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


  • n階偏微分2

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

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


  • 偏微分(簡略)

tex
f_x
MathJaxSample

f_x


  • 2階偏微分(簡略)

tex
f_{ xy }
MathJaxSample

f_{ xy }


  • ナブラ

tex
\nabla f
MathJaxSample

\nabla f


  • ラプラシアン

tex
\Delta f
MathJaxSample

\Delta f


  • ラプラシアン サンプル

tex
\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}


  • 増減表

tex
\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}

 

積分

  • 積分

tex
\int_0^1 f(x) dx
MathJaxSample

\int_0^1 f(x) dx


  • 積分(大)

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

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


  • 積分サンプル

tex
\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重積分

tex
\iint_D f(x,y) dxdy
MathJaxSample

\iint_D f(x,y) dxdy


  • 多重積分

tex
\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


  • 周回積分

tex
\oint_C f(z) dz
MathJaxSample

\oint_C f(z) dz

 

ベクトル

  • ベクトル

tex
\vec{ a }
MathJaxSample

\vec{ a }


  • ベクトル2文字

tex
\overrightarrow{ AB }
MathJaxSample

\overrightarrow{ AB }


  • ベクトル太文字

tex
\boldsymbol{ A }
MathJaxSample

\boldsymbol{ A }


  • 横ベクトル

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

( a_1, a_2, \ldots, a_n )


  • 縦ベクトル

tex
\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)


  • ベクトルサンプル

tex
\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}


  • 単位ベクトルサンプル

tex
\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}}


  • ノルム

tex
\| x \|
MathJaxSample

\| x \|


  • ノルム2

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

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


  • 内積

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

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


  • 外積

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

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

 

行列

  • 行列(丸かっこ)

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

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


  • 行列(角かっこ)

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

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


  • 行列(縦線)

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

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


  • 転置行列

tex
A^{ \mathrm{ T } }
MathJaxSample

A^{ \mathrm{ T } }


  • 転置行列2

tex
{}^t \! A
MathJaxSample

{}^t \! A


  • 次元

tex
\dim
MathJaxSample

\dim


  • 行列の階数

tex
\mathrm{ rank } A
MathJaxSample

\mathrm{ rank } A


  • 対角和

tex
\mathrm{ Tr } A
MathJaxSample

\mathrm{ Tr } A


  • 行列式

tex
\mathrm{ det }A
MathJaxSample

\mathrm{ det }A


  • 行列式サンプル

tex
\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}


  • 行列(大)

tex
\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}


  • 行列(大)

tex
\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}


  • 行列(右寄せ)

tex
\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列)

tex
\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}


  • ブロック行列

tex
\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}


  • ジョルダン細胞

tex
\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}


  • 余因子

tex
\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}

 

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

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


  • 表(縦線付)

tex
\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}


  • 表(横線付)

tex
\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}


  • 表サンプル

tex
\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}

 

可換図式

  • 可換図式サンプル

tex
\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}

 

  • 縦線

tex
| x |
MathJaxSample

| x |


  • 縦線2

tex
\vert x \vert
MathJaxSample

\vert x \vert


  • 縦線3

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

\{ x \mid x \in A \}


  • 2重縦線

tex
\Vert x \Vert
MathJaxSample

\Vert x \Vert


  • 2重縦線2

tex
AB \parallel CD
MathJaxSample

AB \parallel CD


  • 上線

tex
\overline{ A }
MathJaxSample

\overline{ A }


  • 上線2

tex
\bar{ A }
MathJaxSample

\bar{ A }


  • 下線

tex
\underline{ A }
MathJaxSample

\underline{ A }


  • スラッシュ

tex
/
MathJaxSample

/


  • バックスラッシュ

tex
\backslash
MathJaxSample

\backslash


  • 斜線(下)

tex
\diagdown
MathJaxSample

\diagdown


  • 斜線(上)

tex
\diagup
MathJaxSample

\diagup


  • キャンセル

tex
\cancel{a}
MathJaxSample

\cancel{a}


  • バックキャンセル

tex
\bcancel{a}
MathJaxSample

\bcancel{a}


  • ×印キャンセル

tex
\xcancel{a}
MathJaxSample

\xcancel{a}


  • キャンセルと矢印

tex
\cancelto{A}{a}
MathJaxSample

\cancelto{A}{a}


  • キャンセルサンプル

tex
\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}


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

tex
\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}


  • 左下の角

tex
\llcorner
MathJaxSample

\llcorner


  • 右下の角

tex
\lrcorner
MathJaxSample

\lrcorner


  • 左上の角

tex
\ulcorner
MathJaxSample

\ulcorner


  • 右上の角

tex
\urcorner
MathJaxSample

\urcorner

 

矢印

  • 左矢印

tex
\leftarrow
MathJaxSample

\leftarrow


  • 左矢印(長い)

tex
\longleftarrow
MathJaxSample

\longleftarrow


  • 右矢印

tex
\rightarrow
MathJaxSample

\rightarrow


  • 右矢印(長い)

tex
\longrightarrow
MathJaxSample

\longrightarrow


  • 上矢印

tex
\uparrow
MathJaxSample

\uparrow


  • 下矢印

tex
\downarrow
MathJaxSample

\downarrow


  • 左右矢印

tex
\leftrightarrow
MathJaxSample

\leftrightarrow


  • 左右矢印(長い)

tex
\longleftrightarrow
MathJaxSample

\longleftrightarrow


  • 上下矢印

tex
\updownarrow
MathJaxSample

\updownarrow


  • 2重左矢印

tex
\Leftarrow
MathJaxSample

\Leftarrow


  • 2重左矢印(長い)

tex
\Longleftarrow
MathJaxSample

\Longleftarrow


  • 2重右矢印

tex
\Rightarrow
MathJaxSample

\Rightarrow


  • 2重右矢印(長い)

tex
\Longrightarrow
MathJaxSample

\Longrightarrow


  • 2重上矢印

tex
\Uparrow
MathJaxSample

\Uparrow


  • 2重下矢印

tex
\Downarrow
MathJaxSample

\Downarrow


  • 2重左右矢印

tex
\Leftrightarrow
MathJaxSample

\Leftrightarrow


  • 2重左右矢印(長い)

tex
\Longleftrightarrow
MathJaxSample

\Longleftrightarrow


  • 2重上下矢印

tex
\Updownarrow
MathJaxSample

\Updownarrow


  • 右上矢印

tex
\nearrow
MathJaxSample

\nearrow


  • 右下矢印

tex
\searrow
MathJaxSample

\searrow


  • 左上矢印

tex
\nwarrow
MathJaxSample

\nwarrow


  • 左下矢印

tex
\swarrow
MathJaxSample

\swarrow


  • 棒付矢印

tex
\mapsto
MathJaxSample

\mapsto


  • 棒付矢印(長い)

tex
\longmapsto
MathJaxSample

\longmapsto


  • 頭に矢印

tex
\vec{ a }
MathJaxSample

\vec{ a }


  • 頭に矢印2

tex
\overrightarrow{ AB }
MathJaxSample

\overrightarrow{ AB }


  • 頭に矢印(左向き)

tex
\overleftarrow{ AB }
MathJaxSample

\overleftarrow{ AB }


  • 時計回り矢印

tex
\circlearrowright
MathJaxSample

\circlearrowright


  • 反時計回り矢印

tex
\circlearrowleft
MathJaxSample

\circlearrowleft

 

括弧

  • 丸括弧

tex
( x )
MathJaxSample

( x )


  • 角括弧

tex
[ x ]
MathJaxSample

[ x ]


  • 角括弧2

tex
\lbrack x \rbrack
MathJaxSample

\lbrack x \rbrack


  • かぎ括弧

tex
\lceil x \rfloor
MathJaxSample

\lceil x \rfloor


  • かぎ括弧2

tex
\lfloor x \rceil
MathJaxSample

\lfloor x \rceil


  • 波括弧

tex
\{ x \}
MathJaxSample

\{ x \}


  • 波括弧2

tex
\lbrace x \rbrace
MathJaxSample

\lbrace x \rbrace


  • 山括弧

tex
\langle x \rangle
MathJaxSample

\langle x \rangle


  • 大きい括弧

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

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


  • 上括弧

tex
\overbrace{ x + y + z }
MathJaxSample

\overbrace{ x + y + z }


  • 上括弧と文字

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

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


  • 下括弧

tex
\underbrace{ x + y + z }
MathJaxSample

\underbrace{ x + y + z }


  • 下括弧と文字

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

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

 

  • 点(中央)

tex
\cdot
MathJaxSample

\cdot


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

tex
\cdots
MathJaxSample

\cdots


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

tex
\ldots
MathJaxSample

\ldots


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

tex
\vdots
MathJaxSample

\vdots


  • 複数の点(斜め)

tex
\ddots
MathJaxSample

\ddots


  • 頭に点

tex
\dot{ a }
MathJaxSample

\dot{ a }


  • 頭に2つの点

tex
\ddot{ a }
MathJaxSample

\ddot{ a }

 

  • 白丸

tex
\circ
MathJaxSample

\circ


  • 黒丸

tex
\bullet
MathJaxSample

\bullet


  • 大きい丸

tex
\bigcirc
MathJaxSample

\bigcirc


  • 丸にプラス

tex
\oplus
MathJaxSample

\oplus


  • 丸にマイナス

tex
\ominus
MathJaxSample

\ominus


  • 丸に掛ける

tex
\otimes
MathJaxSample

\otimes


  • 丸に点

tex
\odot
MathJaxSample

\odot

 

三角形

  • 三角形

tex
\triangle
MathJaxSample

\triangle


  • 下向き三角形

tex
\triangledown
MathJaxSample

\triangledown


  • 大きな上向き三角形

tex
\bigtriangleup
MathJaxSample

\bigtriangleup


  • 大きな下向き三角形

tex
\bigtriangledown
MathJaxSample

\bigtriangledown


  • 左向き三角形

tex
\triangleleft
MathJaxSample

\triangleleft


  • 左向き三角形2

tex
\lhd
MathJaxSample

\lhd


  • 右向き三角形

tex
\triangleright
MathJaxSample

\triangleright


  • 右向き三角形2

tex
\rhd
MathJaxSample

\rhd


  • 左向き三角形と下線

tex
\unlhd
MathJaxSample

\unlhd


  • 右向き三角形と下線

tex
\unrhd
MathJaxSample

\unrhd


  • 黒い三角形

tex
\blacktriangle
MathJaxSample

\blacktriangle

 

四角形

  • 正方形

tex
\square
MathJaxSample

\square


  • 四角形

tex
\Box
MathJaxSample

\Box


  • 四角形と十字

tex
\boxplus
MathJaxSample

\boxplus


  • 四角形と横線

tex
\boxminus
MathJaxSample

\boxminus


  • 四角形と×

tex
\boxtimes
MathJaxSample

\boxtimes


  • 四角形と点

tex
\boxdot
MathJaxSample

\boxdot


  • 黒い正方形

tex
\blacksquare
MathJaxSample

\blacksquare


  • ダイヤモンド

tex
\diamond
MathJaxSample

\diamond


  • ダイヤモンド2

tex
\Diamond
MathJaxSample

\Diamond


  • ひし形

tex
\lozenge
MathJaxSample

\lozenge


  • 黒いひし形

tex
\blacklozenge
MathJaxSample

\blacklozenge


  • 枠付きテキスト

tex
\boxed{ abc }
MathJaxSample

\boxed{ abc }


  • 枠付きテキスト2

tex
\fbox{ abc }
MathJaxSample

\fbox{ abc }


  • 枠付きテキスト3

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

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

 

二項演算

  • アスタリスク

tex
\ast
MathJaxSample

\ast


  • スター

tex
\star
MathJaxSample

\star


  • 左線と掛ける

tex
\ltimes
MathJaxSample

\ltimes


  • 右線と掛ける

tex
\rtimes
MathJaxSample

\rtimes


  • 自然結合

tex
\Join
MathJaxSample

\Join

 

一般的な記号

  • ドル記号

tex
\$
MathJaxSample

\$


  • &記号

tex
\And
MathJaxSample

\And


  • 円マーク

tex
\yen
MathJaxSample

\yen


  • チェックマーク

tex
\checkmark
MathJaxSample

\checkmark


  • ダイヤモンド

tex
\diamondsuit
MathJaxSample

\diamondsuit


  • ハート

tex
\heartsuit
MathJaxSample

\heartsuit


  • クラブ

tex
\clubsuit
MathJaxSample

\clubsuit


  • スペード

tex
\spadesuit
MathJaxSample

\spadesuit


  • フラット

tex
\flat
MathJaxSample

\flat


  • ナチュラル

tex
\natural
MathJaxSample

\natural


  • シャープ

tex
\sharp
MathJaxSample

\sharp


  • ダガー

tex
\dagger
MathJaxSample

\dagger


  • ダガー2

tex
\ddagger
MathJaxSample

\ddagger

 

空白

  • 空白

tex
aaa \ bbb
MathJaxSample

aaa \ bbb


  • 広い空白

tex
aaa \quad bbb
MathJaxSample

aaa \quad bbb


  • 広い空白2

tex
aaa \qquad bbb
MathJaxSample

aaa \qquad bbb


  • 空白(サイズ指定)

tex
aaa \hspace{ 10pt } bbb
MathJaxSample

aaa \hspace{ 10pt } bbb


  • 空白をなくす

tex
aaa \! bbb
MathJaxSample

aaa \! bbb


  • 改行

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

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


  • 改行(サイズ指定)

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

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


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

tex
\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}

 

文字サイズ

  • 極小サイズ

tex
\tiny{ abc ABC }
MathJaxSample

\tiny{ abc ABC }


  • 小さいサイズ

tex
\scriptsize{ abc ABC }
MathJaxSample

\scriptsize{ abc ABC }


  • 小さいサイズ2

tex
\small{ abc ABC }
MathJaxSample

\small{ abc ABC }


  • ノーマルサイズ

tex
\normalsize{ abc ABC }
MathJaxSample

\normalsize{ abc ABC }


  • 大きいサイズ

tex
\large{ abc ABC }
MathJaxSample

\large{ abc ABC }


  • 大きいサイズ2

tex
\Large{ abc ABC }
MathJaxSample

\Large{ abc ABC }


  • 大きいサイズ3

tex
\LARGE{ abc ABC }
MathJaxSample

\LARGE{ abc ABC }


  • 極大サイズ

tex
\huge{ abc ABC }
MathJaxSample

\huge{ abc ABC }


  • 極大サイズ2

tex
\Huge{ abc ABC }
MathJaxSample

\Huge{ abc ABC }

 

フォント

  • ローマン体

tex
\mathrm{ ABC }
MathJaxSample

\mathrm{ ABC }


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

tex
\mathtt{ ABC }
MathJaxSample

\mathtt{ ABC }


  • サンセリフ

tex
\mathsf{ ABC }
MathJaxSample

\mathsf{ ABC }


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

tex
\mathcal{ ABC }
MathJaxSample

\mathcal{ ABC }


  • 太文字

tex
\mathbf{ ABC }
MathJaxSample

\mathbf{ ABC }


  • イタリック

tex
\mathit{ ABC }
MathJaxSample

\mathit{ ABC }


  • 中抜き文字

tex
\mathbb{ ABC }
MathJaxSample

\mathbb{ ABC }


  • スクリプトフォント

tex
\mathscr{ ABC }
MathJaxSample

\mathscr{ ABC }


  • フラクトゥール

tex
\mathfrak{ ABC }
MathJaxSample

\mathfrak{ ABC }


  • ローマン体 サンプル

tex
\mathrm{ ABCDEFGHIJKLMNOPQRSTUVWXYZ \ abcdefghijklmnopqrstuvwxyz }
MathJaxSample

\mathrm{ ABCDEFGHIJKLMNOPQRSTUVWXYZ \ abcdefghijklmnopqrstuvwxyz }


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

tex
\mathtt{ ABCDEFGHIJKLMNOPQRSTUVWXYZ \ abcdefghijklmnopqrstuvwxyz }
MathJaxSample

\mathtt{ ABCDEFGHIJKLMNOPQRSTUVWXYZ \ abcdefghijklmnopqrstuvwxyz }


  • サンセリフ サンプル

tex
\mathsf{ ABCDEFGHIJKLMNOPQRSTUVWXYZ \ abcdefghijklmnopqrstuvwxyz }
MathJaxSample

\mathsf{ ABCDEFGHIJKLMNOPQRSTUVWXYZ \ abcdefghijklmnopqrstuvwxyz }


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

tex
\mathcal{ ABCDEFGHIJKLMNOPQRSTUVWXYZ }
MathJaxSample

\mathcal{ ABCDEFGHIJKLMNOPQRSTUVWXYZ }


  • 太文字 サンプル

tex
\mathbf{ ABCDEFGHIJKLMNOPQRSTUVWXYZ \ abcdefghijklmnopqrstuvwxyz }
MathJaxSample

\mathbf{ ABCDEFGHIJKLMNOPQRSTUVWXYZ \ abcdefghijklmnopqrstuvwxyz }


  • イタリック サンプル

tex
\mathit{ ABCDEFGHIJKLMNOPQRSTUVWXYZ \ abcdefghijklmnopqrstuvwxyz }
MathJaxSample

\mathit{ ABCDEFGHIJKLMNOPQRSTUVWXYZ \ abcdefghijklmnopqrstuvwxyz }


  • 中抜き文字 サンプル

tex
\mathbb{ ABCDEFGHIJKLMNOPQRSTUVWXYZ }
MathJaxSample

\mathbb{ ABCDEFGHIJKLMNOPQRSTUVWXYZ }


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

tex
\mathscr{ ABCDEFGHIJKLMNOPQRSTUVWXYZ }
MathJaxSample

\mathscr{ ABCDEFGHIJKLMNOPQRSTUVWXYZ }


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

tex
\mathfrak{ ABCDEFGHIJKLMNOPQRSTUVWXYZ \ abcdefghijklmnopqrstuvwxyz }
MathJaxSample

\mathfrak{ ABCDEFGHIJKLMNOPQRSTUVWXYZ \ abcdefghijklmnopqrstuvwxyz }

 

上付き・下付き

  • 上付き文字

tex
a^{ xy }
MathJaxSample

a^{ xy }


  • 上付き文字(左)

tex
{}^{ xy } a
MathJaxSample

{}^{ xy } a


  • 下付き文字

tex
a_{ xy }
MathJaxSample

a_{ xy }


  • 下付き文字(左)

tex
{}_{ xy } a
MathJaxSample

{}_{ xy } a


  • 下付きサンプル

tex
\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}

 

アクセント

  • ハット

tex
\hat{ a }
MathJaxSample

\hat{ a }


  • グレイブ

tex
\grave{ a }
MathJaxSample

\grave{ a }


  • アキュート

tex
\acute{ a }
MathJaxSample

\acute{ a }


  • ドット

tex
\dot{ a }
MathJaxSample

\dot{ a }


  • ダブルドット

tex
\ddot{ a }
MathJaxSample

\ddot{ a }


  • バー

tex
\bar{ a }
MathJaxSample

\bar{ a }


  • 矢印

tex
\vec{ a }
MathJaxSample

\vec{ a }


  • チェック

tex
\check{ a }
MathJaxSample

\check{ a }


  • チルダ

tex
\tilde{ a }
MathJaxSample

\tilde{ a }


  • ブリーブ

tex
\breve{ a }
MathJaxSample

\breve{ a }


  • 広いハット

tex
\widehat{ AAA }
MathJaxSample

\widehat{ AAA }


  • 広いチルダ

tex
\widetilde{ AAA }
MathJaxSample

\widetilde{ AAA }

 

アルファベット

  • さかさまの A

tex
\forall
MathJaxSample

\forall


  • さかさまの E

tex
\exists
MathJaxSample

\exists


  • さかさまの F

tex
\Finv
MathJaxSample

\Finv


  • バー付きの h

tex
\hbar
MathJaxSample

\hbar


  • 点なしの i

tex
\imath
MathJaxSample

\imath


  • 点なしの j

tex
\jmath
MathJaxSample

\jmath


  • 中抜き文字の k

tex
\Bbbk
MathJaxSample

\Bbbk


  • 筆記体の l

tex
\ell
MathJaxSample

\ell


  • 丸付きの R

tex
\circledR
MathJaxSample

\circledR


  • 丸付きの S

tex
\circledS
MathJaxSample

\circledS

 

ギリシャ文字

  • アルファ

tex
\alpha
MathJaxSample

\alpha


  • ベータ

tex
\beta
MathJaxSample

\beta


  • ガンマ

tex
\gamma
MathJaxSample

\gamma


  • デルタ

tex
\delta
MathJaxSample

\delta


  • イプシロン

tex
\epsilon
MathJaxSample

\epsilon


  • イプシロン2

tex
\varepsilon
MathJaxSample

\varepsilon


  • ゼータ

tex
\zeta
MathJaxSample

\zeta


  • イータ

tex
\eta
MathJaxSample

\eta


  • シータ

tex
\theta
MathJaxSample

\theta


  • シータ2

tex
\vartheta
MathJaxSample

\vartheta


  • イオタ

tex
\iota
MathJaxSample

\iota


  • カッパ

tex
\kappa
MathJaxSample

\kappa


  • ラムダ

tex
\lambda
MathJaxSample

\lambda


  • ミュー

tex
\mu
MathJaxSample

\mu


  • ニュー

tex
\nu
MathJaxSample

\nu


  • クシー

tex
\xi
MathJaxSample

\xi


  • オミクロン

tex
o
MathJaxSample

o


  • パイ

tex
\pi
MathJaxSample

\pi


  • パイ2

tex
\varpi
MathJaxSample

\varpi


  • ロー

tex
\rho
MathJaxSample

\rho


  • ロー2

tex
\varrho
MathJaxSample

\varrho


  • シグマ

tex
\sigma
MathJaxSample

\sigma


  • シグマ2

tex
\varsigma
MathJaxSample

\varsigma


  • タウ

tex
\tau
MathJaxSample

\tau


  • ユプシロン

tex
\upsilon
MathJaxSample

\upsilon


  • ファイ

tex
\phi
MathJaxSample

\phi


  • ファイ2

tex
\varphi
MathJaxSample

\varphi


  • カイ

tex
\chi
MathJaxSample

\chi


  • プシー

tex
\psi
MathJaxSample

\psi


  • オメガ

tex
\omega
MathJaxSample

\omega


  • アルファ(大)

tex
A
MathJaxSample

A


  • ベータ(大)

tex
B
MathJaxSample

B


  • ガンマ(大)

tex
\Gamma
MathJaxSample

\Gamma


  • ガンマ(大)2

tex
\varGamma
MathJaxSample

\varGamma


  • デルタ(大)

tex
\Delta
MathJaxSample

\Delta


  • デルタ(大)2

tex
\varDelta
MathJaxSample

\varDelta


  • イプシロン(大)

tex
E
MathJaxSample

E


  • ゼータ(大)

tex
Z
MathJaxSample

Z


  • イータ(大)

tex
H
MathJaxSample

H


  • シータ(大)

tex
\Theta
MathJaxSample

\Theta


  • シータ(大)2

tex
\varTheta
MathJaxSample

\varTheta


  • イオタ(大)

tex
I
MathJaxSample

I


  • カッパ(大)

tex
K
MathJaxSample

K


  • ラムダ(大)

tex
\Lambda
MathJaxSample

\Lambda


  • ラムダ(大)2

tex
\varLambda
MathJaxSample

\varLambda


  • ミュー(大)

tex
M
MathJaxSample

M


  • ニュー(大)

tex
N
MathJaxSample

N


  • クシー(大)

tex
\Xi
MathJaxSample

\Xi


  • クシー(大)2

tex
\varXi
MathJaxSample

\varXi


  • オミクロン(大)

tex
O
MathJaxSample

O


  • パイ(大)

tex
\Pi
MathJaxSample

\Pi


  • パイ(大)2

tex
\varPi
MathJaxSample

\varPi


  • ロー(大)

tex
P
MathJaxSample

P


  • シグマ(大)

tex
\Sigma
MathJaxSample

\Sigma


  • シグマ(大)2

tex
\varSigma
MathJaxSample

\varSigma


  • タウ(大)

tex
T
MathJaxSample

T


  • ユプシロン(大)

tex
\Upsilon
MathJaxSample

\Upsilon


  • ユプシロン(大)2

tex
\varUpsilon
MathJaxSample

\varUpsilon


  • ファイ(大)

tex
\Phi
MathJaxSample

\Phi


  • ファイ(大)2

tex
\varPhi
MathJaxSample

\varPhi


  • カイ(大)

tex
X
MathJaxSample

X


  • プシー(大)

tex
\Psi
MathJaxSample

\Psi


  • プシー(大)2

tex
\varPsi
MathJaxSample

\varPsi


  • オメガ(大)

tex
\Omega
MathJaxSample

\Omega


  • オメガ(大)2

tex
\varOmega
MathJaxSample

\varOmega

 

HTML

  • 色付きの文字

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

\color{red}{a \times b}


  • 色付きの文字2

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

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


  • 色付きの箱

tex
\colorbox{red}{ Important! }
MathJaxSample

\colorbox{red}{ Important! }


  • 色付きの箱2

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

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


  • 枠線と色のついた箱

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

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


  • 枠線と色のついた箱 2

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

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


  • ユニコード

tex
\unicode{x0041}
MathJaxSample

\unicode{x0041}


  • ユニコードサンプル

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

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

 

特殊文字

  • セクション

tex
\S
MathJaxSample

\S


  • アレフ

tex
\aleph
MathJaxSample

\aleph


  • ベート

tex
\beth
MathJaxSample

\beth


  • ギメル

tex
\gimel
MathJaxSample

\gimel


  • ダレット

tex
\daleth
MathJaxSample

\daleth

 

ロゴ

  • tex

tex
\TeX
MathJaxSample

\TeX


  • latex

tex
\LaTeX
MathJaxSample

\LaTeX

 

Mathjax 2.7に戻る。