Solving Integral via MATLAB!!

1 visualización (últimos 30 días)
kader
kader el 8 de Sept. de 2020
Respondida: Stephan el 8 de Sept. de 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.

Respuestas (1)

Stephan
Stephan el 8 de Sept. de 2020
syms a b z
eq = (a-z) / ((1+z)*(b+z));
pretty(eq)
sol = int(eq,z);
pretty(sol)

Categorías

Más información sobre Symbolic Math Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by