summaryrefslogtreecommitdiff
path: root/260/CH10/EX10.12/10_12.sce
blob: c764153242034fc530de6194d89090e6bc5df9ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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)