Advertisement
Guest User

RUBMEI

a guest
May 13th, 2012
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.62 KB | None | 0 0
  1. \documentclass[10pt,a4paper]{minimal}
  2. \usepackage{tikz,tkz-euclide}
  3. \begin{document}
  4. \begin{center}
  5. \begin{tikzpicture}[scale=2]
  6. \tkzDefPoint(0,0){O} \tkzDefPoint(0,1){O1}
  7. \tkzDefPoint(2^0.5/2,2^0.5/2){S1}
  8. \tkzDefPoint(0,-1.5){Y1} \tkzDefPoint(0,2){Y2} \tkzDefPoint(-1.5,0){X1} \tkzDefPoint(2,0){X2}
  9. \tkzDefPoint(-1,2){P1} \tkzDefPoint(2,-1){P2}
  10. \tkzDrawSegments[thick,red](P1,P2) \tkzDrawSegments[thick,blue,-stealth](O,S1)
  11. \tkzDrawSegments[-stealth,thick](Y1,Y2 X1,X2)
  12. \tkzDrawCircle[dashed](O,O1)
  13. \tkzLabelPoint[above,right](S1){$S(\frac{1}{3},\frac{1}{3},\frac{1}{3})$}
  14. \end{tikzpicture}
  15. \end{center}
  16. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement