First time here? Check out the FAQ!
answered 12 years ago
Would this work for you?
A = matrix(SR, 2, var('a,b,c,d')) exp(A)
I get a long expression which I assume is the matrix exponential.