| ページ一覧 | ブログ | twitter |  書式 | 書式(表) |

MyMemoWiki

TeX

提供: MyMemoWiki
2021年10月21日 (木) 13:56時点におけるPiroto (トーク | 投稿記録)による版 (→‎ベクトル)
ナビゲーションに移動 検索に移動

TeX

空白

\quad

分数(frac)


  • スタイルに合わせた出力
\frac{a}{b}

[math]\displaystyle{ \frac{a}{b} }[/math]

  • テキストスタイル
\tfrac{a}{b}

[math]\displaystyle{ \tfrac{a}{b} }[/math]

  • ディスプレイスタイル
\dfrac{a}{b}

[math]\displaystyle{ \dfrac{a}{b} }[/math]

添字


上付き

x^a

[math]\displaystyle{ x^a }[/math]

x^{a+b}

[math]\displaystyle{ x^{a+b} }[/math]

x^{a^b}

[math]\displaystyle{ x^{a^b} }[/math]

下付き

a_i

[math]\displaystyle{ a_i }[/math]

a_{ij}

[math]\displaystyle{ a_{ij} }[/math]

a_{i_j}

[math]\displaystyle{ a_{i_j} }[/math]

ベクトル

u=\left(\begin{array}{c}u_1\\u_2\\u_3\end{array}\right)

[math]\displaystyle{ u=\left(\begin{array}{c}u_1\\u_2\\u_3\end{array}\right) }[/math]

内積

a\cdotb

[math]\displaystyle{ \cdot }[/math]