Solving Integral via MATLAB!!

1 visualizzazione (ultimi 30 giorni)
kader
kader il 8 Set 2020
Risposto: Stephan il 8 Set 2020
Can anyone slove the following integral in MATLAB or in Closed-form? Thanks in advance.
where a and b are any positive real numbers.

Risposte (1)

Stephan
Stephan il 8 Set 2020
syms a b z
eq = (a-z) / ((1+z)*(b+z));
pretty(eq)
sol = int(eq,z);
pretty(sol)

Categorie

Scopri di più su Symbolic Math Toolbox in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by