User Guide –

Actuarial Math Made Easy

 

 

 

Topic

Description

Correct

Incorrect


 

1)        General usage of the TI89/Voyage200

a) Multiplication of variables

b) Enter .5 instead of ˝ to obtain decimal answers.

c) Roots: i.e. 3√x

d) Denominators

e) Squaring sin(x)

f) Attention to parentheses:

g) Euler Number

h) Parentheses

x*y^2,  x*cos(x)

 

use ˝*x or .5*x 

 

 

x^(1/3)

1/(x-2)

sin(x)^2

I.e. ln(sin(5x))/(x^2-1)

e (using Diamond e^x)

(x^2-9)/(3+x^2) 

xy^2,  xcos(x)

 

 

 

 

3√x

1/x-2

sin(x^2)

 


e (Alpha e)

(x^2-9)/3+x^2 


 

2)        General usage of ACTME

a) Use ESC to exit the current module or ACTME altogether.

b) Incorrect Entries – see above - yield the error message: “Invalid Entry”. Press ENTER and correct expression.

c) To force decimal answers, use decimal input (see also 1b)     

d) Provide 140,000 of RAM and 210,000 of Flash ROM (to check:2nd 6). Deleting or archiving files may be necessary: use 2nd “–“ (VAR-LINK), F4 to select files, then F1 to delete or archive. Archiving might be a good way to manage programs, variables, etc as a loss of battery power may delete any unarchived files. 

e) Emptying the MAIN folder when starting ACTME will prevent any file reoccurrences (and thus loading error).

f) Should ACTME not start (anymore) or act strange, reset ALL memory (2nd 6, then F1) as memory may be corrupted. 

g) Use the latest Operating System (OS) using TI Connect. 

 

 


 

3)        Garbage Collection

 

Nothing to worry about. The calculator reorganizes memory for proper functioning of APPS such as ACTME. 

 


 

 

4)        Incorrect Program Termination.

If ACTME is not properly terminated using ESC, these two error messages may occur. Simply press ESC (up to 50 times) , then restart ACTME. If trouble persists: take out all 4+1 batteries and reinstall ACTME. 

 


 

 

 

Correct:

1) L1= {1,2,3}
2) L1= {1,2,4.3,9.1}

Note: Assure to use { } and , to separate numbers.

Incorrect:

1) L1= (1,2,3)
2) L1= [1,2,3]
Note: Assure to use { } and !! 


 

 

 

Correct:

1) L1= {1,2,3}
2) L2= {1,2,4.3}

Note: Assure that list lengths match. (Exception: Non-Parametric Tests.)  Assure to use { } and , to separate numbers.

Incorrect:

1) L1= {1,2,3}
2) L2= {1,2,5,4.3}
Note: L2 hast 1 more entry !!