äf
1
(x
1
)
→
yy
1
© Find splice bound y's
äf2(x3)
→
yy3
if m=
1
then
© Set yy2 for s(x2) method:
(yy
1
+äf
1
(äx2)+yy3)/3
→
äyy2
© ... 'mean' method
elseif m=2 then
(äf
1
(äx2)+äf2(äx2))/2
→
äyy2
© ... 'center' method
endif
(äf
1
(ä),ä)|ä=x
1→
yp
1
© Find derivatives at interval bounds
(äf2(ä),ä)|ä=x3
→
yp3
math\splice4(yy
1
,äyy2,yy3,äh*yp
1
,äh*yp3)
→
splc
© Find splice coefficients
splc
→
#(spl4v[6])
© Save coefficients to user variable
polyeval(splc,k*(x
1
-äx2))-yy
1→
errx
1
© Find splice errors at bounds and midpoint
polyeval(splc,0)-äyy2
→
errx2
polyeval(splc,k*(x3-äx2))-yy3
→
errx3
k*(
(polyeval(splc,ä),ä)|ä=
⁻1
)-yp
1→
errd
1
© Find derivative errors at bounds
k*(
(polyeval(splc,ä),ä)|ä=
1
)-yp3
→
errd3
clrio
© Display errors on Program I/O screen
disp "Absolute errors:"
disp "s(x
1
): "&string(errx
1
)
disp "s(x2): "&string(errx2)
disp "s(x3): "&string(errx3)
disp "s'(x
1
): "&string(errd
1
)
disp "s'(x3): "&string(errd3)
EndPrgm
I will use spli4ui() to create the splice shown in the example above. On starting spli4ui(), the following
dialog box is displayed:
This screen shot shows the dialog box with the parameters entered:
6 - 107
Summary of Contents for TI-92+
Page 52: ...Component side of PCB GraphLink I O connector detail 1 41...
Page 53: ...LCD connector detail PCB switch side 1 42...
Page 54: ...Key pad sheet contact side Key pad sheet key side 1 43...
Page 55: ...Key cap detail 1 44...
Page 57: ...Component side of PCB with shield removed A detail view of the intergrated circuits 1 46...
Page 410: ...void extensionroutine2 void Credit to Bhuvanesh Bhatt 10 4...