How to integrate the given integration?

1 Ansicht (letzte 30 Tage)
Shashibhushan Sharma
Shashibhushan Sharma am 23 Jun. 2018
Beantwortet: Star Strider am 23 Jun. 2018
integration from 0 to k, (exp(-ay)/y^n) dy

Antworten (1)

Star Strider
Star Strider am 23 Jun. 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