极坐标转换为普通坐标
问题描述:
极坐标转换为普通坐标
极坐标方程r=asin³ θ怎么换算成y=f(x)的方式(sinθ那里是三次方)
答
r=sqrt(x*x + y*y)
θ=acrtag(y/x)
代入方程计算可得结果