- #1
karush
Gold Member
MHB
- 3,269
- 5
Summary: want to post tikz here
ok I really didn't know where to post this but can this forum render tikz
I saw some other examples but don't know the setup here
$\begin{tikzpicture}
\draw[->] (-3,0) -- (4.2,0) node
ok I really didn't know where to post this but can this forum render tikz
I saw some other examples but don't know the setup here
$\begin{tikzpicture}
\draw[->] (-3,0) -- (4.2,0) node
{$x$};
\draw[->] (0,-3) -- (0,4.2) node[above] {$y$};
\draw[dashed] (-3,-3) -- (4,4);
\draw[scale=0.5,domain=-3:3,smooth,variable=\x,blue] plot ({\x},{\x*\x});
\draw[scale=0.5,domain=-3:3,smooth,variable=\y,red] plot ({\y*\y},{\y});
\draw[scale=0.5,domain=-3:3,smooth,variable=\y,green] plot ({\x},{sqrt(\x)});
\end{tikzpicture}$
\draw[->] (0,-3) -- (0,4.2) node[above] {$y$};
\draw[dashed] (-3,-3) -- (4,4);
\draw[scale=0.5,domain=-3:3,smooth,variable=\x,blue] plot ({\x},{\x*\x});
\draw[scale=0.5,domain=-3:3,smooth,variable=\y,red] plot ({\y*\y},{\y});
\draw[scale=0.5,domain=-3:3,smooth,variable=\y,green] plot ({\x},{sqrt(\x)});
\end{tikzpicture}$