Skip to content

Instantly share code, notes, and snippets.

@hyuki0000
Created June 2, 2017 13:44

Revisions

  1. hyuki0000 created this gist Jun 2, 2017.
    13 changes: 13 additions & 0 deletions positive.tex
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    $n$を正の整数とする。$n$を割り切る正の整数が$1$個しかないとき、$n$を<b>単数</b>という。ちょうど$2$個あるとき、$n$を<b>素数</b>という。$3$個以上あるとき、$n$を<b>合成数</b>という。
    $$
    \begin{array}{|c|c|c|c|c|c|c|c|c|c}
    \hline
    \textbf{単数} & 1 & & & & & & & & & & \\
    \hline
    \textbf{素数} & & 2 & 3 & & 5 & & 7 & & & & \\
    \hline
    \textbf{合成数} & & & & 4 & & 6 & & 8 & 9 & 10 & \\
    \hline
    \end{array}
    $$