tex

tex でπ積(総乗、乗積)を表示する方法

投稿日:2020年11月7日 更新日:

tex で大文字のπ(Π)を使って乗積を表示する方法

$\displaystyle \prod_{i=0}^{N} a_i$
または
$\prod_{i=0}^{N} a_i$

結果


-tex
-

執筆者:


comment

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です

関連記事

no image

tex でブロック行列を入力する方法

ゼロの成分が多いブロック行列を tex で出力する。 \usepackage{amsmath} を使う。 例 \usepackage{amsmath} \begin{document} $$ \lef …

no image

tex で表を横にぶち抜きしたものを作成する方法

multicolumn を使う。 例 \begin{center} \begin{table}[] \begin{tabular}{|c|c|c|c|} \hline \multicolumn …

no image

tex でバックスラッシュを入力する方法

テキストモードでは \textbackslash 数式モード内では \backslash を、それぞれ使う。 例 $\backslash$ \textbackslash 結果

no image

tex で微分(ダッシュ、プライム)を書く

微分に使うダッシュ(数学では、正式にはプライムと呼ぶことが多い)の tex での書き方。 例 $y’ = x$または$y^{\prime} = x$どちらでも同じ表示になる。 結果 このお …

no image

tex で表の縦横軸を調整する方法

例 \begin{center} \begin{table}[] \begin{tabular}{|c|c|c|c|} \hline 氏名 & 生年 & 没年 & 著書 …