Quadratic Formula Program
Quadratic Formula calculates the two roots, given a quadratic equation.
Quadratic Formula Program Walkthrough:
-

Input values for A, B, and C.
-

The two roots of the given quadratic equation are displayed.
Download Quadratic Formula Program »
August 29th, 2007 at 12:29 pm
My calculator, TI-84 plus won’t run application. “Window Size Error” Help???
October 9th, 2007 at 7:58 pm
go to window
make sure that the xmin, and xmax dont conflict ex
xmin=0
xmax=-10
same with y min
April 10th, 2008 at 6:52 pm
My program is way better
:clrhome:promptA,B,C
:(B^2)-4(A)(C)->W [-> is the STO button]
:If W/=0
:Then
:-B+suareroot(W->X
:X/(2A)->Y
:Output(4,1,”ROOTS ARE:”:Output(5,1,Y)
:-B-squareroot(W->I
:I/(2A)->J
:Output(6,1,J)
May 12th, 2008 at 11:19 pm
it wont run it says “err: archived”