Question: Trouble differentiating Int with option

Hi,

I meet a problem when I want to find the derivative of an integral with parameters when th eintegral has an option for numerical evaluatio.  For example

>  S := Int(sin(a*x)/x,x=0..infinity,method=_DEFAULT);

> diff(S,a);

Error, (in diff/Int) invalid Int(...) format

What is the correct syntax ?

Thanks, 

 Dan

 

 

Please Wait...