File:First median thm.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}
\definecolor{AngleClr}{rgb}{0,0.39215686274509803,0}
\definecolor{ShapeClr}{rgb}{0.6,0.2,0}
\definecolor{SquareClr}{RGB}{250, 248, 217}
\begin{document}
\begin{tikzpicture}[scale=.75]
\tkzSetUpLine[line width=1pt,color=black]
\tkzSetUpPoint[fill=black]
\tkzDefPoints{0/0/B,1.4/3/A,5/0/C}
\tkzDefMidPoint(B,C) \tkzGetPoint{M}
\tkzFillPolygon[fill=ShapeClr,fill opacity=0.1](A,B,C)
\tkzDrawPolygon[color=ShapeClr](A,B,C)
\tkzFillAngle[fill=AngleClr,size=.4,fill opacity=0.1](A,M,B)
\tkzMarkAngle[line width=1pt,color=AngleClr,size=.4,fill opacity=0.1](A,M,B)
\tkzLabelAngle[scale=0.75,pos=0.9](A,M,B){$\varphi$}
\tkzDrawSegment[color=black](A,M)
\tkzDrawPoints[size=3](A,B,C,M)
\tkzLabelPoint[above](A){$\rm A$}
\tkzLabelPoint[below](M){$\rm M$}
\tkzLabelPoint[below left](B){$\rm B$}
\tkzLabelPoint[below right](C){$\rm \Gamma$}
\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. |