diff options
Diffstat (limited to '104/CH8/EX8.1/8_1.sce')
-rwxr-xr-x | 104/CH8/EX8.1/8_1.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/104/CH8/EX8.1/8_1.sce b/104/CH8/EX8.1/8_1.sce new file mode 100755 index 000000000..90dc6e766 --- /dev/null +++ b/104/CH8/EX8.1/8_1.sce @@ -0,0 +1,6 @@ +//poles and zeroes
+s=%s
+sys=syslin('c',(s+1)/(s*(s+2)*(s+3)))
+plzr(sys)
+printf("three points on the root loci at which K=0 and those at which K=inf are shown in fig")
+
|