用Python画出双叶双曲面x^2/16 y^2/25-z^2/36=-1的图像的过程?

日期:2022-02-11 17:37:55 人气:1

用Python画出双叶双曲面x^2/16 y^2/25-z^2/36=-1的图像的过程?

半球面: [ fia,theta ] = meshgrid ([ linspace (0,pi,100) ,pi ]) ; x = sin (theta)。* cos (fia) ; y = sin (theta).* sin (fia) ; z = cos (theta) ; surf (x,y,z)遮蔽球面: theta = 0:0.1:2 * pi; phi = theta’ ; x = cos (phi) * c
    A+
热门评论