![]() |
| Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact |
| ||||||
This is a discussion on calc question within the Everything Windows forums, part of the General PC Forums category; how would i program my ti calculator to do the quadratic formula for me?...
![]() |
|
|
LinkBack | Thread Tools |
|
|
#2 |
![]() |
heres the formula i want it to do for me -
x = (-b+√b²-4ac)/2a x = (-b-√b²-4ac)/2a and √ is the square root symbol it would also be cool if it could do - y=ax²+bx+c because thats what i need to know for some packet hes giving us... and its on my homework which i have to turn in soon, and i havent done any of it for the past week and a half >< |
|
|
|
|
|
#3 | |
![]() |
Quote:
First say Prompt A Prompt B Prompt C Then do the formula. |
|
|
|
|
|
|
#4 |
![]() |
Ah, Ti 83's are not that great for programming in basic.
In a TI 86 it would be: Input "A value: ",A Input "B value: ",B Input "C value: ",C Menu (1, "Add", Add, 2, "Subtract", Sub, 3, "Exit" Exit) Lbl Add B*B-->B2 4*A*C-->C2 B2-C2-->D √D-->D2 D2+(-B)-->D3 D3/(2*A)-->D4 Disp D4 Menu (1, "Again" Add, 2, "Subtract" Sub, 3, "Exit" Exit) Lbl Sub B*B-->B2 4*A*C-->C2 B2-C2-->D √D-->D2 D2-(-B)-->D3 D3/(2*A)-->D4 Disp D4 Menu (1, "Add", Add, 2, "Again", Sub, 3, "Exit" Exit) Lbl Exit End Well, I can't remember the exact setup of the menu function, but that is all from my horrible memory |
|
|
|
|
|
#5 | |
![]() |
Quote:
|
|
|
|
|
|
|
#6 |
![]() |
I remember coding so many things for my TI-83 and writing chemistry or physics notes and "using" my calculator... I coded practically every formula/theorem I ever did in math. My programs were a great success and I was also the main distributor of apps in my school. Why I never genenrated a profit from it? Maybe I should have...
__________________
I R homaki on [URL=http://forums.**********.net/]M4M[/URL] i.e. im not on QJ for anything anymore. |
|
|
|
|
|
#7 | |
![]() |
Quote:
|
|
|
|
|
|
|
#8 | |
![]() |
Quote:
PS: Do not try to make an Age Calc for yourself..I made one that told you how old you are in days (exactly, but not counting the hours) and it took me forever to find a correct algorithm to be usable..but I lost all my code when the batteries died out
|
|
|
|
|
|
|
#9 |
![]() |
also would i like go Prompt A
and for a use the alpha key and use the letter.. or is there an actual way to do it (sort of like using l1) and when i do my formula, its the smae thing.. do i jus type in a b and c... because i dont see any simple way to do this, except for itd take some time to sort out a command just doing it with X. |
|
|
|
![]() |
| Tags |
| calc , question |
| Thread Tools | |
|
|