Effacer les filtres
Effacer les filtres

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

4 vues (au cours des 30 derniers jours)
trudy rea
trudy rea le 2 Juil 2021
Commenté : John D'Errico le 3 Juil 2021
Looks complicated.
  1 commentaire
John D'Errico
John D'Errico le 3 Juil 2021
Will you please stop posting your homework problems with no effort made? I will start closing them.

Connectez-vous pour commenter.

Réponses (1)

the cyclist
the cyclist le 2 Juil 2021
Modifié(e) : the cyclist le 2 Juil 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

Catégories

En savoir plus sur Programming dans Help Center et File Exchange

Produits


Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by