Feeds
已回答
Finding volume using triple integration
This shall work : clear clc syms x y z real xa=-2; xb=2; ya=0+0*x; yb=sqrt(4-x^2); za=0+0*x; zb=x+2; I=int(int(int(1+0...
Finding volume using triple integration
This shall work : clear clc syms x y z real xa=-2; xb=2; ya=0+0*x; yb=sqrt(4-x^2); za=0+0*x; zb=x+2; I=int(int(int(1+0...
5 years 前 | 1
