summaryrefslogtreecommitdiff
path: root/2048/CH7/EX7.1/rlocus_ex1.sce
blob: 02cdde20fffc9b9b9429ca4ca450f38138f34d15 (plain)
1
2
3
4
5
6
7
8
9
// Procedure to draw root locus for the problem discussed in Example 7.1 on page 247.
// 7.1

exec('tf.sci',-1);

H = tf(1,[1 -1 0],-1);
evans(H)