Titel: Exponet changer Author: Christian Sandberg Description: Let's say that you want to solve the following equation: 2^3.45=4^X Start the program and type 2 then 3.45. Then 4 and after that a new coefficient for X. Type a 1 here. This since the coefficient for 4^X is 1. If you wanted to know what 2^3.45=4^6X was then you type a 6. Well, press EXE 1 time and there you have the answer... 4^1.725 __________________________________________________________________________________ Command translation: -> Singel arrow => Double arrow (press: shift prgm f1 f1) _ Display (press: shift prgm f4) <= Less or equal > Greater or equal <> Not equal ^ Raised to the power of / Division 2rt() Root ( 2rt(9) is the square root of 9 = 3) 3rt() 3:rd root pi Pi (3.14....) (press: shift exp) E Exponent (press:EXP) ___________________________________________________________________________________ Mcl " kx " " y=B " "Base (B)?" ?->A "Exponent " ?->B "New base" ?->C "New exponent" ?->F B<>0=>A^B->D B<>0=>log D/log C->E B=0=>0->E E/F->F "New base=" C_ "New exponent=" E _____________________________________________________________________________________