Guest User

Untitled

a guest
Dec 13th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. documentclass[tikz,border=3.14mm]{standalone}
  2. usetikzlibrary{decorations.pathmorphing}
  3. begin{document}
  4. begin{tikzpicture}
  5. draw[thick,decoration={coil,segment
  6. length=pi*8cm/72,amplitude=5pt},decorate,xscale=-1] (0,0) circle (4cm);
  7. node[fill,minimum size=12mm,label=above right:$M$] (M) at (180:4){};
  8. node[fill,minimum size=6mm,label=right:$m$,rotate=45] (m1) at (45:4){};
  9. node[fill,minimum size=6mm,label=right:$m$,rotate=-45] (m2) at (-45:4){};
  10. draw[thick] (90:3) -- ++ (0,3);
  11. draw[-latex] (-0.5,5) arc(180:405:0.5 and 0.25) node[above right]{$omega$};
  12. end{tikzpicture}
  13. end{document}
Add Comment
Please, Sign In to add comment