Re: disuguaglianze al limite

#57418
Up
0
Down
::


Una cosa del genere?
`\documentclass{article}

\usepackage{tikz}
\usetikzlibrary{matrix}

\begin{document}

\begin{tikzpicture}
\matrix (m) [matrix of math nodes,row sep=10pt]
{
x_n & < & y_n\\ x & \leq & y\\ }; \draw[->] (m-1-1) to (m-2-1);
\draw[->] (m-1-3) to (m-2-3);
\end{tikzpicture}

\end{document}`
Probabilmente ci sono molti altri modi.

ES

Go to top