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