統計
MATLAB Answers
0 質問
1 回答
ランク
of 178,572
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
Find the volume of the region bounded between the planes x + y + 2z = 2 and 2x + 2y + z = 4 in the first octant.
clear clc syms x y z xa=0; xb=2; ya=0+0*x; yb=2-x; za=(2-x-y)/2; zb=4-(2*x)-(2*y); I=int(int(int(1+0*z,z,za,zb),y,ya,yb...
Find the volume of the region bounded between the planes x + y + 2z = 2 and 2x + 2y + z = 4 in the first octant.
clear clc syms x y z xa=0; xb=2; ya=0+0*x; yb=2-x; za=(2-x-y)/2; zb=4-(2*x)-(2*y); I=int(int(int(1+0*z,z,za,zb),y,ya,yb...
5年以上 前 | 0
| 採用済み

