Write MATLAB code which creates the vector
X = [X1, X2, X3, X4, X5] = [0.5, -72.125, 0.05, 25.127, 0.005]
Calculate the vector z = [Z1, Z2, Z3, Z4, Z5] defined by
$z_i = 2\sqrt{x_i^2 + (2\pi)^{x_i}}$, where i = 1, 2, 3, 4 or 5
using array arithmetic, and then calculate the maximum value
of vector z.