Question: What is the expected behaviour of cos(RandomVariable(Normal(0,1))?

Hi all,

 

The following command:

limit(CDF(cos(RandomVariable(Normal(0,1))),x),x=infinity);

returns erf(Pi/sqrt(2)) instead of 1, as expected for a CDF.

Does someone has an explanation for this strange behaviour?

Best regards,

 

Régis

Please Wait...