beautypg.com

HP Prime Graphing Wireless Calculator User Manual

Page 171

background image

Functions and commands

167

The arguments PPYR, CPYR, and BEG are optional; if not

supplied, PPYR=12, CPYR=PPYR, and BEG=0.

CalcFV

Solves for the future value of an investment or loan.

CalcFV(NbPmt,IPYR,PV,PMTV[,PPYR,CPYR,BEG]

Example:

CalcFV(360, 6.5, 150000, -948.10)

returns

-2.25

CalcIPYR

Solves for the interest rate per year of an investment or loan.

CalcIPYR(NbPmt,PV,PMTV,FV[,PPYR,CPYR,

BEG])

Example:

CalcIPYR(360, 150000, -948.10, -2.25)

returns

6.50

CalcNbPmt

Solves for the number of payments in an investment or loan.

CalcNbPmt(IPYR,PV,PMTV,FV[,PPYR,CPYR,BEG])

Example:

CalcNbPmt(6.5, 150000, -948.10, -2.25)

returns

360.00

CalcPMT

Solves for the value of a payment for an investment or loan.

CalcPMT(NbPmt,IPYR,PV,FV[,PPYR,CPYR,BEG])

Example:

CalcPMT(360, 6.5, 150000, -2.25) returns
-948.10

CalcPV

Solves for the present value of an investment or loan.

CalcPV(NbPmt,IPYR,PMTV,FV[,PPYR,CPYR,BEG])

Example:

CalcPV(360, 6.5, -948.10, -2.25) returns
150000.00

DoFinance

Calculate TVM results. Solves a TVM problem for the variable
TVMVar. The variable must be one of the Finance app's
Numeric view variables. Performs the same calculation as
tapping

in the Numeric view of the Finance app with

TVMVar highlighted.

DoFinance(TVMVar)