Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How do I evaluate the double integral of ye^xy over the intervals 0,2 and 0,3?

1 回表示 (過去 30 日間)
trudy rea
trudy rea 2021 年 6 月 30 日
閉鎖済み: Cris LaPierre 2021 年 7 月 3 日
Trying to figure this out. I tried to use q=dblquad and I get an error message saying the variable of xy is not valid.

回答 (1 件)

Matt J
Matt J 2021 年 6 月 30 日
You probably mean to write
fun=@(x,y) y.*exp(x.*y)
but instead put
fun=@(x,y) y.*exp(xy)

タグ

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by