#help
7 messages · Page 1 of 1 (latest)
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close
- Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
you can plot a graph to see what it is
\newcommand\myA{1}
\begin{tikzpicture}[declare function={f(\x)=\x+\myA; g(\x)=2-\x;}]
\begin{axis}[axis equal, axis lines=center,grid=both,major grid style={black!50,line width=.5},minor tick num=9,minor grid style={black!40,line width=.2},xlabel={$x$},ylabel={$y$},title={Use \TeX{}it to sketch graph}]
\addplot[yellow,domain=0:1] {f(x)} node[pos=.3, anchor=west]{$y = x+a$ with $a = \myA$};
\addplot[blue!60,domain=1:2] {g(x)} node[pos=.1, anchor=south west]{$y = 2-x$};
\end{axis}
\end{tikzpicture}
vin100
Ahh its so simple