Numerical Integration with Infinity as the upper limit
Mostrar comentarios más antiguos

How can I integrate this without the use of syms. I need to sub values into the final integrated equation and be able to plot the results on a graph.
1 comentario
Jim Riggs
el 14 de Mzo. de 2018
This integral is easy to solve. Try using your math skills
Respuestas (1)
Jim Riggs
el 14 de Mzo. de 2018
0 votos
f(x) = 8*e^(-x/10) dx
Integral f(x) = -80*e^(-x/10) + C
Categorías
Más información sobre Calculus en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!