Advertisement
Guest User

Triangle

a guest
Aug 11th, 2012
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.54 KB | None | 0 0
  1. \def\a{24} \def\b{14} \def\c{20}
  2. \tkzInit[xmax=22,xmin=-2,ymax=12,ymin=-2]
  3. \tkzClip
  4. \tkzDefPoint(0,0){A}   \tkzLabelPoint[below left](A){$A$}
  5. \tkzDefPoint(\c,0){B}  \tkzLabelPoint[below right](B){$B$}
  6. \tkzDefPoint(0,\b){F1} \tkzDefPoint(\c,\a){F2}
  7. \tkzInterCC(A,F1)(B,F2) \tkzGetPoint{C}
  8. \tkzLabelPoint[above](C){$C$}
  9. \tkzDrawPolygon(A,B,C)
  10. \tkzMarkAngle[scale=1.5](B,A,C)
  11. \tkzLabelSegment[below](A,B){$\SI{\c}{\m}$}
  12. \tkzLabelSegment[above right](B,C){$\SI{\a}{\m}$}
  13. \tkzLabelSegment[left](A,C){$\SI{\b}{\m}$}
  14. \end{tikzpicture}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement