File:Right triangle trig.svg
Summary
| Description |
Ελληνικά: Ορθογώνιο τρίγωνο για τριγωνομετρικές συναρτήσεις |
| Date | |
| Source | Own work |
| Author | Dimitris131 |
| SVG development | |
| Source code | LaTeX code\documentclass[tikz]{standalone}
\usepackage{pgfplots}
\pgfplotsset{compat=1.15}
\usepackage{mathrsfs}
\usetikzlibrary{arrows,calc}
\usepackage{tkz-euclide}
\pagestyle{empty}
\usepackage[greek,english]{babel}
\usepackage{textgreek}
\definecolor{AngleClr}{rgb}{0,0.39215686274509803,0}
\definecolor{ShapeClr}{rgb}{0.6,0.2,0}
\begin{document}
\begin{tikzpicture}[scale=.75]
\tkzSetUpLine[line width=1pt,color=black]
\tkzSetUpPoint[fill=black]
\tkzDefPoints{6/0/A,6/4.5/B,0/0/C}
\tkzFillPolygon[fill=ShapeClr,fill opacity=0.1](A,B,C)
\tkzMarkRightAngle[line width=1pt, size=.35,color=AngleClr,fill=AngleClr,fill opacity=0.1](B,A,C)
\tkzFillAngle[fill=AngleClr,size=.6,fill opacity=0.1](C,B,A)
\tkzMarkAngle[line width=1pt,size=.6,color=AngleClr](C,B,A)
\tkzFillAngle[fill=AngleClr,size=.6,fill opacity=0.1](A,C,B)
\tkzMarkAngle[line width=1pt,color=AngleClr,size=.6,fill opacity=0.1](A,C,B)
\tkzDrawPolygon[color=ShapeClr](A,B,C)
\tkzLabelSegment[sloped,below](A,B){\textgreek{Απένταντι κάθετη} }
\tkzLabelSegment(A,C){\textgreek{Προσκείμενη κάθετη} }
\tkzLabelSegment[sloped, above](B,C){\textgreek{Υποτείνουσα} }
\tkzLabelAngle[pos=1](A,C,B){\scalebox{0.9}{$\phi$} }
\end{tikzpicture}
\end{document}
|
Licensing
| I, the copyright holder of this work, release this work into the public domain. This applies worldwide. In some countries this may not be legally possible; if so: I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law. |