exponential of a matrix
matrix
Matrix exponential(Matrix matrix) { return matrix.performFunction((a) => exp(a)); }