Сферические и цилиндрические координаты
Вычислим тройной интеграл от функции   
  по области, ограниченной поверхностями 
 .
| > | restart; | 
| > | with(LinearAlgebra): | 
| > | with(plots): | 
Warning, the name changecoords has been redefined
Область интегрирования.
| > | S:={x^2+y^2=4,x^2+y^2=8*z,x=0,y=0,z=0}; | 
![]()
| > | implicitplot3d(S,x=0..3,y=0..3,z=0..3); | 
![[Maple Plot]](images/ex14.gif)
| > | x:=r*cos(theta);y:=r*sin(theta);z:=z; | 
![]()
![]()
![]()
| > | simplify(S); | 
![]()
| > | f:=5*x; | 
![]()
| > | Int(Int(Int(r*f,z=0..r^2/8),r=0..2),theta=0..Pi/2)=int(int(int(r*f,z=0..r^2/8),r=0..2),theta=0..Pi/2); | 
