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

6 Ansichten (letzte 30 Tage)
Looks complicated.

Antworten (1)

the cyclist
the cyclist am 2 Jul. 2021
Bearbeitet: the cyclist am 2 Jul. 2021
f = @(x,y,z) sqrt(4 - x.^2 - y.^2 - z.^2);
q = integral3(f,0,1,0,1,0,1)
q = 1.7252

Kategorien

Mehr zu Programming finden Sie in Help Center und File Exchange

Produkte


Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by