Given a vector, v, of real positive numbers, compute the sum, s, of the base-10 logarithms of the elements of v, without the use of the built-in sum function.
Example:
v = [1 2]
s = 0.301
5736 Solvers
225 Solvers
Convert from Base 10 to base 5
119 Solvers
Number of digits in an integer
271 Solvers
Matlab Basics II - Log and natural log
100 Solvers
Problem Tags