Question 133244
You can make your own table of values.  Just pick a few values for x and substitute them into the equation and do the arithmetic.  For example, if x = 1, {{{f(1)=3^1=3}}}, if x = 3, {{{g(3)=(1/3)^3=1/27}}}


{{{drawing(600,600,-5,5,-5,5,
grid(1),
graph(600,600,-5,5,-5,5,3^x,(1/3)^x),
locate(1.2,3,f(x)),
locate(-1.5,3,g(x))
)}}}