Due to the rubbish browser that we are compelled to use, it is not possible to use any super or subscripts so here goes, with things spelled out in detail:
log to base 2a of 2b = log to base a of 2b/log to base a of 2a
= [(log to base a of 2) + (log to base a of b)] / [(log to base a of 2) + (log to base a of a)]
= [(log to base a of 2) + (log to base a of b)] / [(log to base a of 2) + 1]
Although it's certainly possible, the log function is one thing that's not practical to compute with pencil and paper. Typical methods are with the use of a slide rule, calculator, or tables in a book.
to get MP using calculator.. lat/2+45=tan=log=*7915.7-sin lat*23.01 just follow it...
It cannot be done because the base for the second log is not given.
You can't: let suppose y the power of x to obtain such a result then xy=x/2 then xy-1=1/2 (y-1) log (x) = - log(2) (if x is a positive number) y-1 = -log(2)/log(x) y = 1 - log(2)/log(x) So log function must also being used!
smoke~ if you were to capture the smoke coming out of the log and weigh it it would measure to 4kg so what is 4+1?
youblogin like you are suppose to
log(36) = 1.5563To solve this problem without using a scientific calculator, factor 36 into 2*2*3*3, and use the formula:log(a*b) = log(a) + log(b)So, in this case:log(36) = log(2) + log(2) + log(3) + log(3) = 0.3010 + 0.3010 + 0.4772 + 0.4772 = 1.5564 (slight rounding error)
Log in is when you first start your pc and go into an account by entering a password.Whereas log on is when you switch to another account whilst on the net.
Although it's certainly possible, the log function is one thing that's not practical to compute with pencil and paper. Typical methods are with the use of a slide rule, calculator, or tables in a book.
The time complexity of the algorithm is O(log n).
to get MP using calculator.. lat/2+45=tan=log=*7915.7-sin lat*23.01 just follow it...
It cannot be done because the base for the second log is not given.
Suppose you want to divide x by y Find log(x) and log(y) to any base b (usually 10 or e) Calculate z = log(x) - log(y) Look up the antilog of z (or find the number whose log is z). x/y = antilog(z)
You can't: let suppose y the power of x to obtain such a result then xy=x/2 then xy-1=1/2 (y-1) log (x) = - log(2) (if x is a positive number) y-1 = -log(2)/log(x) y = 1 - log(2)/log(x) So log function must also being used!
smoke~ if you were to capture the smoke coming out of the log and weigh it it would measure to 4kg so what is 4+1?
To solve for the log determinant of a matrix, you typically compute the determinant first and then take the logarithm of that value. For a positive definite matrix ( A ), the log determinant can be expressed as ( \log(\det(A)) ). If ( A ) is decomposed using methods like Cholesky decomposition, you can simplify the computation by calculating the determinant of the triangular matrix and then applying the logarithm. Additionally, in some contexts, such as with Gaussian distributions, the log determinant can be efficiently computed using properties of matrix trace and eigenvalues.
In terms of time complexity, O(log n) is better than O(n) because it has a faster rate of growth as the input size increases.