index
:
Scilab-TBC-Uploads/.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
3838
/
CH3
/
EX3.16.b
/
EX3_16_B.sce
blob: 1092d7803a3a9a8d11e82b79f7d43a067ee1396b (
plain
)
1
2
3
4
5
6
//Example 3.16.B clc; syms s; I=(8*(s^(2)))/((s+2)*(s+1)^(3)); i=ilaplace(I); disp(i);