Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

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

1 visualización (últimos 30 días)
trudy rea
trudy rea el 30 de Jun. de 2021
Cerrada: Cris LaPierre el 3 de Jul. de 2021
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.

Respuestas (1)

Matt J
Matt J el 30 de Jun. de 2021
You probably mean to write
fun=@(x,y) y.*exp(x.*y)
but instead put
fun=@(x,y) y.*exp(xy)

La pregunta está cerrada.

Etiquetas

Productos


Versión

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by