| Author |
Comment/Response |
Nasser M. Abbasi
|
06/30/12 4:29pm
==========================
mmaatt[a_, b_, c_] := {{a, 1, 0}, {1, b, 2}, {2, 3, c}}
a = 1;
b = 2;
c = 3;
Log[Tr[MatrixExp[mmaatt[a, b, c]]]]
======================================
Just type
N[%]
to see the result of the last command above.
--Nasser
URL: , |
|