ticalc.org
Basics Archives Community Services Programming
Hardware Help About Search Your Account
   Home :: Community :: Surveys :: Does your school/workplace have a calculator club/group?
Error!
Failed to query database!

Re: Does your school/workplace have a calculator club/group?
something1990 Account Info

Everyone is saying they are the only programmer in their school. How sure are you? Have you asked others to see if you are the only programmer in your schools?

Reply to this comment    21 April 2006, 20:54 GMT


Re: Re: Does your school/workplace have a calculator club/group?
Matt M Account Info

I know that I'm the only "decent" programmer. Here's an example of what others can do...from my notes for math analysis...

** 83 Plus SE/84 Plus SE

-> is STO

Program: AREABOX
:ClrHome
:Disp "LENGTH SIDE 1="
:Input A
:Disp "LENGTH SIDE 2="
:Input B
:A*B->C
:Disp "THE AREA="
:Disp C

And my version:

Program: AREABOX
:ClrHome
:Input "Side 1=",A
:Input "Side 2=",B
:Disp "Area=",A*B

Notice any difference?

Anyway, look for a 83+/84+ program that I (will) upload called "COMPSQRE". It (will be) a very nice complete the square program that will display the following:

Input:
+--------------+
|AX^2+BX+C |
|A=?1 |
|B=?2
|C=?3
|
|
|
|
+---------

Output:
+----------------+
|y = A(x-H)^2+K |
| A= 1 |
| H= -1 |
| K= 2 |
| |
|Y= (x+1 )^2+2 |
| [ENTER] = exit |
+----------------+

(although the last line "Y=..." is only if it willl fit.)

If I hear 'positive' feedback here about that program, I'll bother to upload it to 83+ basic...if not, I won't rush the readme and upload...

So, reply and let us know about ideas!

Reply to this comment    24 April 2006, 20:54 GMT


Re: Re: Re: Does your school/workplace have a calculator club/group?
Matt M Account Info

Um, sorry...that was too long...

oh well, that uses up my quota of posts for a while...

<shutting up></typing>

Reply to this comment    24 April 2006, 20:57 GMT
1  2  3  4  5  

You can change the number of comments per page in Account Preferences.

  Copyright © 1996-2012, the ticalc.org project. All rights reserved. | Contact Us | Disclaimer