How can I calculate the matrix's exponential?



By using   
   a:Matrix([b,c],[0,d]);
   e^a;

I cannot get the wanted result, Please tell me how to get its result?