Clear Filters
Clear Filters

How to integrate the given integration?

1 view (last 30 days)
Shashibhushan Sharma
Shashibhushan Sharma on 23 Jun 2018
Answered: Star Strider on 23 Jun 2018
integration from 0 to k, (exp(-ay)/y^n) dy

Answers (1)

Star Strider
Star Strider on 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.

Categories

Find more on Symbolic Math Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!