Azzera filtri
Azzera filtri

How do I solve the double integral determined by the surface z=4x^2-y^2 over the rectangular region created by the coordinates (0,0),(4,0),(0,3) and (4,3) in the xy-plane?

1 visualizzazione (ultimi 30 giorni)
How would I solve this?

Risposta accettata

Chunru
Chunru il 2 Lug 2021
You can do a numerical integration:
z = integral2(@(x, y) 4*x.^2 - y.^2, 0, 4, 0, 3)
z = 220.0000

Più risposte (0)

Prodotti


Release

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by