Property | Value |
---|---|
Hex Value | $BB23 |
Categories | |
Localizations |
|
tvm_𝗡
Overview
Computes the number of payment periods.
Comment:pre-CE french was vat_𝗡
Availability: Token available everywhere.
Syntax
tvm_𝗡[(I%,PV,PMT,FV,P/Y,C/Y)]
Arguments
Name | Type | Optional |
---|---|---|
𝗡 | Yes | |
I% | Yes | |
PV | Yes | |
PMT | Yes | |
FV | Yes | |
P/Y | Yes | |
C/Y | Yes |
Location
apps, 1:Finance
, CALC
, 5:tvm_
Description
The tvm__VAR_ commands use the TVM (Time Value of Money) solver to solve for the variable VAR. They're usually used in programs, since outside a program it's easier to use the interactive solver (the first option in the finance menu).
All five commands can be used by themselves, with no arguments. In that case, they will return the value of VAR solved from the current values of the other finance variables.
If you give them arguments, the values you give will replace the values of the finance variables. You can supply as many or as few arguments as needed, and the finance variables will be replaced in the order: N, I%, PV, PMT, FV, P/Y, C/Y (skipping the one you're solving for).
Error Conditions
- ERR:ITERATIONS is thrown if the maximum amount of iterations was exceeded in computing I% (this usually means there is no solution)
- ERR:NO SIGN CHG is thrown if calculating I% when FV, (N*PMT), and PV all have the same sign.
Related Commands
Source: parts of this page were written by the following TI|BD contributors: DarkerLine, GoVegan, J_Walker87.
History
Calculator | OS Version | Description |
---|---|---|
TI-83 | 0.01013 | Added |