diff options
Diffstat (limited to '75/CH4/EX4.1/ex_12.sce')
-rwxr-xr-x | 75/CH4/EX4.1/ex_12.sce | 8 |
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 |