Question: Write the following function. def series(tol): This function find the sum of the below mentioned divergent series(Python) The input tol provides the limit to number

Write the following function. def series(tol): This function find the sum of the below mentioned divergent series(Python)
The input tol provides the limit to number of term for the calculations of series. The series should be calculated until the term become smaller than tol. The output of the function should be the sum of the series.(equation above)
n2 149 16 25 36 '49 n=1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
