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

Solution Stats

190 Solutions

95 Solvers

Last Solution submitted on Feb 06, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...