How to determine if an integral is unevaluated?



You might have to search through the whole expression
to see if ANY operator is 'integrate. Maxima might have
done some but not all of your expression.
RJF


Dan Stanger wrote:

>integrate(exp(-sqrt(x^2-1)),x);
>if op(%)=nounify('integrate) then true;
>
>  
>
>