Question: Please use R and use the function to solve. 2. Recall Euler's constant approximation. er k! k=0 Write a while loop that sums up a
Please use R and use the function to solve.
2. Recall Euler's constant approximation. er k! k=0 Write a while loop that sums up a finite number of terms (up to n) in the sum- mation above to approximate Euler's constant. For the k!, use the for loop code from question 1. please do not use the R build in function factorial(). A nested loop is tested here. Use your summation to sum the first n = 10 terms and print the resulted sum- mation approximation for each of them. Create an object n and write a general code based on n (do not write your loop based on a specific value)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
