# 2 d

Definite integrals are specified by including the interval of integration in the third argument of the Int command :

> prob2d := Int( r^2 * exp( -r^3 ), r=0..infinity );

[Maple Math]

> value( prob2d );

[Maple Math]

>