用mathematica画出f(x)=x/(x-a)的图像,a>0,x>=1

问题描述:

用mathematica画出f(x)=x/(x-a)的图像,a>0,x>=1

Manipulate[Plot[x/(x - a),{x,1,10}],{a,0,10}]