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