我使用的是R语言,这是我的代码。我尝试了两种不同的方法,使用笛卡尔坐标和极坐标。他们都给出了否定的答案。## Compute the Volume between 3 planes x=0, y=0 and z=1.5 and a spheref <- function(x, y) (sqrt(4 -x^2 - y^2) - 1.5 ) # he
我使用的是3.6.3R版本。在编译R.mrd时,我得到了这个错误:Registered S3 method overwritten by 'data.table': method from print.data.tableRegistered S3 method overwritten by 'htmlwidgets': method from
print.htmlwidget tools:rstudioRegistered S<e