Question: iterating through a list

So if i have a list of numbers X:=[1, 3, 8, 9, 10] for example, how do i calculate the Σx*ln(x) for each x in X ?

 

im certain it must be possible but i cant figure out how.

 

thanks for your time :)

Please Wait...