Squares
📅 November 03, 2024 | 👁️ Views: 9

\documentclass{standalone}
\standaloneconfig{margin=4mm} % Required for inserting images
\usepackage{tikz}
\usetikzlibrary{patterns}
\begin{document}
\begin{tikzpicture}
\draw[pattern=north east lines, pattern color=gray] (0,0) rectangle (1,1);
\draw[pattern=north east lines, pattern color=gray] (3,0) rectangle (5,2);
\draw (0.5,0.5) node {$a^2$};
\draw (0.5,-0.2) node[below] {$a$};
\draw[<->] (0,-0.2) -- (1,-0.2);
\draw (4,1) node {$b^2$};
\draw (4,-0.2) node[below] {$b$};
\draw[<->] (3,-0.2) -- (5,-0.2);
\end{tikzpicture}
\end{document}
Related Courses, Exams, and Exercises
- colorer un angle (arc) Course
- Coordonnées relatives avec angles Course
- Dashed polygone with custom pattern Course
- Dashed polygone with dashed pattern Course
- Deux parallèles et une sécante Course
- draw curved lines with tikz Course
- Figure : cercle , diametre et intersections Course
- figure, circle, rectangle, axes Course
- Médiatrice et hauteur d'un triangle Course
- Syntax des abreviations de coordonées dans Latex Course
- Un parallèlipipède avec Latex Course
- المتوسط ، الإرتفاع والمنصف Course
Course PDF:
Recent Articles

Quran Search: A Feature rich and modern design
13 Feb 2025
Categories