First time here? Check out the FAQ!
answered 2012-06-21 22:27:17 -0600
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.