summaryrefslogtreecommitdiff
path: root/2279/CH1/EX1.8/Ex1_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '2279/CH1/EX1.8/Ex1_8.sce')
-rw-r--r--2279/CH1/EX1.8/Ex1_8.sce5
1 files changed, 5 insertions, 0 deletions
diff --git a/2279/CH1/EX1.8/Ex1_8.sce b/2279/CH1/EX1.8/Ex1_8.sce
new file mode 100644
index 000000000..09c51e6d7
--- /dev/null
+++ b/2279/CH1/EX1.8/Ex1_8.sce
@@ -0,0 +1,5 @@
+x=poly([-4 2 1],'t','c')
+a=horner(x,0)
+b=horner(x,-2)
+disp(a)
+disp(b)