Algebra Category Archive

Solve for Exponent of Logarithm

Sunday, June 3rd, 2007

This program solves for the exponent of a logarithm, given an argument A and a base B. This program can solve a logarithm of any base. For example, let’s say you need to solve the equation: log3 81 = E. Simply run the program and enter 81 as argument A and enter 3 as base B. Then the program solves for the exponent of the logarithm, which is 4.

Download Solve-for-Exponent-of-Logarithm Program »

Solve for Base of Logarithm

Thursday, May 3rd, 2007

This program solves for the base of a logarithm, given an argument A and an exponent E. This program can solve a logarithm of any base. For example, let’s say you need to solve the equation: logB 81 = 4. Simply run the program and enter 81 as argument A and enter 4 as exponent E. Then the program solves for the base of the logarithm, which is 3.

Download Solve-for-Base-of-Logarithm Program