summaryrefslogtreecommitdiff
path: root/75/CH3/EX3.7/ex_7.sce
blob: 5a6d41a181ba84d2bb635a4d90c51cd50247a04d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
        //    PG (144)

deff('[y]=f(x)','y=sqrt(x)')
funcprot(0)
deff('[y]=fp(x)','y=0.5/sqrt(x)')
funcprot(0)
deff('[y]=fpp(x)','y=-0.25*x^(-3/2)')
funcprot(0)
deff('[y]=fppp(x)','y=3*x^(-2.5)/8')
deff('[y]=fpppp(x)','y=-15*x^(-7/2)/16')

//    f[2.0,2.1,.....2.4] = -0.002084

fpppp(2.3103)/factorial(4)