summaryrefslogtreecommitdiff
path: root/257/CH2/EX2.1/example_2_1.sce
blob: 3a358f426ec89b50375fdd8bfc21952c9c18b986 (plain)
1
2
3
4
//laplace transform of exponential function
 syms t s;
 y=laplace('%e^(-a*t)',t,s);
 disp(y,"ans=")