%problem 1 erfan bayat 91109843 term = 1; sum = 0; n = 1; while term > 10^(-100) sum = vpa(sum + term,101); term = term/n; n = n + 1; end sum