summaryrefslogtreecommitdiff
path: root/75/CH4/EX4.10/ex_9.sce
blob: b3ba594e2421d24e2556edda70940f1b498d50fb (plain)
1
2
3
4
5
6
7
8
9
        //    PG (227)

deff('[y]=f(x)','y=exp(x)')
c3=0.994571+0.997308*x+0.542991*x^2+0.177347*x^3;
norm(exp(x)-c3,'inf')

//    as obtained in the example 6, c4 = 0.00547, T4(x) = (-1)
//    c4*T4(x) = 0.00547 * (-1)
//    norm(exp(x)-q3,'inf') = 0.00553