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 CenterFile Exchange 中查找有关 Calculus 的更多信息

标签

产品


版本

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by