How do I integrate the triple integral square root of 4-x^2-y^2-z^2 from 0,1,0,1,0,1?

조회 수: 3 (최근 30일)
Looks complicated.
  댓글 수: 1
John D'Errico
John D'Errico 2021년 7월 3일
Will you please stop posting your homework problems with no effort made? I will start closing them.

댓글을 달려면 로그인하십시오.

답변 (1개)

the cyclist
the cyclist 2021년 7월 2일
편집: the cyclist 2021년 7월 2일
f = @(x,y,z) sqrt(4 - x.^2 - y.^2 - z.^2);
q = integral3(f,0,1,0,1,0,1)
q = 1.7252

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

태그

제품


릴리스

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by