in reply to Re: Add numbers in log domain
in thread Add numbers in log domain [solved]
My interpretation of the OP is: Given two (log) values X & Y where both are the logs to the same (unspecified) base: B; is it possible to derive Z, such that Z = logB( B^X + B^Y ); without going through the exponentiation step.
Eg.
X = logB( x ) = 2.51294159473206;
Y = logB( y ) = 2.95544864408182;
Z = logB( x + y ) = 3.51294159473206;
Is it possible to derive Z without discovering x & y by 'antilogging' X & Y?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Add numbers in log domain
by pRaNaV (Novice) on Jun 05, 2012 at 05:59 UTC |