FRCEGRAV.83p 

Dated: 09/23/98
Size: 95k
-----------------------------------------
Force & Gravity
Physics Program
-----------------------------------------
Any questions, comments, ect.  e-mail:
ti-8x@tnw.addr.com

For more updates visit
http://tnw.addr.com/TI-8X/
-----------------------------------------

Installation:

To install the program simply send the file FRCEGRAV.83p to your calculator using an appropriate program.  If you do not have a link cable simply type out the program yourself, the souce code is at the bottom.

-----------------------------------------

How to use:

Once you have the program in the calculator simply run the program by pressing the PRGM key, this will give you a list of all the programs in your calculator.  Click the PRGM button and highlight the name FRCEGRAV to execute the program.

The first thing it asks you is the Mass of First the object, type it in and hit return.

The second thing it asks you is the Mass of the Second object, type it in and hit return.

The third thing it asks you is the Distance between the two objects, type it in and hit return.

Then your answer is displayed.

-----------------------------------------

Source Code Notes:

-->   means hit the sto key

Ans  shift and the negative key (-)

EE is shift and , (comma), the smaller it looks like  a small E when you get it.

<= means less than or equal to

<--  I could'nt fine anything better to represent the square root sign, but that's the one I mean

Source Code:

:Input "MASS 1= ",A
:Input "MASS 2= ",B
:Input "DISTANCE= ",C
:6.67EE-11-->G
:G((AB)/C^2)
:Disp "ANSWER IS",Ans

-----------------------------------------

Enjoy!