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