Author Topic: TI Graphing Calculator Programs Mini-Megathread  (Read 2393 times)

TI-84+:

Lbl A
Input "",B
Disp "[INSERT TEXT HERE]"
Goto A

Run this, and if your friends ask to use your calculator, they will get really pissed off.

;)

Do they have calculators like this that have better screens yet?

I made two programs that solve quadratic functions, and solves for x and y in two equations. I also have one that's a screen saver.

Haha-no. TI-84+ Silver Edition is superior.

Number Factoring Script

This script factors a number; such that: 9 ~ 1 3 9 (except, prettier :/)

:ClrDraw
:Disp "What number?"
:Prompt X
:X->K
:0->A
:0->B
:Lbl AA
:If K≤0
:Stop
:If X/K=iPart(X/K)
:Text(A,B,X/K)
:If X/K=iPart(X/K)
:B+19->B
:If B≥80
:A+8->A
:If B≥80
:0->B
:K-1->K
:Goto AA


What's with all the labels and gotos and redefining variables everywhere? It's needlessly complicated, messy, and hard to follow

Code: [Select]
:Input "Number?",A
:For(B,1,A,1)
:If fpart(A/B)=0
:Then
:{A/B,B}->L1
:Disp L1
:End
:End

What's with all the labels and gotos and redefining variables everywhere? It's needlessly complicated, messy, and hard to follow

Code: [Select]
:Input "Number?",A
:For(B,1,A,1)
:If fpart(A/B)=0
:Then
:{A/B,B}->L1
:Disp L1
:End
:End

Because I want mine to be PRETTY.

Hoho.

Who wants a Yugioh life points calculator prograaaaaam?

Someone should re-create one of the older Pokemon games for calculator usage. Not requesting it here, but it would be godly.

Someone should re-create one of the older Pokemon games for calculator usage. Not requesting it here, but it would be godly.

Rebuilding an entire game in compatible code. Possible, but not expected.

Do they have calculators like this that have better screens yet?
what do you even mean

I actually have a Pokemon program.

what do you even mean
he is wondering if there are graphing calculators with screens that don't blur when trying to show more than 1 frame a minute.  Also maybe we could finally make the jump to color.

Also maybe we could finally make the jump to color.

Never!

Black and white forever!

DISTANCE -Solves the distance formula from 2 given points
I made a program for this and just happened to walk into this thread and see this.

Serendipity much?

I expected cool stuff like http://www.youtube.com/watch?v=VdA8bSsE9eo

I was hugely disjointedness.