发布网友
共1个回答
热心网友
查了下你心爱的笛卡尔情书貌似是这个:r=a(1-sinθ)
R新手:
> a <- 10
> n <- 500
> theta <- seq(0,2*pi,2*pi/n)
> r <- a*(1-sin(theta))
> x <- r*cos(theta)
> y <- r*sin(theta)
> plot(x, y, type="l", xlab="",ylab="",axes=FALSE,col = "red")
你可以尝试画下这个:r=sqrt(225/(17-16sinθ*sqrt((cosθ)^2)))