\documentclass[border=3]{standalone}
\usepackage{tikz}
\usetikzlibrary{angles, arrows.meta, quotes}
\begin{document}
\begin{tikzpicture} [> = {Straight Barb}, arr/.style = {-Stealth, semithick}] % configure the arrow
% draw three nodes
\coordinate (A) at (0, 0);
\coordinate (B) at (2, 0);
\coordinate (C) at (2, 2);
% length between B and C
\draw[arr,very thick] (A) to ["$a$"] (C);
\draw[arr,very thick] (A) to ["$b$" '] (B);
% draw an angle
\pic[draw, <->, angle radius = 11mm, "$\alpha$"] {angle = B--A--C};
\end{tikzpicture}
\end{document}
Output:
Notes To see the more clear picture, click on the picture.
Bibliography
http://latex.org/
https://tex.stackexchange.com/
https://www.physicsread.com/
latex, latex math, latex equation, latex mathematics, latex draw, geometry, euclidean
Related Post
- Triangle in Latex ( latex equation )
- Number Line In Latex ( latex equation )
- Circle Theorem Using Latex 1 ( latex equation )
- Circle Theorem With Picture 1 ( mathematics lesson )
- Circle Element ( mathematics lesson )
- Latex Vertical Addition ( latex equation )
- Vertical Addition ( math equation )
- Bentuk Aljabar 1 Dalam Bentuk Latex ( latex equation )
- Bentuk Aljabar 1 ( math equation )
- Post about latex equation
- Latex Text Mode Symbol
- Latex Template 1
- Latex Line Symbol 1
Tidak ada komentar:
Posting Komentar