Integrate symbolic expression while maintaining constants
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi i am looking to integrate the below equation (F1) from 0->Inf
a(1), a(2), a(3) are just constants a1,a2,a3 and i'd like to see the solution to the integral with the constants in it.
FD = @(s) sqrt((a(1).^2+s).*(a(2).^2+s).*(a(3).^2+s)); F1 = @(s) 1./((a(1).^2+s).*FD(s));
Is this possible? the integrals can be evaluated if the values a(1) a(2) and a(3) are replaced with numbers.
Any help would be greatly appreciated
Thanks!
0 commentaires
Réponses (1)
Roger Stafford
le 25 Sep 2014
Unless I am mistaken, that integrand gives rise to an elliptic integral, and probably 'int' is unable to express its integral in those terms using symbolic parameters.
0 commentaires
Voir également
Catégories
En savoir plus sur Symbolic Math Toolbox dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!