Quadratic Formula Program

Quadratic Formula calculates the two roots, given a quadratic equation.

Quadratic Formula Program Walkthrough:

  1. Quadratic Program Screenshot 1

    Input values for A, B, and C.

  2. Quadratic Program Screenshot 2

    The two roots of the given quadratic equation are displayed.

Download Quadratic Formula Program »

Related Articles

4 Responses to “Quadratic Formula Program”

  1. trouble Says:

    My calculator, TI-84 plus won’t run application. “Window Size Error” Help???

  2. anelson Says:

    go to window
    make sure that the xmin, and xmax dont conflict ex
    xmin=0
    xmax=-10
    same with y min

  3. Crusher Says:

    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)

  4. wont run Says:

    it wont run it says “err: archived”

Leave a Reply