2011-03-12 125 views

回答

0
syms('s', 'x');      % You declare the symbols `s' and `x' this way. 
M = [exp(-s)*x 1; 0 exp(-s)*sin(x)]; % This is a sample matrix 
M*inv(M)        % inv() gives you the inverse