[Scilab-users] Integration with infinite limits

Dang, Christophe Christophe.Dang at sidel.com
Tue Nov 18 13:52:44 CET 2014


Hello,

> De : users [mailto:users-bounces at lists.scilab.org] De la part de AnonymousPersona
> Envoyé : mardi 18 novembre 2014 07:41
>
> Is there a way to find integrals from limit -infinity to +infinity in scilab.

If you are looking for symbolic integrals,
I'm afraid Scilab is not the best tool.

If you are sure the integral is defined,
I suggest you just perform integrals from a big negative value to big positive value
e.g. 1e-380 to 1e308.

Or, knowing the integral between -M and M (arbitrary value),
you calculate the integral between -2*M and -M, and between M and 2*M,
add the result to the previous value,
and stop if the last increment is small or if M reaches high values.

HTH

--
Christophe Dang Ngoc Chan
Mechanical calculation engineer
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error), please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.



More information about the users mailing list