mescario

115 days ago by iespiramide22046

g(x)=-4+31/(x);g;plot(g,1,4,)+plot(g,2,-33); 
       
x |--> 31/x - 4
x |--> 31/x - 4
g(x)=sqrt(x-31)-31;g;plot(g,32,-30)+plot(g,35,-29); 
       
x |--> sqrt(x - 31) - 31
x |--> sqrt(x - 31) - 31
g(x)=(x-31)+31;g;plot(g,31,0)+plot(g,0,961); 
       
x |--> x
x |--> x