Advertisement
Guest User

Untitled

a guest
Apr 16th, 2023
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.19 KB | None | 0 0
  1. f=Integrate[6/8*(c2-a2)^3*(s-b1)^3,{b1,0,s}]+Integrate[6/8*(c2-a2)^3*(b1-s)^3,{b1,s,1}];
  2. s=(1-t)*a1+t*c1;
  3. g=Integrate[f*(c2-a2),{t,0,1},{c1,0,1},{a1,0,1},{c2,a2,1}];
  4. Integrate[g,{a2,0,1}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement