Date: Dec 6, 2012 9:04 PM Author: soclydeza Subject: Vector summing while loop How do you perform a while loop that sums a vector termwise?
example,
x = [1,23,43,72,87,56,98,33]
How would I find the sum off all these numbers using a while loop without actually using sum(x)?