|
-
May 16th, 2003, 01:45 PM
#1
Thread Starter
Lively Member
Log()
Does anyone know how to calculate the LOG of a number without using the LOG function in VB or on a calculator?
For example, I use Log(num) to get a result but what calculation is performed to do that? If I learned it, I forgot how.
Thanks for any help.
I can do all things with VB.
-
May 16th, 2003, 03:38 PM
#2
Fanatic Member
-
May 18th, 2003, 06:46 PM
#3
Member
Also, Logarithms are inverses of exponential functions. Therefore if E^x=q then logEq=x and can be solved by a "change of base" or logE/logq = x.
Chris
-
May 18th, 2003, 09:08 PM
#4
Fanatic Member
Originally posted by BillyYank42
Also, Logarithms are inverses of exponential functions. Therefore if E^x=q then logEq=x and can be solved by a "change of base" or logE/logq = x.
Chris
But you still used Log function.

prog_tom
JOIN THE REVOLUTION!!!! Dual T3 backedup science community.
http://physics.sviesoft.com/forum
-
May 18th, 2003, 09:38 PM
#5
Member
All I was saying was that if you did (e^x)^-1 that it would be the same as doing a log.
Chris
-
May 18th, 2003, 10:21 PM
#6
Frenzied Member
ThomasJones: There are probably some power series which can be used. A Web Search or a trip to a good library should provide the coefficients. The first post by BillyYank42 could be used, but might be a bit more time consuming than other methods. I am not sure what he meant by his second post: Reciprocal of exponential or inverse of exponential.
As suggested by BillyYank42, solve ex - Number = 0
When a value is found for the above, x = ln(Number) Id Est: Loge(Number) = x
You can find a value for x using the Newton method of successive approximations.
Note that ex is the derivative of F(x) = ex - Number, which is required when using the Newton method.
Live long & prosper.
The Dinosaur from prehistoric era prior to computers.
Eschew obfuscation!
If a billion people believe a foolish idea, it is still a foolish idea!
VB.net 2010 Express
64Bit & 32Bit Windows 7 & Windows XP. I run 4 operating systems on a single PC.
-
May 19th, 2003, 07:15 PM
#7
Member
inverse of exponential.
Chris
-
May 24th, 2003, 03:28 PM
#8
Fanatic Member
Ill give this one a shot
Log (base5) 25
is basically - the power to which 5 is raised to get 25.
which is 2.
You don't want to use a calculator AT ALL?
Trust no one
----------------------------------------
http://www.eccentrix.com/members/xeaudrey/exanegotium.html
http://www.eccentrix.com/members/xeaudrey/
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|