index
:
Scilab-TBC-Uploads/.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
3838
/
CH3
/
EX3.24.c
/
EX3_24_C.sce
blob: bec5984b78d91baeb9a0ab704293ac3e39e38609 (
plain
)
1
2
3
4
5
//Example 3.24.C clc; Syms s t; x=laplace((1+0.5*exp(-6*t)+0.2*exp(-3*t)),t,s); disp(x);