How can I structure this equation? I have tried doing this:
x:[0,4%pi];
solve(sin(x)=0.3,x);
and then solving for the equation but that didn't work because:
%pi is not an infix operator
Any suggestions and also how to solve the following in wxMaxima.