How I Code the limit integration??

11 次查看(过去 30 天)
Ye
Ye 2022-10-29
回答: David Hill 2022-10-29
I know how to code integration, but I don't know how to code this integration.

回答(1 个)

David Hill
David Hill 2022-10-29
f=@(x).5*exp(-.2*x).*sin(10*pi*x);
I=integral(f,0,1)
I = 0.0029

类别

Help CenterFile Exchange 中查找有关 Calculus 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by