summaryrefslogtreecommitdiff
path: root/60/CH4/EX4.14/ex_14.sce
diff options
context:
space:
mode:
Diffstat (limited to '60/CH4/EX4.14/ex_14.sce')
-rwxr-xr-x60/CH4/EX4.14/ex_14.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/60/CH4/EX4.14/ex_14.sce b/60/CH4/EX4.14/ex_14.sce
new file mode 100755
index 000000000..67075dbc2
--- /dev/null
+++ b/60/CH4/EX4.14/ex_14.sce
@@ -0,0 +1,6 @@
+//example(3.14)
+
+ c=[-3 1 0 1]
+ p3=poly(c,'y','coeff')
+ roots(p3)
+ \ No newline at end of file