Advertisement
VietL0211

Bai 3

Oct 14th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. \begin{tikzpicture}[line cap=round,line join=round,>=triangle 45,x=1cm,y=1cm]
  2. \clip(-12.5,-1) rectangle (6,7.5);
  3. \draw [line width=1pt] (-8.35,3.51) circle (3.72cm);
  4. \draw [line width=1pt] (-10.29,6.69)-- (-4.88,4.87);
  5. \draw [line width=1pt] (-5.10,1.67)-- (-4.88,4.87);
  6. \draw [line width=1pt] (-10.29,6.69)-- (-11.61,1.71);
  7. \draw [line width=1pt] (-11.61,1.71)-- (-5.10,1.67);
  8. \draw [line width=1pt] (-10.29,6.69)-- (-6.79,0.12);
  9. \draw [line width=1pt] (-4.88,4.87)-- (-6.79,0.12);
  10.  
  11. \draw (-10.29,6.69) circle (1pt);
  12. \draw (-10.45,7.12) node {$A$};
  13. \draw(-4.88,4.87) circle (1pt);
  14. \draw (-4.63,5.22) node {$B$};
  15. \draw (-5.1,1.68) circle (1pt);
  16. \draw (-4.83,1.42) node {$C$};
  17. \draw (-11.61,1.71) circle (1pt);
  18. \draw(-11.93,1.62) node {$D$};
  19. \draw (-6.79,0.12) circle (1pt);
  20. \draw (-6.49,-0.02) node {$M$};
  21.  
  22. \end{tikzpicture}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement