(17B/19B) GPM: initial payment
|
05-28-2024, 05:56 AM
(This post was last modified: 05-28-2024 11:38 AM by Werner.)
Post: #17
|
|||
|
|||
RE: (17B/19B) GPM: initial payment
(05-27-2024 02:23 PM)Albert Chan Wrote: We can remove loops, and get direct formula for pv/pmt Hi Albert, that is literally what I did in the very first reply to Sliderule's original post. The only difference is that I tried to make use of the ('standard',high-precision) financial functions USPV,USFV etc and so I had to find the q% if q = 1 + q%/100 in your formula. This is my latest concoction, no local variables: Code: GPM:PV+(USPV(I%÷12:12)×USFV((G%-USFV(I%÷12:12)×I%÷12)÷SPFV(I%÷12:12):N)+USPV(I%÷12:(M-N)×12)×SPFV(G%:N)÷SPFV(I%÷12:N×12))×PMT or, with a bit of comments: Code: GPM:PV+ (I put PMT at the end so that it's the last entry in the solver menu) Cheers, Werner 41CV†,42S,48GX,49G,DM42,DM41X,17BII,15CE,DM15L,12C,16CE |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)