Page 3 of 4
Posted: Sat Mar 29, 2008 1:41 am
by Yuryeong
Ow this is too hard for me... I'm better in fisic! I love fisic!
Posted: Sat Mar 29, 2008 1:43 am
by JKL;!!!!!
yis fizz i.t=waybeter then lahng.uahge ertsand grmer+ m th a .
Posted: Sat Mar 29, 2008 1:44 am
by Yuryeong
Waybeter/lahng = m th a!
Way = math!

Posted: Sat Mar 29, 2008 1:47 am
by JKL;!!!!!
translation:
Yes, Physics is way better than Language Arts and Grammer. Physics is also way better than Math.
and yes, the way is math! WOOOOOOOOOO!
Posted: Sat Mar 29, 2008 1:51 am
by Yuryeong
I love Psychology... I know a lot about this!
Posted: Sat Mar 29, 2008 1:56 am
by JKL;!!!!!
have you tried psychology on yourself?
Posted: Sat Mar 29, 2008 2:02 am
by Yuryeong
No... I'm too crazy for that!
Posted: Sat Mar 29, 2008 2:44 am
by Tom
Solve the system of equations:
2x + 3y + z = 12
(3y) / z = 4
2z + x = 9
Posted: Sat Mar 29, 2008 2:59 am
by Yuryeong
Sorry I dunno how to soulve these

Posted: Sat Mar 29, 2008 3:54 am
by JKL;!!!!!
i think i do
no i don't

Posted: Sat Mar 29, 2008 2:04 pm
by CX gamer
You mean for ASDF: The game?!...
Uhm... I am going to improvise this...
Code: Select all
PROGRAM:ASDF
:ClrHome
:Repeat Ans=11
:getKey:End
:startTmr->T
:Repeat Ans=12
:getKey:End
:Repeat Ans=13
:getKey:End
:Repeat Ans=14
:getKey:End
:Disp checkTmr(T)
Well, I just used now the top first 4 keys as input... Because if you want the ASDF keys you change this to whatever keycode it has... I know these when I have my Ti 84 plus with me...
Here is to find them:
Code: Select all
PROGRAM:GETKEY
Repeat Ans
getKey:End
Disp Ans
Posted: Sat Mar 29, 2008 2:07 pm
by Yuryeong
Pascal rule this programing language u.u
Posted: Sat Mar 29, 2008 4:31 pm
by CX gamer
Well yury, I'm afraid Pascal i getting outdated...
This language is for beginning programmers and simple stuff on like a calculator...
If it where pascal on my calc, then it would be written in pascal...
Posted: Sat Mar 29, 2008 5:37 pm
by Doctor What
Pascal? Didn't he have like a triangle or something?
Posted: Sat Mar 29, 2008 6:31 pm
by atomtengeralattjaro
might. but he had a lot of pressure on himself in his life..
Posted: Sat Mar 29, 2008 10:11 pm
by CX gamer

We're not talking about Thomson Pascal, but about Andrew Pascal...
Posted: Sun Mar 30, 2008 1:02 am
by Doctor What
Both rock my socks.
Posted: Sun Mar 30, 2008 6:36 am
by CX gamer
Tom wrote:Solve the system of equations:
2x + 3y + z = 12
(3y) / z = 4
2z + x = 9
Oh srry Tom, I forgot... I'll do it then...
2x + 3y + z = 12
y = 4z/3
x = 9-2z
2*(9-2z) + 3*(4z/3) + z = 12
<=> 18 - 4z + 4z + z = 12
<=> 6 = -z
<=>
z = -6
y = 4*(-6)/3
<=>
y = -12
x = 9-2*(-6)
<=> x = 9 + 12
<=>
x = 21
V = {(21,-12,-6)}
You could make these systems harder...[/code]
Posted: Sun Mar 30, 2008 7:08 am
by W/E
where is the initial code tag???
Posted: Sun Mar 30, 2008 7:18 am
by CX gamer
[Initial code]