index
:
Scilab-TBC-Uploads/.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
257
/
CH2
/
EX2.4
/
example_2_4.sce
blob: 8cc7341d883fabf879b2ff86760f321cc24ca677 (
plain
)
1
2
3
4
5
6
7
s=%s; F=(s-2)/(s*(s+1)^3); syms t s; y=ilaplace(F,s,t); disp(y,"f(t)=")