Εμβαδόν επιπέδου χωρίου
\begin{tikzpicture} \draw (-2.7, 0) -- (7,0) node{$x$}; \draw (0, -1) -- (0, 3.5) node{$y$}; \draw plot (\x,{sin(\x r)+2 }); \draw plot (\x,{cos(\x r)+1.5}); \fill (-1.99, 1.09) -- plot (\x,{cos(\x r)+1.5})…
Επειδή η LaTeX μετράει
\begin{tikzpicture} \draw (-2.7, 0) -- (7,0) node{$x$}; \draw (0, -1) -- (0, 3.5) node{$y$}; \draw plot (\x,{sin(\x r)+2 }); \draw plot (\x,{cos(\x r)+1.5}); \fill (-1.99, 1.09) -- plot (\x,{cos(\x r)+1.5})…
\begin{tikzpicture} \draw (-1, 0) -- (10, 0) node{$x$}; \draw plot (\x,{ sin(\x r)}); \draw (0.5, 0) -- (0.5, 0.497) -- plot (\x,{ sin(\x r)}) -- (2*pi, 0); \draw (2*pi, 0)…
\begin{tikzpicture} \draw (0, 0) -- (7.5, 0); \draw (8, 0) node{$x=f(t)$}; \draw (0, 0) -- (0, 7.5) node{$y=g(t)$}; \draw (0, 0) -- (6.28, 0) -- (6.28,6.28)--(0,6.28)--cycle; \fill (0, pi) --…
Έχουμε δει σε πολλά βιβλία σχήματα σαν τα παρακάτω Στο άρθρο αυτό θα δούμε πώς μπορούμε να φτιάξουμε σχήματα σαν και αυτό. Θα ξεκινήσουμε με κάτι απλό όπως είναι το…
\begin{tikzpicture} % set A \node (a) {}; \node (b) {}; \node (c) {}; % set B \node (x) {}; \node (y) {}; \node (z) {}; % the arrows \draw (a)…