File:Cevian example.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}
\usepackage{fp}
\pagestyle{empty}
\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]
\def\Scale{2.5}
\tkzDefPoints{0/0/B,2/3.3/A,5/0/C}
\tkzDefPointOnLine[pos=0.45](A,B)\tkzGetPoint{CC}
\tkzDefPointOnLine[pos=0.6](A,C)\tkzGetPoint{BB}
\tkzInterLL(B,BB)(C,CC) \tkzGetPoint{I}
\tkzInterLL(A,I)(B,C) \tkzGetPoint{AA}
\tkzFillPolygon[fill=ShapeClr,fill opacity=0.1](A,B,C)
\tkzDrawPolygon[color=ShapeClr](A,B,C)
\tkzDrawSegment[line width=0.5pt,color=black,dashed,dash pattern=on 1pt off 1.75pt](A,AA)
\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}
\begin{document}
\begin{tikzpicture}[scale=.75]
\tkzSetUpLine[line width=1pt,color=black]
\tkzSetUpPoint[fill=black]
\tkzDefPoints{0/0/B,2/3.3/A,5/0/C}
\tkzDefPointOnLine[pos=0.45](A,B)\tkzGetPoint{CC}
\tkzDefPointOnLine[pos=0.6](A,C)\tkzGetPoint{BB}
\tkzInterLL(B,BB)(C,CC) \tkzGetPoint{I}
\tkzInterLL(A,I)(B,C) \tkzGetPoint{AA}
\tkzFillPolygon[fill=ShapeClr,fill opacity=0.1](A,B,C)
\tkzDrawPolygon[color=ShapeClr](A,B,C)
\tkzDrawSegment[line width=0.5pt,color=black,dashed,dash pattern=on 1pt off 1.75pt](A,AA)
\tkzDrawPoints[size=3](A,B,C)
\tkzDrawPoints[size=2](AA)
\tkzLabelPoint[above](A){$\rm A$}
\tkzLabelPoint[below left](B){$\rm B$}
\tkzLabelPoint[below right](C){$\rm \Gamma$}
\tkzLabelPoint[below](AA){$\rm A'$}
\end{tikzpicture}
\end{document}
|
Licensing
I, the copyright holder of this work, hereby publish it under the following license:
| This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication. | |
| The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.
|