U.S.A

5-1 Amortize

Description : Computes standard amortization calculations involved with annuities and loans: present value, future value, loan payments, and sinking fund payments.

File Name : AMORTIZE

5-2 Bond Calculation

Description : Performs bond calculations.

File Name : BONDMAIN

5-3 Powers of Complex Numbers

Description : Finds any power of a complex number.

File Name : CMPLXPWR

* Change the set up screen’s Angle setting to Rad (radians) before executing this program.

5-4 Complex Roots

Description : Finds and displays the N complex solutions of ZN = c, where c is any complex (or real) number and N is a positive integer.

File Name : CMPLXRT

* Change the set up screen’s Angle setting to Rad (radians) before executing this program.

5-5 Double Integral

Description : Numerically approximates a double integral using the following formula:

b

f

f (x, y) dA = f (oi, pi) Axiyi

 

f5

a

4

6

6

File Name : DBLINT

5-6 Euler’s Method

Description : Plots the Euler’s method solution of the following differential equation:

dy/dx = f6 (x, y)

File Name : EULER

12