index
:
Scilab-TBC-Uploads/.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
269
/
CH7
/
EX7.7
/
example7.sce
blob: 2bc84c65a830e66aa46579da414b67c2a9e6ca13 (
plain
)
1
2
3
4
5
syms t s=%s [A]=pfss((2*s+3)/(s^2+3*s+2)) disp(A(1)) disp(A(2))