I am plotting in 2D on gnuplot through Ubuntu. When defining my equation for 'radius of curvature' a function of theta=x of variables sin and cos functions, respectively, I get an error message saying 'undefined variable: sin' or cos. I am simply defining the variable R=1 in the equation then setting
f(x) = R*sin(x)*(1+4*cos**2*(x)**(1.5)) / 2*(2*sin**2*(x)+3*cos**2*(x))
then saying plot f(x). What am I doing wrong?