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년 전 | 1
