index
:
Scilab-TBC-Uploads/.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
1499
/
CH3
/
EX3.25
/
q25.sce
blob: 106b5f65ad45120904e7626bb9d50e7db5b27fb1 (
plain
)
1
2
3
4
5
6
7
8
s=%s; syms k; num=k; den=s*(s+2)*(s^2+2*s+2); t=syslin('c',num/den); clf; evans(t)