\documentclass{standalone}
\standaloneconfig{margin=5mm}
\usepackage{tikz}
\usepackage{tkz-euclide}
\usepackage{polyglossia}
\setdefaultlanguage[calendar=gregorian,numerals=maghrib]{arabic}
\setotherlanguage{english}
\newfontfamily\arabicfont[Script=Arabic,Scale=1.4]{Amiri}
\newcommand{\cercle}[4]{
\node[circle,inner sep=0,minimum size={2*#2}](a) at (#1) {};
\draw[red,thick] (a.#3) arc (#3:{#3+#4}:#2); }
\begin{document}
\begin{tikzpicture}[very thick]
% triangle
\tkzDefPoint(4,2){A}
\tkzDefPoint(8,3){B}
\tkzDefPoint(6,5){C}
\tkzDrawPolygon[thick](A,B,C)
\tkzDrawPoints(A,B,C)
% intersect circles
\tkzInterCC(A,B)(B,A)
\tkzGetPoints{I}{J}
% label points
\tkzLabelPoints[below left](A)
\tkzLabelPoints[below right](B)
\tkzLabelPoints[above right=-1mm](C)
\tkzLabelPoint[above left,blue](I){$I$}
\tkzLabelPoint[below right,blue](J){$J$}
\tkzDrawPoints(I,J)
% Point{M}
\tkzDefMidPoint(A,B) \tkzGetPoint{M}
\tkzLabelPoints[below left](M)
\tkzMarkRightAngle[fill=lightgray,size=.3](I,M,A)
% Hauteur line
\tkzDrawLine[very thick,blue, dashed,add=.04 and .04](I,J)
% arcs (type compass)
% arc Center A
\coordinate (center) at (A);
\cercle{center}{4.1cm}{60}{40}
\coordinate (center) at (A);
\cercle{center}{4.1cm}{-25}{-40}
% arc Center B
\coordinate (center) at (B);
\cercle{center}{4.1cm}{115}{40}
\coordinate (center) at (B);
\cercle{center}{4.1cm}{-85}{-40}
% - line C-P
\tkzDefSpcTriangle[orthic](C,A,B){P,HA,HB}
\tkzDrawLine[very thick,dashed,magenta](C,P)
\tkzMarkRightAngle[fill=lightgray,size=.3](C,P,A)
\tkzDrawPoints(C,B,A)
\tkzLabelPoints[below right,magenta](P)
\tkzLabelSegment[magenta,below left,sloped,near start,yshift=.9cm,xshift=1.9cm](C,P)
{الارتفاع}
\tkzLabelSegment[blue,sloped,below, ,yshift=1cm,xshift=1.6cm](J,I)
{المحــور}
\end{tikzpicture}
\end{document}
- Un parallèlipipède avec Latex
- draw curved lines with tikz
- Coordonnées relatives avec angles
- colorer un angle (arc)
- figure, circle, rectangle, axes
- Syntax des abreviations de coordonées dans Latex
- Deux parallèles et une sécante
- Figure : cercle , diametre et intersections
- Dashed polygone with custom pattern
- Dashed polygone with dashed pattern
- Squares
- المتوسط ، الإرتفاع والمنصف
Most viewed courses:
اتصال دالة عددية
Subject: Maths
Class: 2 Bac Science
Views: 59.37K
- Série 1 : continuité et dérivation
- Examens Nationaux de Mathématiques pour les Filères PC et SVT de 2008 à 2022
- MATHEMATIQUES Examens nationaux 2003-2021 2 Bac.Sciences expérimentales
- Control n 1 : continuité et dérivation
- Control n 1 : continuité et dérivation v2
- Devoir Libre n 1 : continuité et dérivation v2
- Devoir libre : limite d'une suite numérique et étude d'une fonction
الحساب المثلثي 1
Subject: Maths
Class: Tronc Commun Sciences
Views: 55.06K
- Série exercices: Calcul Trigonométrique
- Devoir Surveillé 1 Calcul Trigonométrique
- Devoir à la maison 1 Calcul Trigonométrique
- Devoir 2 S02 de généralités des fonctions et trigonométrie
- Devoir Surveillé 1 S02 Calcul Trigonométrique A - B
- Devoir Surveillé 1 S02 Calcul Trigonométrique C - D
- Devoir Surveillé 1 S02 Calcul Trigonométrique E - F
سلسلة تمارين علوم رياضية
Subject: Maths
Class: 2 Bac Science Maths
Views: 50.68K
سلسلة وقم 1 الإشتقاق وتطبيقاته
Subject: Maths
Class: 1 BAC Science
Views: 25.81K
Most Recent Articles
Most Viewed Articles
0 Comments, Latest
No comments yet. Be the first to Comment