| Author |
Comment/Response |
yehuda ben-shimol
|
11/01/07 00:37am
Hi,
Remove the MatrixForm
M1 = {{Exp[-i*k*a], Exp[i*k*a]}, {i*k*Exp[-i*k*a], -i*k*Exp[i*k*a]}}
M2 = {{Exp[-l*a], Exp[l*a]}, {l*Exp[-l*a], -l*Exp[l*a]}}
M3 = {{Exp[l*a], Exp[-l*a]}, {l*Exp[l*a], -l*Exp[-l*a]}}
M4 = {{Exp[i*k*a], Exp[-i*k*a]}, {i*k*Exp[i*k*a], -i*k*Exp[-i*k*a]}}
M5 = Simplify[Inverse[M4].M3.Inverse[M2].M1 ]
Use TraditionalForm to display the cell in traditinal mathematica format: Select the required cell, and CTRL+SHIFT+T or from the cell menu use convert to ...
good luck
yehuda
URL: , |
|