Question: Use a for loop in a function file to calculate the sum of the first n terms of the series: f(k) = sigma_k = 1^n
Use a for loop in a function file to calculate the sum of the first n terms of the series: f(k) = sigma_k = 1^n -1^k * k^2 = 5k/3^k You should get n as in input argument and return the value of the summation as an output argument. Show the results of n = 10 and n = 20
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
