TI-83 Programs
This program evaluates the quadradtic formula for
the coefficients A, B, and C.
:Prompt A,B,C
:((-B)+√(B^2-4*A*C))/(2*A)→X
:((-B)-√(B^2-4*A*C))/(2*A)→Y
:Disp X,Y
Updated 02/18/2006