Iterative calculation of exponent when not needed?
|
12-12-2023, 06:15 AM
Post: #1
|
|||
|
|||
Iterative calculation of exponent when not needed?
While working on some probability calculations using "solve" on an HP-27S, I was curious why an iterative solution was used while using logs would be faster? The equation was simply something like this:
Code: X = Y ^ Z Where I wanted to solve for Z. It chugged away displaying intermediate solutions while working it out. Why not simply.. Code: Z = log(X) / log(Y) I haven't tried it on my HP-48 yet. Would it resort to an iterative solution as well? What about TVM applications for solving for the number of periods? Iterative solutions? I haven't looked yet, but curious (and too late to investigate tonight).. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Iterative calculation of exponent when not needed? - Bill Duncan - 12-12-2023 06:15 AM
RE: Iterative calculation of exponent when not needed? - brouhaha - 12-12-2023, 06:43 AM
RE: Iterative calculation of exponent when not needed? - ijabbott - 12-13-2023, 08:13 AM
|
User(s) browsing this thread: 1 Guest(s)