Exercise. 2 Pie Define the function f by f (X) = Pi 4 sin (a) Use the ...

2 Pie Define the function f by f (X) = Pi 4 sin (a) Use the arrow notation to define the functionin Maple. Evaluate fat X = 2.5. (b) Use the unapply command to define the function in Maple. Evaluate f to 20 decimal places at X = > f := x > (2*Pi * exp(2*x)) / (3 * sqrt(x)) - 4*sin(x/5); 2 rte > (2.5); — 4 sin 194.6721150 restart: ................
................