Topic: Problem with a function

I think plotting the function x/sqr(sin(x)) is not producing the correct results. Not only are the values wrong but it is plotting a curve when sin(x) is negative. Please prove me wrong.

Re: Problem with a function

I think you are confusing the sqr(x), which is the square function, with sqrt(x), which is the square root function. You probably meant to plot f(x)=x/sqrt(sin(x))