MATLAB has a shortcut for computing the exponential of a matrix. While the command exp(M) takes the exponential of each element of the matrix, the command expm(M) computes the matrix xponential. Verify your results for P18 using this built-in function.