Sunday, August 2, 2009

TI-84 programming error?

Hi. I made a program for the Ti-84 so it can find the discriminant for me (I know, I'm too lazy). It solves for me, however, It always says Syntax Error and then shows the answer. Can anyone fix this for me? Also, can anyone tell me how to run an archived program without switching it to RAM on the TI-84? Thx.





This is what I wrote for my Program....





PROGRAM:DISCRIMI


:ClrHome


:Prompt A


:Prompt B


:Prompt C


:B²-4AC %26gt;D


:End


:








When I click Goto, it goes to End. Please Help!





P.S. the %26gt; is a sideways arrow pointing to the right.

TI-84 programming error?
You are using End improperly.





It isn't required for this code.


Get rid of that line and output D.








PROGRAM:DISCRIMI


:ClrHome


:Prompt A


:Prompt B


:Prompt C


:B²-4AC -%26gt;D


:Disp D

phone cards

No comments:

Post a Comment