# 2 b

Notice that Maple did not include the constant of integration in the previous result - it is the user's responsibility to include this constant in an appropriate form when necessary. This example illustrates how this might be done :

> prob2b := Int( tan( 3*z ), z );

[Maple Math]

> value( prob2b ) + C;

[Maple Math]

>