index
:
Scilab-TBC-Uploads/.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
3838
/
CH3
/
EX3.26.c
/
EX3_26_C.sce
blob: b1431f1ae93beba5c14a80109170dba091413bbf (
plain
)
1
2
3
4
5
6
//Example 3.26.c clc; syms s; F=1/(s^(2)+s+1); f=ilaplace(F); disp(f);