summaryrefslogtreecommitdiff
path: root/75/CH4/EX4.1/ex_12.sce
diff options
context:
space:
mode:
Diffstat (limited to '75/CH4/EX4.1/ex_12.sce')
-rwxr-xr-x75/CH4/EX4.1/ex_12.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/75/CH4/EX4.1/ex_12.sce b/75/CH4/EX4.1/ex_12.sce
new file mode 100755
index 000000000..647febdb9
--- /dev/null
+++ b/75/CH4/EX4.1/ex_12.sce
@@ -0,0 +1,8 @@
+ // PG (199)
+
+x = poly(0,"x");
+p3 = 1 + x + (1/2)*x^(2) + (1/6)*x^3
+deff('[y]=f(x)','y=exp(x)')
+funcprot(0)
+x = -1:0.01:1;
+f(x) - p3