Finance problems (TVM) on hp 49G+ hp 50G Periods and compounds per year are different
|
05-13-2024, 07:55 PM
Post: #8
|
|||
|
|||
RE: Finance problems (TVM) on hp. Periods per year and compounds per year are not sam
(05-13-2024 07:07 PM)Albert Chan Wrote: lua> ipy, ppy, cpy = .05, 12, 3 -- (I/Yr), (P/Yr), (I/Yr) It may be easier to use APR, EFF functions for i (if we have them) lua> APR = fn'i,n: expm1(log1p(i)/n)*n' lua> EFF = fn'i,n: expm1(log1p(i/n)*n)' lua> APR(EFF(ipy, cpy), ppy) / ppy 0.004140875317607807 TI BA-35 Solar 5 [►EFF] 3 = → 5.083796293 [►APR] 12 = → 4.969050367 [÷12] → 0.414087531 |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 10 Guest(s)