Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
29 views
f(x)=(1/(x-1))
%typeset_mode True
f
x  1x1x \ {\mapsto}\ \frac{1}{x - 1}
solve(f(x)>2,x)
[[x>1,x<(32)]]\left[\left[x > 1, x < \left(\frac{3}{2}\right)\right]\right]
w=plot(f(x),-5,5, fill=2,thickness=2,fillcolor='yellow', color='darkgreen', ymin=-5, ymax=5) show(w)