フィルターのクリア

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 回表示 (過去 30 日間)
How would I solve this?

採用された回答

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeCalculus についてさらに検索

タグ

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by