Title : QuadSolve Programmer: Anthony J Doggett Calculator: TI-83 Date : Nov 96 Function : Solves Quadratic equations in the form ax²+bx+c ClrHome a+bi (Sets complex numbers on - deals with errors easily + can be helpful.) Prompt A,B,C "Root"(B²-4AC) -> D ("Root" demotes the square root function) (-B+D)/(2A) -> X (-B-D)/(2A) -> Y Disp X,Y