Synthetic Roots Program for the TI 82 and 83

Go to PRGM, NEW and name the program and then hit ENTER

Type the following:

:Disp "DEGREE="
:Prompt N
:N + 1 ® dim (L2)
:N + 1 ® dim (L1)
:For (I, 0, N, 1)
:Disp "A SUB", N – I, "="
:Input A
:A® L1(I + 1)
:End
:Repeat D=0
:Prompt C
:L1(1)® L2(1)
:For(J, 1, N, 1)
:C*L2(J) + L1(J + 1) ® L2(J + 1)
:End
:ClrHome
:Pause L2
:Disp "CONTINUE?"
:Disp "ENTER 0 FOR NO,"
:Disp "1 FOR YES"
:Input D
:End
:

NOTES:

Click here to see an example problem using this program.