LaTexコマンド集:その他 のバックアップの現在との差分(No.3)


  • 追加された行はこの色です。
  • 削除された行はこの色です。
CENTER:|>|CENTER:&size(36){''[[&mathjax{\LaTeX};>LaTeX]]''};|
|>|CENTER:&size(18){[[LaTeXコマンド集>LaTeX#command]]:''その他''};|
 
#CONTENTS

|合計|&mathjax{\displaystyle \Large \sum^n_{k=1}a_k}; | \sum^n_{k=1}a_k|
|極限|&mathjax{\displaystyle \Large \lim_{x \to \infty}f(x)}; |\lim_{x \to \infty} f(x)|
|積分|&mathjax{\displaystyle \Large \int^a_b f(x)};|\int^a_b f(x)|


**不等式 [#ebe55ac8]
| < |&mathjax{\Large <};|| > |&mathjax{\Large >};|
|\le|&mathjax{\Large \le};||\ge|&mathjax{\Large \ge};|
|\leq|&mathjax{\Large \leq};||\geq|&mathjax{\Large \geq};|
|\ll|&mathjax{\Large \ll};||\gg|&mathjax{\Large \gg};|
**区間 [#p488b197]
|開区間|&mathjax{\Large (a,b)}; |  (a,b) |
|閉区間|&mathjax{\Large [a,b]}; |  [a,b] |
|半開区間|&mathjax{\Large \left( a,b \right]}; |  \left( a,b \right] |
|~|&mathjax{\Large \left[ a,b \right)}; |  \left[ a,b \right) |
**ベクトル [#m12d967f]
|矢印表記|&mathjax{\displaystyle \Large \vec{a}}; | \vec{a} |
|ボールド体表記|&mathjax{\displaystyle \Large \mathbf{a}}; | \mathbf{a} |
|縦ベクトル|&mathjax{\displaystyle \left( \begin{array}{c} 1 \\ 2 \\ 3 \end{array} \right) };|\left( \begin{array}{c} 1 \\ 2 \\ 3 \end{array} \right)|
|内積|&mathjax{\langle x,y \rangle};| \langle x,y \rangle |
**行列 [#yd80a3eb]
|&mathjax{\displaystyle \left( \begin{array}{ccc} 11 & 12 & 13 \\ 21 & 22 &23 \\ 31 & 32 & 33 \end{array} \right) };|\left( \begin{array}{ccc}&BR;11 & 12 & 13 \\&BR;21 & 22 &23 \\&BR;31 & 32 & 33&BR;\end{array} \right)|

 
|転置行列|&mathjax{ \displaystyle \Large {}^t A };| {}^t A |
|~|&mathjax{ \displaystyle \Large A^T };| A^T |
**大きい括弧 [#ueb695c0]

&mathjax{\displaystyle \Large A = \left\{ \frac{n}{m} \middle| n,m \in \mathbb{R} \right\} };
&mathjax{\displaystyle \Large A = \left\{ \frac{n}{m} \middle| n,m \in \mathbb{N} \right\} };

A = \left\{ \frac{n}{m} \middle| n,m \in \mathbb{R} \right\}
A = \left\{ \frac{n}{m} \middle| n,m \in \mathbb{N} \right\}

**その他 [#u11875bb]
|&mathjax{\huge\overset{ \mathrm{def} }{ = } }; |\overset{ \mathrm{def} }{ = } |