Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. documentclass[tikz,border=3.14mm]{standalone}
  2. begin{document}
  3. begin{tikzpicture}
  4. draw[->] (0,0) -- (5.4,0);
  5. foreach X in {0,...,3}
  6. {draw[thick,-latex] (X,-0.1) node[below]{$X$} -- ++(0,0.6) node[above]{$1$};}
  7. draw[thick,-latex] (4.6,-0.1) node[below]{$n-1$} -- ++(0,0.6) node[above]{$1$};
  8. node at (3.8,0.4) {$cdots$};
  9. end{tikzpicture}
  10. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement