(32S) Accurate TVM with direct solutions
|
05-17-2015, 12:55 AM
Post: #1
|
|||
|
|||
(32S) Accurate TVM with direct solutions
Total size: 183 bytes
This TVM solver uses direct solutions to compute n, PV, PMT, and FV. Solutions for i% must be obtained using the built-in numeric solver. The multiple direct solutions account for its size, although common expressions have been moved to subroutines where possible. Results are obtained very quickly by using direct solutions. Most of the math in this program is based on discussion in this thread. Usage Store values in appropriate registers: N - n (Number of periods) I - i% (Periodic interest rate, NOT i%/yr) P - PV (Present value) M - PMT (Payment) F - FV (Future value) Set flag 0 for begin period payments, or clear for end period payments. Execute the desired routine to compute the remaining variable: XEQ N - Compute n XEQ I - Compute i% (Periodic interest rate, NOT i%/yr) XEQ P - Compute PV XEQ M - Compute PMT XEQ F - Compute FV Use XEQ V to view/input the TVM variables interactively. Press R/S to cycle through variables. Omit this label if you don't need this feature, and wish to use STO/VIEW directly. Example: 31536000 STO N 10 RCL N / STO I 0 STO P 0.01 CHS STO M CF 0 XEQ F Result: 331,667.006689 Code: V01 LBL V - 010.5, 5FF1 |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
(32S) Accurate TVM with direct solutions - Dave Britten - 05-17-2015 12:55 AM
HP 35s - TVM from Gene Wright - PedroLeiva - 12-03-2015, 12:39 PM
RE: (32S) Accurate TVM with direct solutions - Jeff_Kearns - 12-26-2015, 11:24 PM
RE: (32S) Accurate TVM with direct solutions - Dieter - 12-30-2015, 08:22 AM
RE: (32S) Accurate TVM with direct solutions - Dave Britten - 12-30-2015, 12:13 PM
RE: (32S) Accurate TVM with direct solutions - Jeff_Kearns - 12-30-2015, 03:05 PM
RE: (32S) Accurate TVM with direct solutions - Dieter - 12-31-2015, 12:23 PM
RE: (32S) Accurate TVM with direct solutions - Dave Britten - 12-31-2015, 01:37 PM
RE: (32S) Accurate TVM with direct solutions - Dieter - 12-31-2015, 01:49 PM
RE: (32S) Accurate TVM with direct solutions - Dave Britten - 12-31-2015, 02:08 PM
RE: (32S) Accurate TVM with direct solutions - Dieter - 01-01-2016, 02:11 PM
RE: (32S) Accurate TVM with direct solutions - Jeff_Kearns - 12-31-2015, 02:04 PM
|
User(s) browsing this thread: 1 Guest(s)