diff options
Diffstat (limited to '260/CH10/EX10.12')
-rw-r--r-- | 260/CH10/EX10.12/10_12.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/260/CH10/EX10.12/10_12.sce b/260/CH10/EX10.12/10_12.sce new file mode 100644 index 000000000..c76415324 --- /dev/null +++ b/260/CH10/EX10.12/10_12.sce @@ -0,0 +1,13 @@ +//Eg-10.12
+//pg-458
+
+clear
+clc
+close()
+
+x = [1.04 1.11 1.19 1.32 1.47 1.6 1.79 1.97 2.15 2.34 2.48 2.64 2.76 2.86 2.96];
+y = [3.7 3.87 4 4.14 4.26 4.32 4.37 4.39 4.38 4.33 4.26 4.14 4.01 3.86 3.70];
+
+exec cubicspline.sci
+
+cubicspline(x,y)
\ No newline at end of file |