Question: using Matlab solve the following problem - Consider the series 1+1/r+1/r2+1/r3++1/rn. Implement a calculation for this series in a new M-file, calling the function mysum.

using Matlab solve the following problem
- Consider the series 1+1/r+1/r2+1/r3++1/rn. Implement a calculation for this series in a new M-file, calling the function "mysum". The function should take two inputs, r and n. Copy the code from your new M-file into your document. - Use the new command, mysum, to calculate the values when r=3 and n=12
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
