index
:
Scilab-TBC-Uploads/.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
3838
/
CH3
/
EX3.24.b
/
EX3_24_B.sce
blob: 841c34f87ac7eff95ddb8ac7a01e57d9e1ff7cc9 (
plain
)
1
2
3
4
5
//Example 3.24.B clc; Syms s t; x=laplace((t^(2)-exp(-4*t)+exp(-7*t)),t,s); disp(x);