Skip to content

Instantly share code, notes, and snippets.

@lucasgautheron
Created August 14, 2017 10:59
Show Gist options
  • Save lucasgautheron/647ffae53c17a6d949636ae7c4238561 to your computer and use it in GitHub Desktop.
Save lucasgautheron/647ffae53c17a6d949636ae7c4238561 to your computer and use it in GitHub Desktop.
\begin{tikzpicture}
\node (W) {$W$};
\node (UW) [below of=W]{$U_W$};
\node (A) [above of=W, left of=W]{$A$};
\node (Y) [above of=W, right of=W]{$Y$};
\node (UY) [right of=Y]{$X(j)$};
\draw[->] (UW) to node {} (W);
\draw[->] (W) to node {} (A);
\draw[->] (W) to node {} (Y);
\draw[->] (A) to node {} (Y);
\draw[->] (UY) to node {} (Y);
\end{tikzpicture}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment