How can I calculate the matrix's exponential?
- Subject: How can I calculate the matrix's exponential?
- From: maxio at sohu
- Date: Fri, 1 Apr 2005 18:33:53 +0800 (CST)
By using
a:Matrix([b,c],[0,d]);
e^a;
I cannot get the wanted result, Please tell me how to get its result?