Advertisement
kalakay

Gambar akhir

Nov 11th, 2020
6,704
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.26 KB | None | 0 0
  1. \draw[red!50,thin](B)--(Q) (D)--(R) (A)--(S);
  2. \draw (P)--($(B)!-3.5cm!(P)$) (E)--(D)--(A)--(C) node[above] {$C$}--(B);
  3. \draw (B) circle (1);
  4. \draw let \p1=($(A)-(C)$),\n1={veclen(\x1,\y1)}
  5.  in (C) circle (\n1);
  6. \foreach \t in {A,B,C,D,E}
  7. \fill (\t) circle (1.5pt);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement