Contents Links Search
 

RPN Scripts

RPN Documentation

Submit Script

Conversion
   Conversions
   Convert
   Euro
   Euro_Calculator
   Soundex
Engineering
   Feet_&_Inch
   Units
   Water
Entertainment
   Master_Mind
   Sticks!
Finance
   Annuity
   Euro_Calculator
   TVM_Financial_Functions
Math
   3D_Vectors_v1.2
   Base
   Base_Conversions
   Complex_Arithmetic
   Complex_Math
   Discrete_Math
   EBBases
   Fractions
   Fractions
   Least
   Logs_&_Powers
   Misc
   Regressions
   Scientific
   Scientific_Functions
   Scientific_Programmable
   Simple_Complex_Math
   Standard_Normal_Distribution
   Trig
Misc
   Health
   Husband's_Calculator
Physics
   Angle_of_View
   Depth_of_Field
   Physics_Functions
Time
   Clock
   Julian
   Multiple_Timer
   Stop5Watch
   Stopwatch
   Timer
Utility
   Board_Foot_Calculator
   Calendar_Functions
   Checkbook_II
   MiniG
   Stack_Handling_and_Saving
   WindChill

Physics Functions
Matt Smith - email


summary
Calculates Gamma from m/s and back.

instructions
Simply enter the speed in meters/sec and gamma is
calculated for you. Or you can enter your desired gamma and the
appropriate speed to reach that gamma is calculated

code
RPN.1
[c]#'300000000';
"Relativity"
"Rel."D'\Physics functions\by Matt Smith'V;
"c m/s"Cc;
~
"_.c->g"V11vv*-s/;
"_m/s->g"V11vv*CcCc*/-s/;
~
"_g->.c"V11vv*/-s;
"_g->m/s"VCc11vv*/-s*;

top
Nth Lab
©1996 - 2001 all rights reserved
August 03, 2001
contact