My first program :s

kirby2

Member!
Joined
Jan 11, 2003
Messages
924
Reaction score
0
Website
Visit site
I made my own "program" today with my graphing calculator (T-83 plus ). I made it to do the math we are going right now (Quadratic formula).
Here it is........

prompt A,B,C
ClrHome
b^2-4ac--->D
Disp "ans:"
Output(3,5,D)
If D <0
disp "no real ans:"
If D=0
disp "equal roots:"
If D>0
disp "2 different roots:"
pause
ctrlhome
(-(B)+(square root(D)))/(2A)--->K
Disp "Quad ans B+ square root D:"
Output(3,5,k)
pause
ctrlhome
(-(B)-(square root(D)))/(2A)--->L
Disp "Quad ans B- square root D:"
Output(3,5,L)

Yay I feel smart !
:rollie :D
 

KillerMe

BattleForums Senior Member
Joined
Jul 29, 2003
Messages
1,200
Reaction score
0
Location
Phoenix, AZ
Website
www.alm.web1000.com
Ya, I make programs sometimes when I bored, but mostly just to do stuff that we're doing in math and make it easier.

I even made a program that will turn like radical 27 into
3 rad 3.

Sorry I forget how, my ram got cleared. There are programs that have a lot of the stuff u need (quadratic forula and stuff) that you can DL if you have a graph link. If not, someone @ ur school probably has it. A good one is Toolbox.
 

Teddy

BattleForums Senior Member
Joined
Dec 25, 2002
Messages
3,026
Reaction score
0
Location
LOL
doesnt work..

or maybe my Graphing calc is a dif version

The coding looks very similar to mine,,

Btw your doing grade 9 math.. why do u need a graphing calc?
 

KillerMe

BattleForums Senior Member
Joined
Jul 29, 2003
Messages
1,200
Reaction score
0
Location
Phoenix, AZ
Website
www.alm.web1000.com
Originally posted by Teddy
\
Btw your doing grade 9 math.. why do u need a graphing calc?
@Teddy
I'm in 9th grade (freshman) and I use mine a lot. (I'm in PreCalc)

I'm not gonna bother to type all the code out? Are you using a TI-83 (or TI-83+, it shouldn't really matter for this program)?

@noob: it doesn't really take that much time. Besides, math can seem really boring alot.
 

KillerMe

BattleForums Senior Member
Joined
Jul 29, 2003
Messages
1,200
Reaction score
0
Location
Phoenix, AZ
Website
www.alm.web1000.com
kirby, thats a good idea, cept then they can redistribuite it. Since they dont know how to get to source code, make them enter a pword, then itll save it (you enter pword when u give it to them).


Save it as a list, then when the program starts, load the list. If it doesn't exist, ask them for the Pword which will be saved to the list. Then program goes back to main. If you don't know how to do this, I can give u example source code.
 

DigitalElite

Premium Member
Joined
Jul 16, 2003
Messages
2,455
Reaction score
0
Website
fishdynastyproducts.deviantART.com
I have made a program like that, and I just add every formula we learn into my calculator. I personally don't find it that special.
 

Wing Zero

lol just as planned
Joined
Oct 27, 2002
Messages
12,206
Reaction score
16
Originally posted by Master_America
She's even got Starcraft on it
2 things STARCRAFT ON A CALCULATOR?!?! another A GIRL!
 

DigitalElite

Premium Member
Joined
Jul 16, 2003
Messages
2,455
Reaction score
0
Website
fishdynastyproducts.deviantART.com
no of course he doesnt, you fordet who he is... He is Wing Zero!
 

Goth.Kid

Member!
Joined
Mar 1, 2004
Messages
89
Reaction score
0
Website
Visit site
I have a friend who has like a stripper screen saver on his palmpilot/calc, its pretty cool she walks around and shit and... uh Im such a loser haha
 

NewPosts

New threads

Top