#help

7 messages · Page 1 of 1 (latest)

wise sand
#

For what value of a is the function continuous

pine vesselBOT
#
  1. Wait patiently for a helper to come along.
  2. Once someone helps you, say thank you and close the thread with:
+close
  1. Feel free to nominate the person for helper of the week in #helper-nominations
  2. Do not ping the mods, unless someone is breaking the rules.
  3. If you're happy with the help you got here, and the server overall, you can contribute financially as well:
lone hazel
#

\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}

agile troutBOT
#

vin100

wise sand
#

Ahh its so simple