(copy of Prob. 3)

Find the sum of all the numbers of the input vector x.

 Input  x = [1 2 3 5]
 Output y is 11

 Input  x = [42 -1]
 Output y is 41

Solution Stats

184 Solutions

141 Solvers

Last Solution submitted on Feb 18, 2026

Last 200 Solutions

Solution Comments

Show comments
Loading...