How to integrate the given integration?

1 visualizzazione (ultimi 30 giorni)
Shashibhushan Sharma
Shashibhushan Sharma il 23 Giu 2018
Risposto: Star Strider il 23 Giu 2018
integration from 0 to k, (exp(-ay)/y^n) dy

Risposte (1)

Star Strider
Star Strider il 23 Giu 2018
To do symbolic integration, use the Symbolic Math Toolbox int (link) function. Not all functions have analytic expressions.
To do numerical integration, with values for ‘a’, ‘n’, and ‘k’, use the integral (link) function.

Community Treasure Hunt

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

Start Hunting!

Translated by