# 2 a

Integration is very similar to differentiation. The two commands are int and Int - you are advised to use int in general.

> prob2a := Int( cos( x/4 ) + 6/x^3, x );

[Maple Math]

> value( prob2a );

[Maple Math]

>