summaryrefslogtreecommitdiff
path: root/Completed Simulations/K.Ogata/Scilab/Ex6_a_6.sci
diff options
context:
space:
mode:
Diffstat (limited to 'Completed Simulations/K.Ogata/Scilab/Ex6_a_6.sci')
-rw-r--r--Completed Simulations/K.Ogata/Scilab/Ex6_a_6.sci5
1 files changed, 5 insertions, 0 deletions
diff --git a/Completed Simulations/K.Ogata/Scilab/Ex6_a_6.sci b/Completed Simulations/K.Ogata/Scilab/Ex6_a_6.sci
new file mode 100644
index 0000000..74e8f49
--- /dev/null
+++ b/Completed Simulations/K.Ogata/Scilab/Ex6_a_6.sci
@@ -0,0 +1,5 @@
+function locus1(z)
+s=%s
+G=syslin('c',1,s*(s+1)*(s^2+4*s+13));
+evans(G,z)
+endfunction